Scenario:
I have a client in the Inventory called "Test" with device id "...8B48".
Now I reinstall this client (Windows, Agent, ...) and call it "Test" again. The new devid id is "...7438".
Then I run an inventory scan with /F /sync /O=C:\Scan.dat
1. Inventory scan:
- Client sends inventory with device id "...7438"
- The existing record in the inventory is updated (Last Hardware Scan Date)
- The device id in the inventory is still "...8B48"
- The device id registry key on the client shows "...7438"
2. Inventory scan:
- Client sends inventory with device id "...8B48"
- The existing record in the inventory is updated (Last Hardware Scan Date)
- The device id in the inventory is still "...8B48"
- The device id registry key on the client shows "...7438"
What I would expect is, that the client gets the old device id and stores it in the registry (or the existing inventory is updated with the new device id).
That the existing record is updated is what I want, but if the device id's are not synchronised between core an client, I am not able to deploy software etc.
Any ideas? Thanks a lot.