Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Uninstall Module with PowerShell 5

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles