Write ToCliXml - wim-beck/IS4U-FIM-Powershell GitHub Wiki

Synopsis

Writes objects to a xml file using the CliXml format.

Syntax

Write-ToCliXml [[-Objects] <Array>] [-xmlName] <String> [<CommonParameters>]

Description

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.

Parameters

Objects

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

xmlName

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
⚠️ **GitHub.com Fallback** ⚠️