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
If you have the Az module installed on your system and would like to uninstall AzureRM, there are two options that
121
122
don't require running the `Uninstall-AllModules` script above. Which method you follow depends on how you installed the AzureRM module.
122
-
If you're not sure, follow the steps for uninstalling an MSI first.
123
+
If you're not sure of your original install method, follow the steps for uninstalling an MSI first.
123
124
124
125
### Uninstall Azure PowerShell MSI
125
126
@@ -143,4 +144,9 @@ part of the `Az.Accounts` module. This removes _all_ AzureRM modules from your m
143
144
Uninstall-AzureRm
144
145
```
145
146
146
-
If you can't successfully run the `Uninstall-AzureRM` command, use the `Uninstall-AllModules` script provided in this article instead.
147
+
If you can't successfully run the `Uninstall-AzureRM` command, use the [`Uninstall-AllModules` script](#uninstall-script) provided in this article, with the following invocation:
0 commit comments