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.
Learn how to force a PowerShell module to reload.
March 4, 2015
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.
You May Also Like