Originally Posted by Duke5A I was having issues with this too using WDS. The UUID is stored in the netbootguid property in the machine's computer object. If you were ever curious enough to want to find out what it is you can use this script: Code: strLDAPComp = "LDAP://CN=machinename,OU=example computers,DC=example,DC=com" Set objComp = GetObject(strLDAPComp) Msgbox "AD UUID:" & ConvertObjectGuidToString(objComp.netbootguid) Function ConvertObjectGuidToString(ByVal ...
strLDAPComp = "LDAP://CN=machinename,OU=example computers,DC=example,DC=com" Set objComp = GetObject(strLDAPComp) Msgbox "AD UUID:" & ConvertObjectGuidToString(objComp.netbootguid) Function ConvertObjectGuidToString(ByVal