Uninstallation
Remove a Dell PowerShell module
To remove a PowerShell module from the current PowerShell session use:
Remove-Module -Name Dell.<ModuleName> Ex. Dell.PowerStore
Using Uninstall-Module
If PowerShell module was installed from the PowerShell gallery using “Install-Module” cmdlet, you can uninstall the module using:
Uninstall-Module -Name Dell.<ModuleName> Ex. Dell.PowerStore
Using MSI package
PowerShell modules can be installed using the MSI package by choosing the “Uninstall option”. This is recommended when existing modules were instaled using MSI.