Cumulative Update 1 for Configuration Manager 2012

1 minute read

This night the CU1 for SCCM 2012 got released and I just want to share with you the process of update. The download is available here: http://support.microsoft.com/kb/2817245/en-us Before updating your site, please do a backup of your site and verify that it was successful!

Step-by-step installation of CU1 for ConfigMgr 2012 SP1

For those of you who like reading logfiles, the whole update is logged under C:\windows\temp\configmgr2012-sp1-cu1-kb2817245-x64-enu.log

Step 1: step1 Step 2: Accept the EULA accept_eula Step 3: Prerequisite check prereq check Step 4: Update the Site database Here you’re asked whether you want setup to update the site database automatically or if you want to update it manually later on. If you are not allowed to update the database remotely or just don’t like doing it that way, you can chose “No, I will update the site database later.” and then will find a sql script (just a bit over 2000lines long) in the following location to update the site database: **\\SMS_\Hotfix\\update.sql**

update site database

Step 5: Creating other update packages creating other packages creating other packages creating other packages creating other packages

Step 6: Summary summary

Step 7: Installation progress install progress 4 minutes later: setup complete Step 8: Installation completed

complete

First thing I’ll try are the new and updated Powershell cmdlets!

[Update] These are the new cmdlets for ConfigMgr 2012 SP1 CU1

As I wanted to check the new cmdlets that were promised before and in the KB, I had a look at the module.

These are supposed to now be included. For more information have a look at my other article [Found! – Where are my new ConfigMgr 2012 SP1 CU1 cmdlets?] /2013/03/23/found-where-are-my-new-configmgr-2012-sp1-cu1-cmdlets/).

  • Add-CMDistributionPoint
  • Import-CMAntiMalwarePolicy
  • Import-CMDriver
  • New-CMAppVVirtualEnvironment
  • New-CMMigrationJob
  • New-CMPackage
  • New-CMSoftwareUpdateAutoDeploymentRule
  • New-CMTaskSequence
  • New-CMTaskSequenceInstallUpdateAction
  • New-CMTaskSequenceMedia
  • New-CMUserDataAndProfileConfigurationItem
  • Remove-CMTaskSequenceInstallUpdateAction
  • Set-CMTaskSequenceGroup
  • New-CMTaskSequenceGroup
  • Remove-CMTaskSequenceGroup
  • Set-CMApplicationCatalogWebsitePoint
  • Set-CMAppVVirtualEnvironment
  • Set-CMClientPushInstallation
  • Set-CMClientSetting
  • Set-CMDistributionPoint
  • Set-CMDriver
  • Set-CMEndpointProtectionPoint
  • Set-CMEnrollmentPoint
  • Set-CMEnrollmentProxyPoint
  • Set-CMHierarchySetting
  • Set-CMManagementPointComponent
  • Set-CMOperatingSystemImageUpdateSchedule
  • Set-CMOutOfBandManagementComponent
  • Set-CMReportingServicePoint
  • Set-CMSite
  • Set-CMSoftwareUpdateAutoDeploymentRule
  • Set-CMSoftwareUpdatePointComponent
  • Set-CMStateMigrationPoint
  • Set-CMStatusSummarizer
  • Set-CMSystemHealthValidatorPointComponent
  • Set-CMTaskSequence
  • Set-CMTaskSequenceInstallUpdateAction
  • Set-CMUserDataAndProfileConfigurationItem
  • Start-CMDistributionPointUpgrade

Updated:

Leave a Comment