This is the first of two videos about working with XML in PowerShell. XML files represent hierarchically structured data in a text-based format. This video explains how to use the Select-Xml command and XPath to extract XML data. The second video (https://youtu.be/1jpKB90V9Jw) explains how to read and write XML files using the XmlReader and XmlWriter classes.