Installing the PowerShell module
Prerequsites
PowerShell 3.0 or higher must be installed
.NET 4.0 or higher must be installed
Installation process
Download and run the installer
-or-
Install from the PowerShell Gallery with PowerShellGet
Install-Module LithnetRMA
Loading the module
Simply open a PowerShell console, and type
Import-Module LithnetRMA
or
ipmo LithnetRMA
Last updated