Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: maclp
  • Order by date
  1. maclp

    drivers at first user login

    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?
  2. maclp

    vbs logon script help needed!!

    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...
  3. maclp

    vbs logon script help needed!!

    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 =...

Part and Inventory Search

Back
Top