maxrebo Posted June 27, 2014 Posted June 27, 2014 Ok, so I want to look into mapping our printers through a VBS Script (previously used GPP but are having issues with printers not mapping etc..) I have got a very basic script to map printers and this works fine when running it manually - I was just wondering the best way of calling this VBS script through logon? - I want to put the VBS script on the local c drive so that the user who logs on will get the shared printers for that room. What is the best way to call this vbs script? can I use Group policy to run this locally based script or would it be better sat on a share? How does everyone do this in their environment using VBS scripts? Thanks
sister_annex Posted June 27, 2014 Posted June 27, 2014 I have attached a copy of our vbs this runs for all users when they log on. It is stored in the netlogon share and is called simply by putting the following in the logon script: cscript %LOGONSERVER%\netlogon\printers.vbs We did try using GPP for printers but found it highly unreliable and in some cases added stupid amounts of time on to the logon. That script has some commenting but if it needs more explanation then please let me knowPrinters.txt 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now