Query for Clients that have been upgraded from SMS 2003 SP3 to ConfigMgr 2007

Go back to the ConfigMgr 2007 Home Page

 

I'm in the process of upgrading from SMS 2003 to ConfigMgr 07 but I'm having trouble working out a quick way of displaying which Clients have been upgraded to ConfigMgr. Does anyone have a Query that will show me this?

Contributed By: Cliff Hobbs [MVP ConfigMgr/ SMS]
The following query will show which Clients have been upgraded to ConfigMgr 07:

select SMS_R_SYSTEM.Name,SMS_R_SYSTEM.ClientVersion,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.ClientVersion > "4%"

 


To see other ConfigMgr 2007 Administration related FAQs click here.
© FAQShop.com 2003 - 2008

Go back to the ConfigMgr 2007 Home Page