Hello all,
I have been following a few threads about VBS scripting and have started using Mark D. MacLachlan's (thank you very much) login script as a basis. My problem is, the script will not remove the drive letter specified on my test script. I have
WSHNetwork.RemoveNetworkDrive "T:"
wscript.sleep 800
But the drive is not removed. Also how would I remove multiple drives? Would I add a sleep statement after every remove or just one? And one more question, can I add printers based on group association? All in one script?(ok maybe 2 more questions)
Thank you,
Damon
I have been following a few threads about VBS scripting and have started using Mark D. MacLachlan's (thank you very much) login script as a basis. My problem is, the script will not remove the drive letter specified on my test script. I have
WSHNetwork.RemoveNetworkDrive "T:"
wscript.sleep 800
But the drive is not removed. Also how would I remove multiple drives? Would I add a sleep statement after every remove or just one? And one more question, can I add printers based on group association? All in one script?(ok maybe 2 more questions)
Thank you,
Damon