FYI – Updated 17 July 2020
This idea sprung from a discussion with Sr. PFE Brian Barrington, and it got me wondering…
FYI – If you’re running a SCOM agent, 2016 or above, various Log Analytics solutions may have pre-reqs.
OMS Gateway requires Microsoft Monitoring Agent (MMA)
(agent version – 8.0.10900.0 or later)
Simple English, that means SCOM2016 RTM agent or above
As of 6 Sep 18, MMA agent = 8.0.11103.0
As of 17 Oct 18, MMA agent = 8.0.11136.0
Skipping forward to 2020, the MMA agent is 10.20.18040.0
Windows SCOM Agent Version numbers
SCOM2016 | |
RTM | 8.0.10918.0 |
UR1 | 8.0.10931.0 |
UR2 | 8.0.10949.0 |
UR3 | 8.0.10970.0 |
UR4 | 8.0.10977.0 |
UR5 | 8.0.10990.0 |
UR6 | 8.0.11004.0 |
UR7 | 8.0.11025.0 |
UR8 | 8.0.11037.0 |
UR9 | 8.0.11049.0 |
SCOM1801 | |
RTM | 8.0.13053.0 |
SCOM1807 | |
RTM | 8.0.13067.0 |
SCOM 2019 | |
Technical Preview | 10.19.10003.0 |
RTM | 10.19.10014.0 |
UR1 | 10.19.10140.0 |
- @Larry LeBlanc – thank you for the SCOM Agent version updates!
Verify what version is installed
Via SCOM – use Holman’s Agent Version Addendum management pack
If you don’t have SCOM
From PowerShell
$Agent = get-itemproperty -path “HKLM:\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Setup”
$Agent.CurrentVersion
Resources
SCOM Agent Version Addendum pack https://kevinholman.com/2017/02/26/scom-agent-version-addendum-management-pack/
SCOM Agent build numbers https://social.technet.microsoft.com/wiki/contents/articles/34312.system-center-operation-manager-momscom-list-of-build-numbers.aspx
Linux Agent can be downloaded from GitHub – github.com/Microsoft/OMS-Agent-for-Linux
If more information is needed for build number –
System Center Operations Manager 2019
Build Number | KB | Release Date | Description |
10.19.10050.0 | Evaluate | March 2019 | SCOM 2019 RTM |
10.19.10311.0 | KB4533415 | February 2020 | SCOM 2019 Update Rollup 1 |
System Center Operations Manager 2016
Build Number | KB | Release Date | Description |
7.2.11719.0 | Evaluate | September 2016 | SCOM 2016 RTM |
7.2.11759.0 | KB3190029 | October 2016 | SCOM 2016 Update Rollup 1 |
7.2.11822.0 | KB3209591 | February 2017 | SCOM 2016 Update Rollup 2 |
7.2.11878.0 | KB4016126 | May 2017 | SCOM 2016 Update Rollup 3 |
7.2.11938.0 | KB4024941 | October 2017 | SCOM 2016 Update Rollup 4 |
7.2.12016.0 | KB4090987 | April 2018 | SCOM 2016 Update Rollup 5 |
7.2.12066.0 | KB4459897 | October 2018 | SCOM 2016 Update Rollup 6 |
7.2.12150.0 | KB4492182 | April 2019 | SCOM 2016 Update Rollup 7 |
7.2.12213.0 | KB4514877 | October 2019 | SCOM 2016 Update Rollup 8 |
Hi Kevin
I was wondering if there was a listing of build numbers for the agents somewhere? The linked article does not have agent versions. I was looking for agent versions for MMA, OMS, and SCOM 2016 specifically.
In particular, we have some agents which are version 8.0.11081.0. I believe these are actually OMS or MMA agents as opposed to SCOM 2016 agents, but I just am trying to verify and also trying to verify that all of our agents are either the latest OMS or latest SCOM 2016 agents. We recently upgraded to SCOM 2016 UR9 and I know its agents are 8.0.11049.0 based on the data being returned by your SCOM Management Package which we gladly and appreciatively utilize. 🙂
Thanks!
Hey Steven,
Let me see what I can find to update that blog post, stay tuned.
Hello Steven,
Updated block with the version displayed in Holman’s SCOM_Management pack, and also the build numbers (put below references)
The 8.0.11081.0 appears to be an OMS build. I wasn’t able to find a public GitHub project to give timing of when that was released.
Latest download from the docs site for the Windows 64-bit agent is 10.20.18040.0.
The download link is – https://go.microsoft.com/fwlink/?LinkId=828603