Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 252 Bytes

File metadata and controls

10 lines (7 loc) · 252 Bytes
title Cmdlet
abbreviations

Cmdlet

A lightweight PowerShell command that follows the verb-noun naming convention and is designed to perform a specific function.

Example: Get-Process, Set-Location, New-Item