Version 2.2 of My Script to Download All SCOM Management Packs with PowerShell

Microsoft has made some changes to the code of the download pages on the MPs so the script was not able to get MP version. Here is full change log:

  • Microsoft has made some changes to the code of the download pages again so the script was not able to get the version of the MP. Made changes to work with the new code.
  • The script now checks if MP web pages is invoked successfully 
  • If MP Page is not invoked successfully error appears. Error is also written in a Error Log.
  • Improvements on check if MP is already downloaded
  • MP download links are displayed on separate lines
  • Changes section was made more readable format

You can download the new version from the following locations:

Version 2.1 of My Script to Download All SCOM Management Packs with PowerShell

Little improvements were made to this script. All of them were contributed by Anthony Bailey:

  • The script now checks if the folder for the version already exists and if only there is not such folder than downloads the MP;
  • When MP is downloaded successfully it is written in a log file;

With these improvements you can run the script with schedule task and configure SCOM to monitor the log that way you can get alerted when new MP is available. All thanks to Anthony Bailey.

Latest version you can find on TechNet Gallery or systemcentercentral.com.

Updated: System Center 2012 SP1 Integration Map

System Center 2012 SP1 Integration Map has been updated. You can find this cool document here.

Version 2.0 of My Script to Download All SCOM Management Packs with PowerShell

Not so long ago I’ve wrote a script that can download all SCOM Management Packs released by Microsoft. Unfortunately Microsoft has decided to change the interface of their download pages and didn’t asked me for approval Smile. Because of that the script stopped to work as it was dependent on the layout of the download web pages. I’ve decided to give it a try to fix the script. Looked at the layout of the new download page. Change a bit the logic and some lines and viola the script is working again.

You can grab Version 2.0 of the script from TechNet Gallery or from systemcentercentral.com.

P.S. The Script requires PowerShell 3.0.

Updated MP: System Center Management Pack for Windows Server Operating System

As MSFT promised we have a new version of Windows Servers OS MP in Q2. The update brings a couple of bug fixes and one significant feature marked in bold:

  • Fixed a bug in Microsoft.Windows.Server.2008.Monitoring.mp where the performance information for Processor was not getting collected.
  • Made monitoring of Cluster Shared Volume consistent with monitoring of Logical Disks by adding performance collection rules. (“Cluster Shared Volume – Free space / MB”,”Cluster Shared Volume – Total size / MB”,”Cluster Shared Volume – Free space / %”,”Cluster Disk – Total size / MB”,”Cluster Disk – Free space / MB”,”Cluster Disk – Free space / %”)
  • Fixed bug in Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.mp where the Cluster disks running on Windows Server 2008 (non R2) were not discovered.
  • Fixed bug ‘Cluster Disk Free Space Percent’ and Cluster Disk Free Space MB’ monitors generate alerts with bad descriptions when the volume label of a cluster disk is empty.
  • Added feature to raise event when NTLM requests time out and customers are unable to use mailboxes, outlook stops responding, due to the low default value for Max Concurrent API registry Key (HLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters) , which is a ceiling for the maximum NTLM or Kerberos PAC password validations a server can take care of at a time. It uses the “Netlogon” performance counter to check for the issue.
    The updated management pack and its guide you can find here. Smooth updating.