Write ToCliXml - wim-beck/IS4U-FIM-Powershell GitHub Wiki
Writes objects to a xml file using the CliXml format.
Write-ToCliXml [[-Objects] <Array>] [-xmlName] <String> [<CommonParameters>]
Writes objects to a xml file using the CliXml format. The files are saved in a folder called MIMExportFiles. This folder is saved in the declared path from Export-MIMObjects.
Array of objects that will be converted to a xml file in a CliXml format.
| Property | Value |
|---|---|
| Type | Array |
| Required | false |
| Position | 1 |
| Default value | |
| Accept pipeline input | false |
The name of the xml file. The name will be placed between 'Config' and '.xml'.
| Property | Value |
|---|---|
| Type | String |
| Required | true |
| Position | 2 |
| Default value | |
| Accept pipeline input | false |