Skip to content

Commit bfc1a5e

Browse files
committed
Added uninstall for AzureRM from MSI
1 parent ffaf229 commit bfc1a5e

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)