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...