Resource Management Powershell
Documentation Home
  • Home
  • Installation
    • Installing the PowerShell module
  • Configuration
    • Configuration management
    • ConfigSync File
    • Variables File
      • <Variables> element
        • <Variable> element
    • <Operations> element
      • <ResourceOperation> element
      • <AnchorAttributes> element
      • <AnchorAttribute> element
      • <AttributeOperations> element
        • <AttributeOperation> element
    • Building references
  • Usage
    • Cmdlet reference
      • Set-ResourceManagementClient
      • Get-Resource
      • Save-Resource
      • Search-Resources
      • Search-ResourcesPaged
      • Remove-Resource
      • New-Resource
      • Update-ResourceManagementClientSchema
      • Import-RMConfig
      • New-XPathQuery
      • New-XPathQueryGroup
      • New-XPathExpression
      • Get-ApprovalRequest
      • Set-PendingApprovalRequest
  • help and support
    • Quick reference guide
    • Working with different data and attribute types
    • XPath expression examples
Powered by GitBook
On this page
  • Prerequsites
  • Installation process
  • Loading the module
  1. Installation

Installing the PowerShell module

PreviousHomeNextConfiguration management

Last updated 2 years ago

Prerequsites

  • PowerShell 3.0 or higher must be installed

  • .NET 4.0 or higher must be installed

Installation process

  • Download and run the

-or-

  • Install from the with PowerShellGet

Install-Module LithnetRMA

Loading the module

  • Simply open a PowerShell console, and type

Import-Module LithnetRMA

or

ipmo LithnetRMA
installer
PowerShell Gallery