Using Windows Powershell Cmdlets
Using Windows Powershell Cmdlets
Windows PowerShell cmdlets all work in a similar fashion. This simplifies their use. All Windows
PowerShell cmdlets have a two-part name. The first part is a verb, although the verb is not always strictly
grammatical. The verb indicates the action for the command to take. Examples of verbs include Get, Set,
Add, Remove, and Format. The noun is the thing to which the action will apply. Examples of nouns include
Process, Service, Disk, and NetAdapter. A dash combines the verb with the noun to complete the
Windows PowerShell command. Windows PowerShell commands are named cmdlets (pronounced
command let) because they behave like small commands or programs that are used standalone or pieced
together through a mechanism called the pipeline. For more information about the pipeline, see Chapter 2,
Using Windows PowerShell Cmdlets.