Skip to content

Commit 5c624bc

Browse files
committed
Merge pull request Azure#1080 from stankovski/dev
Added uninstall for AzureRM from MSI
2 parents 1f870bf + bfc1a5e commit 5c624bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-powershellget/Setup/ShortcutStartup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ This may take some time...
8181
$env:PSModulePath = "$env:USERPROFILE\Documents\WindowsPowerShell\Modules;$env:ProgramFiles\WindowsPowerShell\Modules;$env:SystemRoot\system32\WindowsPowerShell\v1.0\Modules\"
8282

8383
Uninstall-AzureRM
84+
Uninstall-Module -Name AzureRM -Confirm:$false -Force
8485
}
8586
else
8687
{

0 commit comments

Comments
 (0)