loonison101
8/7/2015 - 1:32 AM

Some useful commands working with AppFabric

Some useful commands working with AppFabric

# View all AppFabric CmdLets
Get-Command –module ApplicationServer

# Create help documentation for all AppFabric CmdLets
Get-Command –module ApplicationServer | Sort-Object Verb,Noun | Get-Help -detailed > C:\temp\HelpTopicsSortedNounVerb.txt