Hello,
I'm trying to put together a script to read data from a very simple xml file on multiple remote computers and output that data into a csv file.
The remote computers are listed in a txt file (ex C:\Scripts\Computers.txt), path to xml on remote computer is same on all computers (ex C$\Drivers\Scripts\Version.xml) and layout of xml is shown below. Looking for assistance in putting it together.
<WSAU>
<version>4.012</version>
</WSAU>
Thanks!