So we have some legacy printer GPOs (not GPP) and we occasionally have issues with the printer deployments. I am attempting to troubleshoot this on remote computers and I found that Win32_Printer does not list any of these printers.
However, if I deploy a printer via GPP (user-based), it is listed in the output of Win32_Printer. What's the difference between the way these printers are deployed? Is there anything that will allow me to list and remove the GPO deployed printers programmatically (printui, etc)?
Thanks!