Reload a PowerShell module

Learn how to force a PowerShell module to reload.

John Savill

March 4, 2015

1 Min Read
Reload a PowerShell module

Q. I've updated a PowerShell module which is already loaded, how do I reload it?

A. PowerShell will not load an already loaded module however if you need to force a module to be reloaded use the -force switch when importing the module.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like