Upgrade SCCM 1806 to SCCM 1810

Today i have upgraded my sccm from 1710 to 1802.

for list of new features on 1802 please check Microsoft article.

View new features…

 

install sccm 1810

You can use the query to find out all devices which are not update to latest client version 5.00.8740.1012

select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.ClientVersion != '5.00.8740.1012'
Exit mobile version