February 2019
Intermediate to advanced
626 pages
15h 51m
English
Optional parameters are surrounded by square brackets. This denotes an optional parameter that requires a value when used:
SYNTAX Get-Process [-ComputerName <String[]>] ...
In this case, if a value for a parameter is to be specified, the name of the parameter must also be specified, as shown in the following example:
Get-Process -ComputerName somecomputer
Read now
Unlock full access