Tuesday, October 27, 2015

Working with XML in PowerShell

If you have to work with XML in PowerShell, you may be looking for guidance on how to manipulate XML files using PowerShell.

Fortunately, there is a very good article on manipulating XML using PowerShell here: http://powershell.com/cs/blogs/ebookv2/archive/2012/03/21/chapter-14-xml.aspx

I have found these articles very useful on manipulating XML with PowerShell as well:

https://www.simple-talk.com/sysadmin/powershell/powershell-data-basics-xml/

http://powershell.com/cs/blogs/tobias/archive/2009/02/02/xml-part-2-write-add-and-change-xml-data.aspx

http://blogs.technet.com/b/heyscriptingguy/archive/2014/06/11/use-powershell-to-explore-structure-of-xml-document.aspx

No comments:

Post a Comment