Mart,

I tested last night by puting the script on the logon (GPO) of a particular OU and it works.

A concern for something like this would slow down our network or it doesn't matter?


Our current layout we have a script on the All Users startup of that server and the script looks like this:

IF /I %USERNAME% EQU Johnd goto TCtest


:TCtest
con2prt /f
con2prt /cd \\ps1\hp4000
net use Z: \\server\share$ /persistent:NO
GOTO FINAL


Its the stone age way LOL and our script is a mess!!! Time for a change.

Thanks,
Tnt


Edited by Tony (2008-08-28 05:46 PM)