#PSTip Using XPath in PowerShell, Part 1
This is the first tip in a series of Select-Xml/XPath tips. Working with XML documents in PowerShell is relatively easy. For most things it is enough to read XML file and convert it to XmlDocument object using XML type accelerator:
Read More