PowerShell Script for Remote Event Log Viewing

Either way, I needed to check all of my event logs for EventID 11 and 15. [...]

Get-ServerNames.ps1

Here’s the script I metioned a few days ago. I wrote this a while back (Pre-RC0, I think).

 Anyway, if you’ve got a bunch of servers that you need to perform a common task on (copy files, check event logs, etc), this is handy…however, it only works if you’ve got the Managed By [...]

PowerShell Script for Server Hardware Updates

No. This script doesn’t do the updates for you, as awesome as that would be. I have a bunch of boxes that I have to do firmware updates on tonight. Apparently the Dell PERC4 has an issue on a certain firmware revision that will cause arrays of 5 or more disks in RAID [...]