G
Guest
Various users sporatically are getting the following message when the Domain
Logon Script runs:
There are open files and/or incomplete directory searches pending on the
connection to h:
Is it OK to continue to disconnecting and force them closed? (Y/N) [N]:
I have tried various forms of the logon script to force the user not to have
to deal with this. The scripts and its variations are below:
Original Version:
net use h: /delete
net use h: \\bbmdnas\home\%username%
Verions 2:
net use h: \\bbmdnas\home\%username% /y /persistent:no
Verision 3:
net use h: /delete
net use h: \\bbmdnas\home\%username% /persistent:no
Anybody have any idea how to fix or bypass this error message?
Thanks,
MTB
Logon Script runs:
There are open files and/or incomplete directory searches pending on the
connection to h:
Is it OK to continue to disconnecting and force them closed? (Y/N) [N]:
I have tried various forms of the logon script to force the user not to have
to deal with this. The scripts and its variations are below:
Original Version:
net use h: /delete
net use h: \\bbmdnas\home\%username%
Verions 2:
net use h: \\bbmdnas\home\%username% /y /persistent:no
Verision 3:
net use h: /delete
net use h: \\bbmdnas\home\%username% /persistent:no
Anybody have any idea how to fix or bypass this error message?
Thanks,
MTB