I shortened the code a bit here to make it fit. The omitted stuff is drive mapping
Option Explicit
On Error Resume Next
Dim objNetwork, objSysInfo, strUserDN
Dim objGroupList, objUser, objFSO
Dim strComputerDN, objComputer
'change made to correct users losing the H drive KS 10/24/2012
Dim...