Remove PowerShell Module
This Automation Manager object is used to uninstall a PowerShell module.
Requires PowerShell 5.0
Before using this Automation Manager Object, you must install PowerShell 5.0.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Module Name | String | Yes |
The name of the PowerShell module you want to uninstall. |
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 |