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