February 2019
Intermediate to advanced
626 pages
15h 51m
English
It is not uncommon to see an optional positional parameter as the first parameter:
SYNTAX Get-Process [[-Name] <String[]>] ...
In this example, we may use either of the following:
Get-Process -Name powershell Get-Process powershell
Read now
Unlock full access