All cmdlets are presented in verb-noun pairs. The verb-noun pair is separated by a hyphen (-) without spaces, and the cmdlet nouns are always singular. The verb refers to the action that the cmdlet performs. The noun identifies the entity on which the action is performed. For example, in the Get-QCObject cmdlet name, the verb is Get and the noun is QCObject. All the Management Shell cmdlets have the nouns prefixed with QC, to distinguish the Management Shell cmdlets from those provided by PowerShell itself or by other PowerShell modules.
This section provides instructions on how to get help information for the cmdlets added by Management Shell to the Windows PowerShell environment.
Table 4: To view help
A list of all the Synchronization Service Management Shell cmdlets available to the shell. |
Get-QCCommand |
Information about the parameters and other components of a Synchronization Service Management Shell cmdlet. |
Run one of the following:
- Get-QCCommand <CmdletName>
- Get-Command <CmdletName>
NOTE: You can use wildcard character expansion. For example, to view information about the cmdlets with the names ending in Workflow, run this command: Get-Command *Workflow. |
Basic help information for a Synchronization Service Management Shell cmdlet. |
Get-Help <CmdletName> |
Detailed help information for a Synchronization Service Management Shell cmdlet, including the descriptions of available parameters and usage examples. |
Get-Help <CmdletName> -full |
Basic information about how to use the help system in Windows PowerShell, including Help for the Synchronization Service Management Shell. |
Get-Help |