Cmdlet

cmdlets are Microsoft .NET programs designed to interact with Microsoft’s PowerShell automation platform and scripting language. System administrators frequently use PowerShell cmdlets to automate and simplify routine administration tasks across local and remote Windows-based systems.

Pronounced command-let, a cmdlet serves as a lightweight Windows PowerShell script designed to perform a single function. These functions can include actions such as starting and stopping services, managing event logs and events and retrieving data using WMI.

Basic Windows PowerShell cmdlets

Some basic PowerShell cmdlets include Get-Command for searching for specific cmdlets, Get-Help for providing information on how to use specific cmdlets as well as syntax parameters for the cmdlets, Get-Member for obtaining information about the objects that a cmdlet returns, Get-Location and Set-Location for getting and changing the current directory, and Move-Item and Rename-Item for moving and renaming files.

Unlike commands in other command-shell environments, cmdlets are not stand-alone executables and are instead instances of .NET Framework classes. They are also record-oriented because they process a single object at a time, and they process input objects from the pipeline rather than from streams of text, while delivering objects in most cases as output to the pipeline.

Forrest Stroud
Forrest Stroud
Forrest is a writer for Webopedia. Experienced, entrepreneurial, and well-rounded, he has 15+ years covering technology, business software, website design, programming, and more.

Related Articles

@ Sign

Pronounced at sign or simply as at, this symbol is used in e-mail addressing to separate the user' name from the user's domain name,...

Munging

(MUHN-jing) Munging (address munging), is the act of altering an email address posted on a Web page to make it unreadable to bots and...

How to Create an RSS Feed

In the second installment of RSS how-to, we look at some of the nonrequired (optional) channel and item tags, discuss RSS specifications in-depth and...

Dictionary Attack

(n.) (1) A method used to break security systems, specifically password-based security systems, in which the attacker systematically tests all possible passwords beginning with...

ScalaHosting

ScalaHosting is a leading managed hosting provider that offers secure, scalable, and affordable...

HRIS

Human resources information system (HRIS) solutions help businesses manage multiple facets of their...

Best Managed Service Providers...

In today's business world, managed services are more critical than ever. They can...