Skip to content

Commit fb418cf

Browse files
committed
more files
1 parent 2f827a8 commit fb418cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-stack/azure-stack-powershell-configure-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ Load the API profile and administrator module for your version of Azure Stack.
5454

5555
```PowerShell
5656
Use-AzureRmProfile -Profile 2018-03-01-hybrid -Force
57-
Install-Module -Name AzureStack -RequiredVersion 1.5.0 -Force
57+
Install-Module -Name AzureStack -RequiredVersion 1.5.0
5858
```
5959

6060
- Azure Stack 1807 or earlier.
6161

6262
```PowerShell
6363
Use-AzureRmProfile -Profile 2017-03-09-profile -Force
64-
Install-Module -Name AzureStack -RequiredVersion 1.4.0 -Force
64+
Install-Module -Name AzureStack -RequiredVersion 1.4.0
6565
```
6666

6767
- Azure Stack 1804 or earlier.
6868

6969
```PowerShell
7070
Use-AzureRmProfile -Profile 2017-03-09-profile -Force
71-
Install-Module -Name AzureStack -RequiredVersion 1.2.11 -Force
71+
Install-Module -Name AzureStack -RequiredVersion 1.2.11
7272
```
7373

7474
Download the Azure Stack tools and connect.

0 commit comments

Comments
 (0)