Woocash[ACN] Posted April 22, 2005 Posted April 22, 2005 Hi, I'm looking for a solution to map a network share for user during logon-script. I found a DriveMapAdd() function but before mapping I have to check if user is in domain group which has permitted access to this share.... I'm lookin for some kind of IfMember() function... second issue is to install network printers for user. Printers are shared on printserver (\\printserver\printer01). I cannot find how to install network printer... regards,Woocash[ACN]
sugi Posted April 22, 2005 Posted April 22, 2005 I'm using RunWait(@ComSpec & ' /c start \\server\printer') in my scripts to connect printers.
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