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
  • Description
  • Syntax
  • Parameters
  • Examples
  1. Usage
  2. Cmdlet reference

Import-RMConfig

PreviousUpdate-ResourceManagementClientSchemaNextNew-XPathQuery

Last updated 3 years ago

Description

The Import-RMConfig cmdlet is used to import a configuration definition from an XML file. See the topic on for more details.

Syntax

Import-RMConfig -File <string> [-Preview] [-Verbose]

Parameters

File

The name of the XML file containing the configuration to import

Preview

Optional. Indicates that the cmdlet should only report changes required, without committing them to the FIM service

Verbose

Optional. Logs the details of what attributes are being changed to the console

Examples

Import-RMConfig -File EmailTemplateConfig.xml
configuration management