Enable PowerShell on Windows Server 2008 R2 Core Edition

By:   |   Comments (3)   |   Related: > PowerShell


Problem

As we all know, Microsoft has announced support to run SQL Server on Windows Server 2008 R2 Server Core Edition which is GUI-less OS.  In this tip I will explain the step by step process to install and enable PowerShell on a Windows 2008 R2 Server Core. PowerShell is basic prerequisite to install SQL Server on Windows Server 2008 R2 Server Core Edition.  Check out this tip to get started with the PowerShell installation.

Solution

Based on the current build of Microsoft SQL Server 2012, it does not install or enable Windows PowerShell.  However Windows PowerShell 2.0 is an installation prerequisite. If SQL Server setup reports that Windows PowerShell 2.0 is not present, you can install or enable it by below instructions on Windows Server 2008 R2 Server Core Edition.

Steps to enable PowerShell

Step 1 - Type "powershell" at the command prompt to find out if PowerShell is enabled or not.  If PowerShell is enabled it will route you to the PS root directory. If PowerShell is not installed/enabled then Windows will not recognized this command.

CheckingPSenableORnot

As you can see in above screenshot, PowerShell is not enabled on this machine so our next step will be to enable it.

Step 2 - Run the "sconfig.cmd" command on your command prompt and press enter. Once you will press enter, it will open all of the options of system configuration as shown in the image below.  The "sconfig.cmd" command is the Server Configuration Tool to configure and manage several common aspects of the Windows Server 2008 R2 Server Core installation. You must be a member of the Administrators group to use the tool.

sconfig cmd

You will be prompted to enter the number for the application which you want to configure. In our circumstances we will choose "4 (Configure Remote Management)" in order to enable PowerShell.

Step 3 - Once you have pressed "4" then press enter to see all of the options under the "Configure Remote Management" interface.

Option4forPS

As you can see there are 5 options to choose from. The second option is for PowerShell. Choose option 2 in order to "Enable Windows PowerShell".

Step 4 - After you type "2" and press enter, the PowerShell configuration will start and the configuration process will look like the below screenshot.

Option2forEnablingPS

Step 5 - Once PowerShell has been successfully enabled, a separate command prompt screen will be pop-up and closed after the process reaches 100% completion. This is the deployment of features using the Dism.exe (Deployment Image Servicing and Management) tool. DISM enumerates, installs, uninstalls, configures and updates the features and packages in Windows images. See the screenshot below.

inProcess final

Step 6 - After all of the processes have completed,  a restart window will appear and ask you to restart the machine in order for all of the changes to be committed.  Click the "Yes" button to restart the machine.

Restart

Step 7 - Once the has been rebooted, type "powershell" on the command prompt. This time it will take few seconds to load then route you to a PS command prompt. You can run the "Get-Host" cmdlet to check the PowerShell version as shown in the screenshot below.

CheckPSconfigured
Next Steps
  • At this point in time, you can proceed with your SQL Server installation. You can also enable PowerShell remoting which is a great feature of PowerShell 2.0 to manage your servers remotely from your local machine.
  • Continue learning about PowerShell.


sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Manvendra Singh Manvendra Singh has over 5 years of experience with SQL Server and has focused on Database Mirroring, Replication, Log Shipping, etc.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article




Wednesday, April 3, 2013 - 10:02:11 AM - cheap viagra Back To Top (23134)
iynznjw cheap viagra BZDkLN buy cialis cheap =-]

Wednesday, December 21, 2011 - 11:31:32 AM - Manvendra Back To Top (15411)

Yes you can manage your sql server instance hosted on server core by SSMS client from your desktop.But on server core you willhave nothing GUI based all will be cmd lines or powershell cmdlets.


Tuesday, December 20, 2011 - 8:28:58 PM - Harry Back To Top (15405)

With this version of Windows in your tip, can you still use SSMS on your desktop to manage SQL Server???















get free sql tips
agree to terms