I'm super new to GPO and Print Servers. I'm new to server altogether but I'm jumping in the fire as much as I can.
I created a script to select a default printer based on prnmgr.vbs
I loaded that into a GPO based on user
I then enforced the object.
Now using printerconnections.exe I deployed the printer from the print server that we have using the above gpo w/ logon script based again on user login (not machine).
When I log into the terminal server where this is being tested, I don't see the command prompt pop up attempting to run the batch file. How do I know if it is working?
cscript c:\windows\System32\Printing_Admin_Scripts\en-US\Prnmngr.vbs -t -p <printername>
timeout /t 5 /nobreak
Also, am I using the timeout command correctly, as far as what orde rit should be in?