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: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,15 @@ The goal of this project it is to make easy to get started with Azure Landing Zo
20
20
21
21
### Prerequisites
22
22
23
-
In order to use this module you will need PowerShell 7.1 or higher.
24
-
23
+
In order to use this module you will need PowerShell 7.1 or higher.
24
+
Download and install the latest version from the official PowerShell GitHub releases page: [PowerShell Releases](https://github.com/PowerShell/PowerShell/releases)
25
+
26
+
To make PowerShell 7 your default instead of version 5, consider setting an alias.
27
+
Open a PowerShell session and run the following command:
0 commit comments