Optional positional parameters

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 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.140.195.225