Extensible Markup Language (XML) is a plain text format that is used to store structured data. XML is written to be both human and machine-readable. XML documents often begin with a declaration, as shown here: <?xml version=”1.0″ encoding=”utf-8″?> The Select-Xml command may be used to search XML documents using the XPath query language. PowerShell v3 […]