-
I have this Powershell function: function reportxml { $logdir = "C:\\Documents\scriptOutput" $XML_Path = $logdir + ‘\TR.xml’ $XML_NEW_PATH = $logdir + …
- 0 views
- 1 answers
- 0 votes
-
I have to change the innertext of an XML node. But the XML node can come in various states such …
- 283 views
- 1 answers
- 0 votes
-
I need to read a value from a specific node (one of the first nodes of the xml file) in …
- 371 views
- 1 answers
- 0 votes
-
I have got a xml file and would like to if part of a line in the xml matches a …
- 308 views
- 1 answers
- 0 votes
-
I need to modify web.config file which I am reading as xml and the line i need to change is …
- 304 views
- 2 answers
- 0 votes
-
I am trying to replace "\\Server1-123", but I need to use range of characters because the server name changes and …
- 268 views
- 2 answers
- 0 votes
-
Given an XML node that can be either <Uninstall id="Text">{GUID}</Uninstall> or <Uninstall id="Text"> <File>PATH TO EXECUTABLE</File> <Arguments>ARGUMENTS</Arguments> </Uninstall> I am …
- 282 views
- 1 answers
- 0 votes
-
I want to read, update and then write back to disk a Web.config file which is a XML. The way …
- 266 views
- 1 answers
- 0 votes
-
I am trying to change an xml file from one structure to the other using only a few things that …
- 268 views
- 1 answers
- 0 votes
-
I’am new to Poweshell and have about 100 xml files with the same structure and I want to list two …
- 361 views
- 1 answers
- 0 votes