- PowerShell is an object-oriented programming language and interactive command line shell for Microsoft Windows with built-in, flexible scripting abilities. Experienced Unix or Linux users may recognize PowerShell as similar to bash, though the GUI has been modernized to provide an appealing and consistent automated environment for administering Windows operating systems and applications.
PowerShell is based upon the .NET framework, giving users direct access to the CLR. That foundation allows Windows sysadmins to create scripts that modify existing ActiveX and WMI objects, tasks previously accomplished with VBScript, or manage the file system, Active Directory, Exchange Server and other common tasks. As a result of the heavy optimization for Windows-centic administrative scripting, however, PowerShell is not as useful for manipulating non-Microsoft technologies.
PowerShell was specifically designed by Microsoft to automate system tasks, such as batch processing, and create systems management tools for commonly implemented processes, using a powerful language similar to Perl. PowerShell replaces functions that formerly required users to create scripts in VB, VBScript or C# with more than 130 standard command line tools, instituting a consistent syntax and including several utilities.
PowerShell was designed to be a highly extensible environment, allowing programmers to create not just scripts but several other classes or assemblies, including:
- Cmdlets (very small .NET classes that appear as system commands)
- Providers (sets of .NET classes which expose data as "drives" with which users can interact, like file system drives)
- Snap-ins (assemblies which contain cmdlets and may be loaded during startup, according to registry settings)
Watch a video of Jason Fossen of the SANS Institute introducing his Powershell course, including an excellent basic introduction.
PowerShell is available as a free download that runs on Windows XP, Windows Server 2003 and Windows Vista. Support for PowerShell is built into Windows Server 2008, where it is included as an optionally installed feature.
 |
Getting started with PowerShell |
| To explore how the PowerShell is used in the enterprise, here is an additional resource: |
| Learning Center: Windows PowerShell for beginners: Ready to get started with Windows PowerShell? This collection of screencasts, book excerpts and tutorials lays the groundwork for anyone that wants to get the most out of Microsoft's scripting language. |
| CONTRIBUTORS: |
Don Jones |
| LAST UPDATED: |
27 Oct 2008
|
 |
Read more about PowerShell:
|


 |
Do you have something to add to this definition? Let us know.
Send your comments to techterms@whatis.com
|

');
// -->

|