SCVMM 2008 Management Pack Finally Released

The System Center Operations Manager Management Pack (MP) for System Center Virtual Machine Manager 2008 was finally released yesterday.  As I wrote previously, the documentation was initially misleading on this feature — eventually we learned that the MP would ship 60 days after SCVMM 2008 released.

Let’s use PowerShell to find out if Microsoft made their release date:

$RtmDate = Get-Date "October 21, 2008"
$MgtPackReleaseDate = Get-Date "January 28, 2009"
$MgtPackDueDate = $RtmDate.AddDays(60)
 
$DaysTaken = $MgtPackReleaseDate.Subtract($RtmDate).Days
$DaysLate = $MgtPackReleaseDate.Subtract($MgtPackDueDate).Days
 
Write-Host "Due date:`t" $MgtPackDueDate.ToShortDateString()
Write-Host "Release date:`t" $MgtPackReleaseDate.ToShortDateString()
Write-Host "Days taken:`t" $DaysTaken
Write-Host "Days late:`t" $DaysLate

Results:

Due date:        12/20/2008
Release date:    1/28/2009
Days taken:      99
Days late:       39

Related posts:

  1. Wild SCVMM 2008 R2 rumors and speculation
  2. Hello, SCVMM 2008 R2
  3. Misleading documentation or none at all? I’ll take the latter, thanks.
  4. Is SCVMM 2008 R2 really banned from VMworld?
  5. Save $14,970 on VMware ESX management

Tags: , ,

Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">