Hi all,
I'm working on a Server 2003 SP2 network and I need to disable "Advanced Printing Features" on approx. 100 printers on a 2 node Print Cluster. I don't fancy going through each printer so I thought it must be possible to script it. After a quick google I came across PRNCNFG.VBS, I thought perfect, looks like it will do more or less what I need to do.
I tried "cscript c:\windows\system32\PRNCNFG.VBS -g -s PRINTCLUS - p PRINTERNAME" which came back with the following
Unable to get configuration for printer PRINTERNAME Error 0x80041002 Not Found
Operation GetObject
Provider CIMWin32
Description
Win32 error code
The same happens if I point at each side of the cluster
I've tried http://support.microsoft.com/kb/2257980 and the "Allow Print Spooler to accept client connections" GP setting as described on another post on here.
I don't fancy going through 100 printers! and if for some reason I need to roll back! I really don't want to have to do it 200 times!!!
Any ideas?
Thanks
James