What Does Cmdlet Mean?

A cmdlet is a critical part of the Microsoft Windows PowerShell environment, which is a task automation resource that is compatible with the .NET framework and enables administration in Windows systems. A cmdlet is a .NET class that acts on specific objects within PowerShell, which uses a command-line interface (CLI).

Techopedia Explains Cmdlet

Cmdlets are written in verb-noun format to show specific functions. They handle single objects or object collections with specific proprietary methods for individually handling object arrays. Many different cmdlets are available for use in a variety of compatible coding languages. One sorting method is to evaluate the full range of cmdlet commands that begin with a given verb, such as Get or Add.