News

Trying to parse event XML with PowerShell Barmaglot Dec 7, 2014 Jump to latest Follow Reply ...
Now let's say you want to read this XML file with PowerShell. To do this, I'll use the [xml] type accelerator and Get-Content to pull out all the text and convert it to XML.
Hi all. Trying to mangle XML, and running into something that I don't know how to fix. It is also possibly that my google-foo is weak at this time. Code snippet I'm changing in the unattend.xml: 1 ...