PowerTip: Use PowerShell to Install Modules on Your System

Doctor Scripto

Summary: Learn how to use Windows PowerShell to install modules on your system.

Hey, Scripting Guy! Question How can I use Windows PowerShell to roll out a new set of modules that are used extensively in my organization?

Hey, Scripting Guy! Answer When Windows PowerShell 5.0 is available, you can use PowerShellGet against an internal repository
           to install your modules.

  For systems running Windows PowerShell 4.0 or earlier, create a central repository of modules on a network share
  and use a scheduled task to check for updated modules. Then copy any new or updated modules to your system.

0 comments

Discussion is closed.

Feedback usabilla icon