I'll preface this with saying I don't know anything about scripting. Or at least very little. I can generally figure out what is going on by reading a script, but I can't write them at all, and fixing ...
I'm not very good with scripting, but here is the unmap.vbs file I am using to unmap network drives at logoff: Code: Option Explicit Dim objShell, objNetwork, DriveLetter1, DriveLetter2, DriveLetter3 ...