Nick Computer Services

Computer & Services => Technical & Tutorial => Topic started by: Nick on July 03, 2010, 03:11:45 PM

Title: Use the Sconfig Utility to Install Windows PowerShell on Server Core
Post by: Nick on July 03, 2010, 03:11:45 PM
Use the Sconfig Utility to Install Windows PowerShell on Server Core

Get an overview of the new Server Configuration utility, which simplifies tasks in Windows Server 2008 R2 Server Core. And see how you can use it to install Windows PowerShell.


The Server Configuration utility (Sconfig) provides a text-based menu system that makes it easy to do the following:

-Configure domain or workgroup membership
-Change a server’s name
-Add a local Administrator account
-Configure remote management features
-Configure Windows Update settings
-Download and install Windows updates
-Enable or disable Remote Desktop
-Configure network settings for TCP/IP
-Configure the date and time
-Log off, restart, or shut down

Here is a useful example. You can use Sconfig to install Windows PowerShell by following these simple steps:
1. At the command prompt, type sconfig.
2. At the menu prompt, enter 4, and then enter 2.
3. When the installation process is complete, you are prompted to restart the computer. Click Yes.

Once you’ve installed Windows PowerShell, you can access the PowerShell prompt by entering powershell at the command prompt. However, rather than running PowerShell within a command prompt, you might want to open a separate PowerShell window. To do this, press Ctrl+Shift+Esc to display Task Manager. Then in Task Manager, click New Task on the File menu. Type powershell in the Open field, and then click OK.

From the Microsoft Press book Windows Server 2008 Administrator’s Pocket Consultant, Second Edition by William R. Stanek.

credit: technet.microsoft.com