Created
June 19, 2015 19:31
-
-
Save omar-yassin/7cff92c999e71fb3184a to your computer and use it in GitHub Desktop.
PowerShell: Dealing with XML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# load xml | |
[xml]$xml = `what evber out put that prints xml - or can load xml from file path` | |
# read xml contents | |
$xml.nodeName.ChildNodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment