Friday, March 9, 2012

Converting commands easily to nice XML

# Retrieve all hot fixes and output into standard XML type file test.xml


(Get-hotfix ConvertTo-XML).Save("C:\temp\Test.xml")

No comments:

Post a Comment