|
akhoygani975 -> Collection of machines/clients pending reboot (4/18/2008 3:45:57 PM)
|
Hello all, In SMS2003 I had a collection listing all servers/clients that were pending reboot (see query statement): 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 inner join SMS_G_System_PatchStatus on SMS_G_System_PatchStatus.ResourceID = SMS_R_System.ResourceId where SMS_G_System_PatchStatus.LastStateName = "Reboot Pending" I am trying to use the same Select query in SCCM 2007 and does not return anything. Does anyone know why? and if this is not supported in SCCM 2007 is there any other way to create the above collection? Thanks.
|
|
|
|