Upgrade
Upgrade Dell PowerShell modules
MSI Package
If using the MSI package to install, you must uninstall the existing version of the module before using the MSI package to install a newer version. Please refer to Uninstallation section for more details.
PowerShell Gallery
- Uninstall the existing module by running
Uninstall-Module -Name Dell.<ModuleName>
- Install the latest version of the module by specifying the version on PowerShell gallery that you need installed.
- Exit current PowerShell session and start a new session
- Run
Import-Module -Name Dell.<ModuleName>