Skip to content

Portfolio Projects

PowerShell Cmdlets and Syntax

PowerShell is made up of thousands of cmdlets (command-lets). Cmdlets consist of a verb and a noun. For example, you can use the Get-Location cmdlet to know or confirm the current working directory. Get is the verb, and Location is the noun. By changing the… Read More »PowerShell Cmdlets and Syntax