I was working on a PowerShell script that pulls errors out of the Event Log into an array from a list of servers. The script will then report the errors for each server, or will report that no errors were found, as seen in a condensed version of the script below: $events = Get-EventLog -Computer $ComputerName… Continue reading Ensure Your Array is an Array