Guest User

Untitled

a guest
Feb 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # Uninstall the AzureRM component modules
  2. Uninstall-AzureRM
  3.  
  4. # Uninstall AzureRM module
  5. Uninstall-Module AzureRM
  6.  
  7. # Uninstall the Azure module
  8. Uninstall-Module Azure
  9.  
  10. # Or, you can nuke all Azure* modules
  11. # Uninstall-Module Azure* -Force
Add Comment
Please, Sign In to add comment