We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaf229 commit bfc1a5eCopy full SHA for bfc1a5e
setup-powershellget/Setup/ShortcutStartup.ps1
@@ -81,6 +81,7 @@ This may take some time...
81
$env:PSModulePath = "$env:USERPROFILE\Documents\WindowsPowerShell\Modules;$env:ProgramFiles\WindowsPowerShell\Modules;$env:SystemRoot\system32\WindowsPowerShell\v1.0\Modules\"
82
83
Uninstall-AzureRM
84
+ Uninstall-Module -Name AzureRM -Confirm:$false -Force
85
}
86
else
87
{
0 commit comments