• PowerShell Script: Extract Operations Manager Severity & Priority Information

      MPViewer v1.7 returns no rule severity/priority data for the System Center Configuration Manager Management Pack version 6.0.6000.3 (27/9/2011) . This script can be used to extract that information. 1: #requires -version 2 2: < # ...
  • PowerShell Script: Retrieve Specific Event ID’s From Event Log On Multiple Computers

      This script was put together very quickly to accomplish the objective stated in the title. 1: #requires -version 2.0 2: < # 3: author: Johan Vosloo 4: date: 24/11/2011 5: purpose: Retrieve event id’s from multiple...