Changes

Jump to: navigation, search

Installing Windows PowerShell 1.0

1,827 bytes added, 20:09, 10 November 2008
New page: The objective of this chapter of Windows PowerShell 1.0 Essentials is to cover the steps necessary to install Windows Powershell on Windows XP, Windows Vista and Windows Server 2008 sy...
The objective of this chapter of [[Windows PowerShell 1.0 Essentials]] is to cover the steps necessary to install Windows Powershell on Windows XP, Windows Vista and Windows Server 2008 systems.

== Installing Windows PowerShell on Windows Server 2008 ==

Windows PowerShell is included as a standard feature with Windows Server 2008, although the feature is not installed by default. The PowerShell feature may be added using the ''Server Manager'' tool which is invoked by selecting the ''Start -> Server Manager'' menu option. Once Server Manager is running, select ''Features'' from the left hand pane and in the ''Features Summary'' section of the main panel click on ''Add Features'' to invoke the ''Add Features Wizard''. The first screen displayed will list all available features in alphabetical order. Scroll down the list and select the checkbox next to ''Windows PowerShell'' and click ''Next'' to proceed to the installation screen. Clicking ''Install'' will initiate the installation process. After a few minutes the installation will complete and the wizard may be closed using the ''Close'' button.

To launch Windows PowerShell, select ''Start -> All Programs -> Windows PowerShell 1.0 -> Windows PowerShell''. Once loaded, a new window will appear displaying the Windows PowerShell ''PS>'' prompt at which commands may be entered:


[[Image:windows_powershell_1.0.jpg|The Windows PowerShell Prompt]]

== Performing a Windows Server 2008 PowerShell Command Line Installation ==

The installation of PowerShell on a Windows Server 2008 may be performed from the command prompt using the ''''servermanager-cmd''' command. To achieve this, invoke the command prompt and execute the following command:

<pre>
servermanager-cmd -install powershell
</pre>

== Installing PowerShell on Windows XP and Vista Systems ==

Navigation menu