I have created a lot of printers on a w2k3 server using:
Code:

SHELL 'cscript %windir%\system32\prnmngr.vbs -a -p "PrinterName" -m "DriverName" -r "IP_192.168.0.254"'
SHELL 'cscript %windir%\system32\prncnfg.vbs -t -p "PrinterName" -h "ShareName" -l "Location" -m "Comment" +shared'


The problem is that after created th printers the AD doesn't find the them. The printers works fine but I cannot search them thru the AD. I noticed that the printers haven't got any ObjectGUID in the register. Is there any way to add those printers to the AD now and give them a ObjectGUID?