Microsoft's PowerShell is able to download and install extra modules from an online catalog. With a couple of commands, you can extend the functionality of the PowerShell console, add new cmdlets and features. The ability to install extra modules is provided by the Install-Module cmdlet.
Advertisement