You can display help texts for all PowerShell cmdlets.
- Enter the designated command according to the following pattern (arrow in illus.):
Get-Help Add-CCSuser
- Confirm with Enter.
- A help will be displayed for the corresponding cmdlet.

- To get further information you can add:
- -examples
- -detailed
- -full
- The appropriate help text will be displayed.