PowerShell or GUI to check version of System Center Components
What is the best way to determine if all of my System Center Components are up to date?
March 20th, 2015 6:01pm

Indications in the GUI are not reliable so you will have to check for the version of specific files; some kind of powershell script would probably do the trick.
Free Windows Admin Tool Kit Click here and download it now
March 21st, 2015 12:57pm

Hi,

If you are looking out for latest URs applied on the System Center servers, you can use the following PS cmd

Get-Hotfix -computername SCOMServer, SCCMServer, OrchestratorServer, SCSMServer,.....

But, I think you need to enhance it a lot as it will give all that KBs installed

March 21st, 2015 3:03pm

For Get version of SCOM, you need to use following command

Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration a

Free Windows Admin Tool Kit Click here and download it now
March 24th, 2015 7:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics