Skip to content

Instantly share code, notes, and snippets.

@devigned
Last active February 7, 2018 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save devigned/b810efb0347ebe70713c to your computer and use it in GitHub Desktop.
Save devigned/b810efb0347ebe70713c to your computer and use it in GitHub Desktop.
Uninstall Azure PowerShell 1.0
# Uninstall the AzureRM component modules
Uninstall-AzureRM
# Uninstall AzureRM module
Uninstall-Module AzureRM
# Uninstall the Azure module
Uninstall-Module Azure
# Or, you can nuke all Azure* modules
# Uninstall-Module Azure* -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment