Pages

Showing posts with label PowerShell Basics. Show all posts
Showing posts with label PowerShell Basics. Show all posts

Friday 20 July 2012

What are Cmdlets

Cmdlets are specialized commands in the PowerShell environment that implement specific functions. These are the native commands in the PowerShell stack. Cmdlets follow a <verb>-<noun> naming pattern, such as Get-ChildItem