|
Question : Logon script (vbs file) using UNC to map network drive not working on client
|
|
I have a logon script (vbs file) that is set to run on logon. It uses UNC to map a network drive. However, when it is run from the client it returns a "UNC paths are not supported. Defaulting to Windows Directory." error message.
Is there a way to resolve this so that we can use UNC in vbs scripts?
Any help is appreciated.
|
Answer : Logon script (vbs file) using UNC to map network drive not working on client
|
|
What happens when you try a net use command?
"net use x: \\server\share"
|
|
|