Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created June 19, 2015 19:31
Show Gist options
  • Save omar-yassin/7cff92c999e71fb3184a to your computer and use it in GitHub Desktop.
Save omar-yassin/7cff92c999e71fb3184a to your computer and use it in GitHub Desktop.
PowerShell: Dealing with XML
# 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