Export-FormatData XML output #6699
Labels
Issue-Discussion
the issue may not have a clear classification yet. The issue may generate an RFC or may be reclassif
WG-Cmdlets-Utility
cmdlets in the Microsoft.PowerShell.Utility module
In #6691 we made that Export-FormatData returns pretty-printing XML output by default as requested in #6681.
Users may need a different output:
-AsXML
- output [xml] object-AsXMLString
or-AsString
- output compact XML string without formatting.-Encoding
- set encoding of output file .And perhaps add option to output to pipe not file and
-PassThru
.The text was updated successfully, but these errors were encountered: