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
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:
74
74
75
-
### Method one
75
+
1. To uninstall the existing AzureRM PowerShell modules, close all the active PowerShell sessions, and run the following cmdlets:
76
76
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
+
````
78
82
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.
88
84
89
85
## 4. Connected: Install PowerShell for Azure Stack with Internet connectivity
90
86
@@ -118,7 +114,7 @@ Run the following PowerShell script to install these modules on your development
0 commit comments