Import-RMConfig

Description

The Import-RMConfig cmdlet is used to import a configuration definition from an XML file. See the topic on configuration management 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

Last updated