M
Miha
Hi
Since we implemented VPN some of our users wants to acces company shared
folder from their home computers.
So I'm wondering if it is possible to use a batch script to map shares from
server to a user who's computer is not part of a local company domain.
I set-up the following script:
net use x: \\server\docs /user:domainname\username
but user always needs to enter password for a 'username'. Is it possible to
include password in script so that users will only need to run batch file
without entering any password and get maped drivers on local computer? Or is
any other way to do this?
Thank you all in advance
Regards
Miha
Since we implemented VPN some of our users wants to acces company shared
folder from their home computers.
So I'm wondering if it is possible to use a batch script to map shares from
server to a user who's computer is not part of a local company domain.
I set-up the following script:
net use x: \\server\docs /user:domainname\username
but user always needs to enter password for a 'username'. Is it possible to
include password in script so that users will only need to run batch file
without entering any password and get maped drivers on local computer? Or is
any other way to do this?
Thank you all in advance
Regards
Miha