This script will search for multiple installed software from various computers and creates an excel sheet with the data. it is a VBScript and needs Microsoft Excel installed on the server that this script will run from. Servers.txt needs to be present with a each...
Month: December 2014
Network Info / inventory
posted by: Murali
December 28, 2014
Creates an Excel File with the Network Info / inventory of all the computers that are listed in servers.txt Needs Excel to be installed on the machine that the script will be run from. Queries and reports the listed items: Machine Name [Which is provided...
As an extension to my article on how to Audit Server Reboots, I have put forth a small script that might come handy. I consciously choose implementing WMI rather than inbuilt command lets as there were several Legacy OS’s still in our enterprise and using...
Here is what every Windows Admin will have to learn sooner or later., how do we know when the server got rebooted ? Who rebooted it ? was that a clean shutdown or an unexpected one ? So, how do we tell this ? Just...
Check and Delete .BLG Files in “C:\PerfLogs\Admin” folder that are older than 2 days
posted by: Murali
December 18, 2014
Last night I was approached to script a tool that can Check and Delete .BLG Files in “C:\PerfLogs\Admin” folder that are older than 2 days. I choose #PowerShell for obvious reasons and here is something I put in real quick.. This script can be modified to...
While installing RDS on Windows 2012 you can run into weird issues, one of which is the installation stops all of a sudden and asks you to check the mighty “Event Viewer”. Here is what I have tried and learned over the time, most of...