Using the Get-Help Command
- Last Updated: May 14, 2025
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
To retrieve help text for a particular command, run the Get-Help command, followed by a command name, for example:
Get-Help Set-VirtualService
Different parameters can be specified to retrieve more detailed help text:
- -Detailed: Provides further detailed help, including a list of parameters and their descriptions.
- -Examples: Provides an example command and example output.
- -Full: Provides all of the help text for the specified command.
For example:
Get-Help Set-VirtualService –Full