Comments on: Powershell: Parsing XML part 1 https://www.thomasmaurer.ch/2010/06/powershell-parsing-xml-part-1/ Cloud and Datacenter Blog focusing on Microsoft Azure Wed, 19 Feb 2020 18:55:01 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Manuel https://www.thomasmaurer.ch/2010/06/powershell-parsing-xml-part-1/#comment-753960 Wed, 19 Feb 2020 18:55:01 +0000 http://www.thomasmaurer.ch/?p=724#comment-753960 Hi John,
If I understand your question… here is the answer:
At the top of this article is the command:

$xmldata = get-content “C:\XMLFiles\mydata.xml”

This places the contents of the mydata.xml file… which is located in the “C:\XMLFiles” directory.

Please excuse, if I misunderstood.

]]>
By: john https://www.thomasmaurer.ch/2010/06/powershell-parsing-xml-part-1/#comment-751988 Wed, 05 Feb 2020 01:06:58 +0000 http://www.thomasmaurer.ch/?p=724#comment-751988 It seems that you jumped ahead without explaining what you were doing. how do I pull the item out of the xml file?

]]>
By: bkwdesign https://www.thomasmaurer.ch/2010/06/powershell-parsing-xml-part-1/#comment-736088 Mon, 26 Aug 2019 16:26:10 +0000 http://www.thomasmaurer.ch/?p=724#comment-736088 Would like to see you delete an object from the array and re-save the XML file

]]>
By: eric https://www.thomasmaurer.ch/2010/06/powershell-parsing-xml-part-1/#comment-654970 Wed, 22 Jun 2016 01:32:05 +0000 http://www.thomasmaurer.ch/?p=724#comment-654970 Using your post as a guide. Trying to parse an xml file on a website and save the results of one of the fields to a text file. When I do an invoke-webrequest I get nothing.

]]>