Skip to content

Instantly share code, notes, and snippets.

@BelRarr
Created September 3, 2019 15:32
Show Gist options
  • Save BelRarr/011e5bd6a013c2e9b4d94b9022773fb0 to your computer and use it in GitHub Desktop.
Save BelRarr/011e5bd6a013c2e9b4d94b9022773fb0 to your computer and use it in GitHub Desktop.
Remove module AzureRm and install module Az.Sql
# désinstaller les modules AzureRm
Uninstall-AzureRm
# installer le module Az.Sql
Install-Module -Name Az.Sql -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment