February 2019
Intermediate to advanced
626 pages
15h 51m
English
The examples section of help is often invaluable. In some cases, a command is sufficiently complex to require a detailed example to accompany parameter descriptions; in others, the command is simple, and a good example may serve in lieu of reading the help documentation.
Examples for a command may be requested using Get-Help, as shown in the following example:
Get-Help Get-Process -Examples
It is common for a command to list several examples of its use, especially if the command has more than one parameter set.
Read now
Unlock full access