by Stan Czerno
January 30, 2015 07:31 CST
I needed a report that would show the status of one or more MS Bulletins per Server. I found an excellent script at http://redd.it/23yhb1 This script is awesome, and did almost exactly what I needed.
Of course, I modified it a little. I made detailed output the default, except for the Bulletins details, which I removed from the output. I also changed the script so it will only accept one bulletin at a time so I could create a Tab Delimited Text File per MS Bulletin. I added a couple of parameters for setting the path where the Text files are saved. I also added some examples to the help section.
I then created a companion script to take all of the Tab Delimited Text files and import them into a Excel Spreadsheet. Each bulletin has its own worksheet (tab).
Here is the script:
Here is the script to import the Tab Delimited Text files into Excel:
To run the script, I create another script to combine all the processes together, like this:
I created a bulletins.txt file with a MS Bulletin on each line, like this:
The Excel Spreadsheet will look like this:
