Windows Powershell For Windows 10

  1. Windows Powershell For Windows 10 Uninstall
  2. Windows Powershell 3.0 For Windows 10
  3. Windows Powershell 5.1 For Windows 10
-->

Windows PowerShell comes installed by default in every Windows, starting with Windows 7 SP1 and Windows Server 2008 R2 SP1.

Windows powershell 5 for windows 10

10 cool things you can do with Windows PowerShell. By Rick Vanover in 10 Things, in Storage on February 6, 2008, 6:13 AM PST If PowerShell's learning curve has kept you from embracing it for.

If you are interested in PowerShell 6 and later, you need to install PowerShell Core instead of Windows PowerShell. For that, see Installing PowerShell Core on Windows.

Finding PowerShell in Windows 10, 8.1, 8.0, and 7

Sometimes locating PowerShell console or ISE (Integrated ScriptingEnvironment) in Windows can be difficult,as its location moves from one version of Windows to the next.

The following tables should help you find PowerShell in your Windows version.All versions listed here are the original version, as released,with no updates.

For Console

VersionLocation
Windows 10Click left lower corner Windows icon, start typing PowerShell
Windows 8.1, 8.0On the start screen, start typing PowerShell.
If on desktop, click left lower corner Windows icon, start typing PowerShell
Windows 7 SP1Click left lower corner Windows icon, on the search box start typing PowerShell

For ISE

VersionLocation
Windows 10Click left lower corner Windows icon, start typing ISE
Windows 8.1, 8.0On the start screen, type PowerShell ISE.
If on desktop, click left lower corner Windows icon, type PowerShell ISE
Windows 7 SP1Click left lower corner Windows icon, on the search box start typing PowerShell

Finding PowerShell in Windows Server versions

Windows powershell 5.1 for windows 10

Starting with Windows Server 2008 R2,Windows operating system can be installedwithout the graphical user interface (GUI).Editions of Windows Server without GUI are named Core editions,and editions with the GUI are named Desktop.

Windows Powershell For Windows 10 Uninstall

Windows Server Core editions

Windows Powershell 3.0 For Windows 10

In all Core editions,when you log to the server you get a Windows command prompt window.

Type powershell and press ENTER to start PowerShellinside the command prompt session.Type exit to terminate the PowerShell session and return to command prompt.

Windows Server Desktop editions

In all desktop editions,click the left lower corner Windows icon, start typing PowerShell.You get both console and ISE options.

The only exception to the above rule is the ISEin Windows Server 2008 R2 SP1;in this case, click the left lower corner Windows icon,type PowerShell ISE.

How to check the version of PowerShell

To find which version of PowerShell you have installed,start a PowerShell console (or the ISE) and type $PSVersionTableand press ENTER. Look for the PSVersion value.

Upgrading existing Windows PowerShell

The installation package for PowerShell comes inside a WMF installer.The version of the WMF installer matches the version of PowerShell;there's no stand alone installer for Windows PowerShell.

If you need to update your existing version of PowerShell,in Windows, use the following table to locate the installer for the versionof PowerShell you want to update to.

WindowsPS 3.0PS 4.0PS 5.0PS 5.1
Windows 10 (see Note1)
Windows Server 2016
---installed
Windows 8.1
Windows Server 2012 R2
-installedWMF 5.0WMF 5.1
Windows 8
Windows Server 2012
installedWMF 4.0WMF 5.0WMF 5.1
Windows 7 SP1
Windows Server 2008 R2 SP1
WMF 3.0WMF 4.0WMF 5.0WMF 5.1

Note

Windows Powershell 5.1 For Windows 10

On the initial release of Windows 10, with automatic updates enabled, PowerShell gets updated from version 5.0 to 5.1.

If the original version of Windows 10 is not updated through Windows Updates, the version of PowerShell is 5.0.

Need Azure PowerShell

If you're looking for Azure PowerShell,you could start with Overview of Azure PowerShell.

Otherwise, what you might need isInstall and configure Azure PowerShell

See Also