|
Query for Clients that have been upgraded from SMS 2003 SP3 to ConfigMgr 2007 |
|
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] 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 |