Summary: Learn how to use Windows PowerShell to install modules on your system.
How can I use Windows PowerShell to roll out a new set of modules that are used extensively in my organization?
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.