Getting Ready

Find all the commands that take in ComputerName as a parameter, with minimal keystrokes.

get-comm<Tab>-parametern<Tab>Cn

This resolves to:

Get-Command -ParameterName Cn

The output was the same as what we ran a while ago:

Get-Command -ParameterName ComputerName

How did PowerShell know that Cn stands for ComputerName?

..................Content has been hidden....................

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