Categories
October Surprise 2016

Reload a PowerShell module – ITPro Today

Learn how to force a PowerShell module to reload. 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.