Uninstall previous versions of PowerShell module
Prerequisites
The PowerShellModuleName variable must already be defined or one of the following values must be set:
Run the following commands to retrieve the latest version of the PowerShell module in PSGallery:Â
$ModuleInGallery = Find-Module -Name $PowerShellModuleName
Run the following commands to retrieve the versions of the PowerShell module on the local system:Â
$ModulesOnSystem = Get-Module -ListAvailable -Name $PowerShellModuleName
Run the following commands to review the previous versions of the PowerShell module on the local system:Â
Run the following commands to remove the previous versions of the PowerShell module on the local system:Â
Â
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.