Skip to content

Instantly share code, notes, and snippets.

@lanekatris
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save lanekatris/6f95af30c032ac3a358d to your computer and use it in GitHub Desktop.

Select an option

Save lanekatris/6f95af30c032ac3a358d to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment