SaImadsEminna
New Member
I have a VBScript that goes through about 20 Windows tasks. The idea of the script it to check and ensure certain things are installed or done correctly on a new server (ensure services are running, critical updates, etc,.)That is all finished and it outputs to the screen. I wanted to output it to Excel but some servers the script will run on will not have excel so I've been told to output it to xml.I've never done anything with XML. It looks pretty straightforward but I wanted some suggestions on how I need to design it and the best way to do it in VBScript.