Jump to content

Recommended Posts

Posted

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

Posted

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 know

Printers.txt

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...