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_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.Model = "LIFEBOOK T901"
I used the built in criteria option to build the query it has been working and now I know of 3 machines that have been re imaged and are not being pulled up in the collection that were there previously
the sccm client is installed and working center
WMI isn't messed up on the machine. I can run the WMI cmd to pull the computer model on the local machine, I can use SCCM client center to query the hardware inventory and it show's the computer model its like sccm server is ignoring that it has the model information.
please help what else should i be looking at or for?