XML

Importing Complex XML into PowerShell

Jeff Hicks wraps up his series on XML and PowerShell by walking you through the process of importing complex XML into PowerShell.

LATEST

Importing More Data into PowerShell

In the seventh installment in this series, Jeff demonstrates how to properly import XML data into PowerShell.

View Article

XML Data and PowerShell

In the sixth installment in this series, you will learn how to bring XML files into PowerShell if you used the Export-Clixml cmdlet.

View Article

Creating Custom XML from .NET and PowerShell

The fifth installment of this series demonstrates another technique to assemble an XML document from scratch using the .NET Framework.

View Article

Creating More Custom XML with PowerShell

In the fourth installment of this series on working with XML in PowerShell, you will learn how to assemble an XML file from a variety of parts.

View Article

Creating Custom XML in PowerShell

Sometimes, you have to take matters into your own hands to create the exact XML format that you need. Learn how to create custom XML in PowerShell.

View Article

Converting PowerShell to XML

See a demonstration of different ways you can take results from a PowerShell expression or command and turn them into XML.

View Article

PowerShell and XML Fundamentals

Learn some basic concepts and commands for using XML with PowerShell.

View Article