PowerShell – Get-Command

PowerShell – Get-Command

How do you search for Cmdlets?

In search for the cmdlet you are looking for, you first have to remember the naming conventions for cmdlets.
The verb noun composition. For instance the verbs that are often uses are; add,get,remove,set and out. Then there is the noun. The noun is often associated with
the object of interest, like Process or Printer.

To search for a cmdlet use the Get-Command cmdlet. With this command you can list cmdlets by there noun, verb or even parameternames and more.


Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *