News

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 ...
<CardCompany> Fleer </CardCompany> </Card> </Cards> This XML file contains two cards with various tags associated with each. Now let's say you want to read this XML file with PowerShell. To do this, I ...
They won't always have the same format or be under the same node. I do a bit of work with XML and other objects in PowerShell. Wrote ConvertTo-FlatObject to simplify exploring these.