Export-Clixml


Produces a clixml representation of a Ps object or objects.

Snap-In: Microsoft.PowerShell.Utility

Syntax:

Export-Clixml

 [-Path] <String> [-Depth <Int32>] -InputObject <PSObject> [-Force] [-NoClobber] [-Encoding <String>] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>] [-WhatIf] [-Confirm] 

Description:

The export-clixml Cmdlet takes input from the pipeline or from a designated object and produces a Command Line Interface XML (clixml) file. That file can be sent down the pipeline or to a destination. The tagged XML file can then be used with any number of XML tools such as XPath. Objects are serialized, which means they are saved as they are with the tagging data intact. The objects are then free to be sent across networks and computers.



Windows PowerShell. TFM
Internet Forensics
ISBN: 982131445
EAN: 2147483647
Year: 2004
Pages: 289

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net