I am using marcdmac's excellent login script.
Here's my situation:
I've got 20 users and 4 printers. Each user prints to their default printer of choice which they can set at their workstation. However, I'd like to set their default via the login script so if a user temporarily changes their default and forgets to change it back, the login script will change it back for them.
I'm looking for a way of setting this default in Active Directory by typing in the name of the network printer into an unused field such as Office or Description. So the Office field can have the printer name of EastSide which I'm hoping the login script can access/read. Is there a way of using the login script to read that AD field? If so, I can feed the printer's name into the script.
I don't want to do a Select Case since it will make the script rather long.
any ideas?
Here's my situation:
I've got 20 users and 4 printers. Each user prints to their default printer of choice which they can set at their workstation. However, I'd like to set their default via the login script so if a user temporarily changes their default and forgets to change it back, the login script will change it back for them.
I'm looking for a way of setting this default in Active Directory by typing in the name of the network printer into an unused field such as Office or Description. So the Office field can have the printer name of EastSide which I'm hoping the login script can access/read. Is there a way of using the login script to read that AD field? If so, I can feed the printer's name into the script.
I don't want to do a Select Case since it will make the script rather long.
any ideas?