Skip navigation
Reload a PowerShell module

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.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish