Get ObjectsFromXml - wim-beck/IS4U-FIM-Powershell GitHub Wiki
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"