Table 2: Switches for Use with the Get-Help Command
Help Method |
|
|
–Detailed |
Returns detailed help about a command |
Get-Help Get-CasMailbox –Detailed |
–Full |
Returns all information available about a command |
Get-Help Get-DistributionGroup –Full |
–Examples |
Returns examples of a command |
Get-Help Get-MailboxServer –Examples |
–Parameter |
Returns information about the specified parameter for a command; this switch supports wildcards |
Get-Help Get-Mailbox –Parameter Server Get-Help Set-Mailbox –Parameter *Quota* |