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

  1. Uninstall the existing module by running Uninstall-Module -Name Dell.<ModuleName>
  2. Install the latest version of the module by specifying the version on PowerShell gallery that you need installed.
  3. Exit current PowerShell session and start a new session
  4. Run Import-Module -Name Dell.<ModuleName>