Summary: Learn how to uninstall a Windows PowerShell module.
How can I easily uninstall a Windows PowerShell module?
Use the Uninstall-Module cmdlet to remove anything discovered by using Find-Module. For example,
to permanently remove the LocalAccount module, use:
Uninstall-Module LocalAccount