Posts Tagged ‘xml’

Using XML in your PowerShell scripting (2009-9-22)

I have written a lot of scripts that use .txt files to read or store data, but I have a need to read some information from an .xml file.  This could be done by treating the file as a simple txt file, but it would require some pretty good filtering that is already a part [...]