Skip to content

Get ObjectsFromXml

Dieter Schelkens edited this page Apr 23, 2019 · 1 revision

Synopsis

Retrieve resources from a xml file.

Syntax

Get-ObjectsFromXml [-xmlFilePath] <String> [<CommonParameters>]

Description

Retrieve resources from a xml file that has been created by Export-MimConfig. This file contains resources from a MIM-Setup that have been serialized and deserialized by using the CliXml format.

Parameters

xmlFilePath

Property Value
Type String
Required true
Position 1
Default value
Accept pipeline input false

Examples

Get-ObjectsFromXml -xmlFilePath "ConfigPortalUI.xml"

Clone this wiki locally