Skip to content

Using PowerShell Help

Technical Article

Quick reference for the Get-Help cmdlet with the detailed switch, showing how to surface PowerShell cmdlet syntax.

Categories
MicrosoftSystem Center 2012
Tags
Command PromptScripting LanguageWindows Powershell
Using PowerShell Help

Just a quick post on PowerShell Help:

Get-Help <PowerShell Cmdlet> –detailed

this is great for examples when using a cmd.

Using PowerShell Help