Install PowerShell Module

This object will download and install a PowerShell module to add extra functionality.

Requires PowerShell 5.0

Before using this Automation Manager Object, you must install PowerShell 5.0.

Not all modules can be downloaded or installed using this object.

Privileges

Normal

Input Parameters

Name Type Required Description
Module Name String Yes

The name of the PowerShell module you want to install.

Update Module if already installed? Boolean Yes

Select this check box to update an existing module with a newer version (recommended).

Allow Clobbering? Boolean Yes

Select this check box to allow the new module to overwrite any function name already reserved or used by another module. Use with caution!

Output Parameters

Name Type Description
Result Number Returns a success value of zero or any value other than zero to indicate failure.
Result String String Object execution error details.

Example Input Parameters

Name Type Required Example
Module Name String Yes PowerShellGet
Update Module if already installed? Boolean Yes N/A
Allow Clobbering? Boolean Yes N/A