PowerTip: Update a PowerShell module

Doctor Scripto

Summary: Learn how to update an installed Windows PowerShell module.

Hey, Scripting Guy! Question I used Install-Module to install a Windows PowerShell module, but how can I update it?

Hey, Scripting Guy! Answer Use the Update-Module cmdlet, for example:

Update-Module powershellise-preview

Here are a couple of other examples:

find-module *ise-preview | Update-Module Update-Module *ise-preview

0 comments

Discussion is closed.

Feedback usabilla icon