PowerTip: Uninstall Module with PowerShell 5

Doctor Scripto

Summary: Learn how to uninstall a Windows PowerShell module.

Hey, Scripting Guy! Question How can I easily uninstall a Windows PowerShell module?

Hey, Scripting Guy! Answer 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

0 comments

Discussion is closed.

Feedback usabilla icon