You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-conceptual/azps-2.0.0/install-az-ps.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,23 @@ are supported.
17
17
18
18
## Requirements
19
19
20
-
Azure PowerShell works with PowerShell 5.1 or higher on Windows, or PowerShell 6 on any platform.
20
+
Azure PowerShell works with PowerShell 5.1 or higher on Windows, or PowerShell Core 6.x and later on
21
+
all platforms. If you aren't sure if you have PowerShell, or are on macOS or Linux,
22
+
[install the latest PowerShell Core](/powershell/scripting/install/installing-powershell#powershell-core).
23
+
21
24
To check your PowerShell version, run the command:
22
25
23
26
```powershell-interactive
24
27
$PSVersionTable.PSVersion
25
28
```
26
29
27
-
If you have an outdated version or need to install PowerShell, see [Installing various versions of PowerShell](/powershell/scripting/setup/installing-powershell). Install
28
-
information for your platform is linked from that page.
30
+
To run Azure PowerShell in PowerShell 5.1 on Windows:
31
+
32
+
1. Update to [Windows PowerShell 5.1](/powershell/scripting/install/installing-windows-powershell#upgrading-existing-windows-powershell) if needed. If you're on Windows 10, you already
33
+
have PowerShell 5.1 installed.
34
+
2. Install [.NET Framework 4.7.2 or later](/dotnet/framework/install).
29
35
30
-
If you are using PowerShell 5 on Windows, you also need .NET Framework 4.7.2 installed. For instructions
31
-
on updating or installing a new version of .NET Framework, see the [.NET Framework installation guide](/dotnet/framework/install).
36
+
There are no additional requirements for Azure PowerShell when using PowerShell Core.
0 commit comments