Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

Powershell script to read xml data from multiple remote computers

$
0
0

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!


Viewing all articles
Browse latest Browse all 21975

Trending Articles