Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,906,546,262 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

PowerShell
(redirected from Cmdlet)

   Also found in: Wikipedia 0.01 sec.
PowerShell
A comprehensive command line interface for Windows introduced in 2006. Included with Windows 7 and Windows Server 2008 and available for Vista, XP and Windows Server 2003, PowerShell is a huge improvement over the Windows command line, which evolved from DOS and uses DOS commands with some minor enhancements.

Although the PowerShell Script Language (PSL) supports common programming structures such as "if-then-else" and "while," it is generally less complicated to deal with than Microsoft scripting languages such as VBScript and JScript. Operations in PowerShell may take far fewer lines of code than in VBScript or JScript (see Windows Script Host).

A Lot of Unix; a Little DOS
PowerShell rivals the Unix command line, which allows extensive manipulation of data via commands and scripts and has been the envy of DOS and Windows programmers for decades. Unix commands are naturally part of Linux and Mac OS X, and PowerShell supports both DOS and Unix mnemonics. For example, to list file names in PowerShell, both dir (DOS) and ls (Unix) can be used.

Low-Level Access and Commandlets (Cmdlets)
PowerShell uses the .NET environment and enables administrators to get to the heart of OS activities, such as listing and stopping active processes. PowerShell scripts can access the class libraries in the .NET Framework, Component Object Model (COM) and Windows Management Instrumentation (WMI). The more than 125 PowerShell commands, such as list, copy, move and rename, are called "commandlets" or "cmdlets" for short, and script files use .PS# extensions; the # being the version number such as .PS1. See .NET, COM, WMI and command line.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
The free H9Labs PowerShell Cmdlts, such as the Out-DataSet cmdlet, is an extremely useful and needed cmdlet as indicated by the VI administrator community.
1 includes live syntax checking, integrated display of cmdlet help, syntax color coding, code completion and hinting for cmdlets, and much more.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.