-
Notifications
You must be signed in to change notification settings - Fork 4
Get ObjectsFromXml
Dieter Schelkens edited this page Apr 23, 2019
·
1 revision
Retrieve resources from a xml file.
Get-ObjectsFromXml [-xmlFilePath] <String> [<CommonParameters>]
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.
Property | Value |
---|---|
Type | String |
Required | true |
Position | 1 |
Default value | |
Accept pipeline input | false |
Get-ObjectsFromXml -xmlFilePath "ConfigPortalUI.xml"