as a test on one system with duplicate GUIDs, try un-installing the client, deleting the system from SCCM and re-install the client.
You can include the SCCM client agent on an image, but you need to clean it up. Here's what I used to do (when I included the client in the image):
- net stop ccmexec
- ccmdelcert.exe
- del %WinDir%\SMSCFG.ini /F
Shutdown the workstation BUT do not restart windows (or you need to clean up again). Capture your image.
* CCMDelCert.exe is from the SMS 2003 Toolkit 2
- Marked as answer by Juke ChouMicrosoft contingent staff, Moderator 20 hours 0 minutes ago
as a test on one system with duplicate GUIDs, try un-installing the client, deleting the system from SCCM and re-install the client.
You can include the SCCM client agent on an image, but you need to clean it up. Here's what I used to do (when I included the client in the image):
- net stop ccmexec
- ccmdelcert.exe
- del %WinDir%\SMSCFG.ini /F
Shutdown the workstation BUT do not restart windows (or you need to clean up again). Capture your image.
* CCMDelCert.exe is from the SMS 2003 Toolkit 2
- Marked as answer by Juke ChouMicrosoft contingent staff, Moderator Saturday, January 18, 2014 4:23 PM
Below is the official document for your reference.