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.
2 parents 1f870bf + bfc1a5e commit 5c624bcCopy full SHA for 5c624bc
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