hi,
i was wondering if there is a way in vbscript to only run a command at first login
because every time i add a user i have to manualy install the driver of the printer we use.
so is there a way to do this automatically?
thanks for your reply!
so my script now looks like this:
'On Error Resume Next
Set objSysInfo = CreateObject("ADSystemInfo")
Set objNetwork = CreateObject("Wscript.Network")
strUserPath = "LDAP://" & objSysInfo.UserName
Set objUser = GetObject(strUserPath)
For Each strGroup in...
hello,
i'm in need of help with my vbscript.
i want to use it to map a drive to the users in a curtain group in AD by implementing it in group policy.
however i'm not sure if it works correctly.
the script:
On Error Resume Next
Set objSysInfo = CreateObject("ADSystemInfo")
Set objNetwork =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.