Hi, I am looking to create a more dynamic login script for AD. Right now I have a login script that will get a users OU information and connect them to a static list of printers defined for that OU. I want to enhance this script so that it will pull a list of printers from AD and based on OU or group the user and printers are in it will connect the user to the appropriate printers.
I am not sure how to use VBScript to query AD and get a printers share name so that I can connect to it. Any help would be greatly appreciated.