Wednesday, July 13, 2016

Part 13 - SCCM 2012 R2 SP1 Upgrade guide

We are upgrading our installation to support Windows 10 and fix a lots of bugs.

We gonna uprade our SCCM 2012 R2 installation.


Extract the file to c:\upgrade and execute Splash.hta - on the main menu click Install.


Next

Select Upgrade this Configuration Manager Site, Next

Check I accept these license terms, Next

Check all 3 boxes and click Next

Specify a download location. This folder can be deleted after the upgrade process.
  • S:\Temp


The prerequisite files are downloading.

Select the language you want to display in the SCCM Console and Reports.


On the Settings Summary screen, you see that we are performing and Upgrade, Next

Prerequisite Check is running

No errors - Let Begin Install

The upgrade process is running

You can follow the upgrade with CMTrace with the log file:
  • C:\ConfigMgrSetup.log


When Core Setup has completed, close the wizard

Verification

Console:

Site:
  • Administration / Site Configuration / Sites
  • Right-click your site and select Properties
  • The Site Version and Build Numbers has been upgraded to 5.00.8239.1000


Client:

Automatic Client Upgrade

Using the Automatic Client Upgrade option, your client will be upgraded automatically within x days using the value specified
  • Go to Administration / Site Configuration / Sites
  • Click on the Hierarchy Settings button on the top ribbon
  • Check the Upgrade client automatically when new client updates are available
  • Select the desired number of days you want your upgrade to be run
  • A schedule task will be created on the clients and run within the specified number of days

No comments:

Post a Comment

Part 26 - How To Deploy Bginfo Using SCCM 2012 R2

We a using a powershell script to install and config Bginfo from Sysinternals . Download the script from here: psBginfo - For simpl...