
Using PowerShell to Read and Write XML
This blog provides a simple example of using PowerShell to read and write XML nodes and attribute names. Using PowerShell to Write XML In this example, we first create a new [System.Xml.XmlDocument] object to represent our XML document. We then...

