Last active
August 29, 2015 14:26
-
-
Save lanekatris/6f95af30c032ac3a358d to your computer and use it in GitHub Desktop.
Some useful commands working with AppFabric
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment