Tips and Tricks: Service Manager 2012 – Useful commands to view XML and Projection Type
Thanks to Chris Ross of SCSM.US for sharing this great information! Here are a few little queries you can use to get some good information for use within ServiceMgr: From SQL if you want to view a MP’s xml… function Format-XML ([xml]$xml, $indent=2) { $StringWriter = New-Object System.IO.StringWriter $XmlWriter = New-Object System.XMl.XmlTextWriter $StringWriter $xmlWriter.Formatting =…