Skip to content

Commit 28b7233

Browse files
committed
update formatting
1 parent 65b7bff commit 28b7233

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

articles/azure-stack/azure-stack-powershell-install.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
pms.tgt_pltfrm: na
1313
ms.devlang: PowerShell
1414
ms.topic: article
15-
ms.date: 08/06/2018
15+
ms.date: 08/10/2018
1616
ms.author: mabrigg
1717
ms.reviewer: thoroet
1818
---
@@ -72,19 +72,15 @@ Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
7272

7373
Before installing the required version, make sure that you uninstall any previously installed Azure Stack AzureRM PowerShell modules. You can uninstall them by using one of the following two methods:
7474

75-
### Method one
75+
1. To uninstall the existing AzureRM PowerShell modules, close all the active PowerShell sessions, and run the following cmdlets:
7676

77-
To uninstall the existing AzureRM PowerShell modules, close all the active PowerShell sessions, and run the following cmdlets:
77+
````PowerShell
78+
Uninstall-Module AzureRM.AzureStackAdmin -Force
79+
Uninstall-Module AzureRM.AzureStackStorage -Force
80+
Uninstall-Module -Name AzureStack -Force
81+
````
7882

79-
````PowerShell
80-
Uninstall-Module AzureRM.AzureStackAdmin -Force
81-
Uninstall-Module AzureRM.AzureStackStorage -Force
82-
Uninstall-Module -Name AzureStack -Force
83-
````
84-
85-
### Method two
86-
87-
Delete all the folders that start with `Azure` from the `C:\Program Files\WindowsPowerShell\Modules` and `C:\Users\AzureStackAdmin\Documents\WindowsPowerShell\Modules` folders. Deleting these folders removes any existing PowerShell modules.
83+
2. Delete all the folders that start with `Azure` from the `C:\Program Files\WindowsPowerShell\Modules` and `C:\Users\AzureStackAdmin\Documents\WindowsPowerShell\Modules` folders. Deleting these folders removes any existing PowerShell modules.
8884

8985
## 4. Connected: Install PowerShell for Azure Stack with Internet connectivity
9086

@@ -118,7 +114,7 @@ Run the following PowerShell script to install these modules on your development
118114
Install-Module -Name AzureStack -RequiredVersion 1.2.11
119115
```
120116
121-
To confirm the installation, run the following command:
117+
Confirm the installation by running the following command:
122118
123119
```PowerShell
124120
Get-Module -ListAvailable | where-Object {$_.Name -like "Azs*"}
@@ -134,7 +130,7 @@ Sign in to a computer where you have Internet connectivity and use the following
134130

135131
- **Version 1.3.0** (Azure Stack 1804 or greater)
136132

137-
> ![!Note]
133+
> [!Note]
138134
To upgrade from the 1.2.11 version, see the [migration guide](https://aka.ms/azspowershellmigration).
139135

140136
````PowerShell
@@ -178,7 +174,7 @@ Sign in to a computer where you have Internet connectivity and use the following
178174
Install-Module AzureStack -Repository $RepoName
179175
```
180176
181-
## 6, Configure PowerShell to use a proxy server
177+
## 6. Configure PowerShell to use a proxy server
182178
183179
In scenarios that require a proxy server to access the Internet, you must first configure the PowerShell to use an existing proxy server.
184180

0 commit comments

Comments
 (0)