Just kick a full hardware inventory on these and it will take care of it... If you want to find the ones that need a full inventory, you can create a collection that compares the operating system value in discovery information vs the reported hw inventory operating system
Something like this 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_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion = "Microsoft Windows NT Workstation 6.1" and SMS_G_System_OPERATING_SYSTEM.Caption = "Microsoft Windows XP Professional" Jimmy Martin (901) 227-8209 From: [email protected] [mailto:[email protected]] On Behalf Of Atkinson, Matt T Sent: Thursday, April 02, 2015 10:08 AM To: [email protected] Subject: [mssms] HW Inventory stopped updating on reimaged computers We've got some folks migrating PCs from XP to Windows 7. They previously had the 2012 client installed, the upgrade is being done with a 2012 task sequence and the computer names are being kept the same. After they are reimaged, they are running HW inventory normally but in the dataldr.log I see "WARNING - Outdated report will be discarded. (sp return code = 8)". I found a technet thread that mentioned this is caused by duplicate GUIDs with a query to use that I can check, but when I run the query I only get 1 computer returned, so it doesn't seem like duplication. Any other items I can check for troubleshooting? I force a full inventory cycle on those machines, it runs successfully. Matt Atkinson Client Systems Engineer 3601 Murray Blvd Ste. 175 Beaverton, OR 97005 W: 971-282-0342 C: 503-851-4620 ________________________________ This message is intended for the sole use of the addressee, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the addressee you are hereby notified that you may not use, copy, disclose, or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete this message. This message and any files transmitted with it may contain legally privileged, confidential, or proprietary information. If you are not the intended recipient of this message, you are not permitted to use, copy, or forward it, in whole or in part without the express consent of the sender. Please notify the sender of the error by reply email, disregard the foregoing messages, and delete it immediately. P Please consider the environment before printing this email...

