PowerShell module installation from Install Windows Installer Package
Installation of Dell PowerShell modules using Windows Installer Package (MSI)
Download the latest .msi package from Dell Support site: https://www.dell.com/support/home/en-us Ex: Dell.[ModuleName]_1.x.x.xx_x64.msi
Run the executable .msi file.
The setup wizard is displayed (follow the instructions as depicted). The wizard is for PowerStore, but it is the same for all PowerShell modules.
Once module has been installed, Run Import-Module -Name Dell.[ModuleName] to import the module into the current PowerShell session.
Array certificate needs to be imported to use the module. Refer to “Importing array certificates section” for more details.