Advertisement
kjacobsen

XML + POWERSHELL = REALLY NEAT CONFIG FILES 2

Apr 2nd, 2012
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #read configuration file myxmlfile.xml into variable $xmlfile
  2. $xmlfile = [xml](get-content "myxmlfile.xml")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement