What is a cmdlet? – PowerShell
So you may be reading up on PowerShell and be starting to think “really what is a cmdlet?” Well a cmdlet is pronounced command-let and it is a lightweight PowerShell script that performs one function. PowerShell comes with over 200 core cmdlets included but you can write your own or download and use ones that …