Hello folks,
I am glad to share that Microsoft released Update Rollup 3 for System Center 2016.
Please find the description for each component that are fixed and updated in System Center 2016 UR3 including the bugs that are fixed in System Center Virtual Machine Manager 2016.
System Center 2016 components that are fixed in Update Rollup 3 are the following:
Table of Contents
Virtual Machine Manager
Go to the following websites to manually download the update packages from the Microsoft Update Catalog:
- Download the Virtual Machine Manager Server update package now.
- Download the Administrator Console update package now.
![]()
After you download and install VMM Update Rollup 3, the version will be updated to 4.0.2139.0.
![]()
The following PowerShell script will help you automate the update for the VMM agent version on all Hyper-V hosts.
# Get SCVMM Admin Account
$AdminAccount = Get-SCRunAsAccount -Name ‘SCVMM Admin’
# Get Current SCVMM Agent Version
foreach ($VMMHost in (Get-SCVMMManagedComputer)){
Get-SCVMMManagedComputer | FT ComputerName, AgentVersion -AutoSize
}
# Update SCVMM Agent
foreach ($VMMHost in (Get-SCVMMManagedComputer)){
Update-SCVMMManagedComputer -VMMManagedComputer $VMMHost -Credential $AdminAccount -RunAsynchronously
}
# Confirm SCVMM Agent Version
foreach ($VMMHost in (Get-SCVMMManagedComputer)){
Get-SCVMMManagedComputer | FT ComputerName, AgentVersion -AutoSize
}
See the following Knowledge Base article for details about this update and the bug fixes: KB4014528
Data Protection Manager
There are no updates to DPM in Update Rollup 3. Stay tuned for Update Rollup 4.
Operations Manager
See the following Knowledge Base article for details about these fixes and installation instructions:
KB4016126 Update Rollup 3 for System Center 2016 Operations Manager.
Orchestrator
There are no updates to Orchestrator in Update Rollup 3.
Service Provider Foundation
There are no updates to Service Provider Foundation in Update Rollup 3.
Service Management Automation
There are no updates to Service Management Automation in Update Rollup 3.
Service Manager
See the following Knowledge Base article for details about these fixes and installation instructions:
KB4019979 Update Rollup 3 for System Center 2016 Service Manager.
How to obtain and install Update Rollup 3 for System Center 2016?
Please see each KB article above to obtain specific installation instructions for each component.
Warning! Please remember to try the updates first in a dev/test environment before you install them in production!
__
Thank you for reading our blog.
Please let us know in the comments section below if you have any questions or feedback.
-Charbel Nemnom-