Windows PowerShell Getting Started Guide

Published: May 20, 2009

Applies To: Windows PowerShell 2.0

Windows PowerShell is a new Windows command-line shell designed especially for system administrators. The Windows PowerShell includes an interactive prompt and a scripting environment that can be used independently or in combination.

Unlike most shells, which accept and return text, Windows PowerShell is built on top of the .NET Framework common language runtime (CLR) and the .NET Framework, and accepts and returns .NET Framework objects. This fundamental change in the environment brings entirely new tools and methods to the management and configuration of Windows.

Windows PowerShell introduces the concept of a cmdlet (pronounced "command-let"), a simple, single-function command-line tool built into the shell. You can use each cmdlet separately, but their power is realized when you use these simple tools in combination to perform complex tasks. Windows PowerShell includes more than one hundred basic core cmdlets, and you can write your own cmdlets and share them with other users.

Like many shells, Windows PowerShell gives you access to the file system on the computer. In addition, Windows PowerShell providers enable you to access other data stores, such as the registry and the digital signature certificate stores, as easily as you access the file system.

This Getting Started guide provides an introduction to Windows PowerShell: the language, the cmdlets, the providers, and the use of objects.



Tags :


Community Content

nfratus
Free Windows PowerShell Cheat Sheet

Whether you're a newcomer to Windows PowerShell or an advanced user, you'll probably enjoy this free, professional PowerShell cheat sheet. Written by Bruce Payette, a member of the PowerShell developer team, it covers starting and using Windows PowerShell, including the syntax for all statements, operators and other elements of the language. Also included are examples of how to use .NET, COM, ADSI and WMI objects from PowerShell. Finally, it includes tips and tricks— short examples showing how to perform common tasks from PowerShell. For more information on this - see Bruce's blog entry at:

http://blogs.msdn.com/powershell/archive/2008/05/30/new-free-windows-powershell-quick-reference-card.aspx


The PDF is well organized and prints great from your own printer. Get your copy now!
http://refcardz.dzone.com/refcardz/windows-powershell

Tags : powershell

Page view tracker