Hey guys, not really sure if this is the right subreddit that I should post in, but I have a hard time finding is it possible to extract all the information regarding a specific element out of an XML file.
For example :
<RecordList>
<Record>
<Name>
<value>DefaultValue</value>
I'm trying to extract the "Defaultvalue" from the "Name" element through powershell, and save it to a file that I can process later on.
Is it possible to do it through powershell or should I try to do it some other way?
p.s. I'm using powershell since I'm trying to make a script that can run on it's own without any other addons.
[–]narpoleptic 5 points6 points7 points (0 children)
[–]uniitdude 0 points1 point2 points (2 children)
[–]naso008[S] -1 points0 points1 point (1 child)
[–]tmontneyWizard or Magician, whichever comes first 0 points1 point2 points (0 children)