Browsed by
Month: August 2015

PowerShell And XML

PowerShell And XML

How to work with XML in PowerShell PowerShell gives you a real advantage when it comes to working with XML based logs. And it is easy. As always this is because of objects. Just as with other object there is methods and properties. You begin by creating an object of you XML data. It is done by casting the variable as a System.Xml.XmlDocument. Just like this. For instance with a XML file like this. The output of $a.Books would yield…

Read More Read More