News

Trying to parse event XML with PowerShell. Thread starter Barmaglot; Start date Dec 7, 2014; Jump to latest Follow Reply Status ... I do a bit of work with XML and other objects in PowerShell.
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'll use the [xml] type accelerator and Get-Content ...
So I feel like this should be really, really simple. But I've been on it for about 2 hours now. I'm working with Azure's export of the virtual network configuration. Basically what I want to do is ...