Hello,
I have a question and I need your help!!
I have to write a batch file which should map a network drive for our domain users.
The problem is: we have different departements and there are some drive letters that aren't free (already mapped for some people permanently!!).
With the command net use * \\server\share I can take the first free drive letter. This batch file should at the end disconnect this share.
How can know which drive letter it had been mapped.
Thanks in advance!!
Cheers,
Hicham
I have a question and I need your help!!
I have to write a batch file which should map a network drive for our domain users.
The problem is: we have different departements and there are some drive letters that aren't free (already mapped for some people permanently!!).
With the command net use * \\server\share I can take the first free drive letter. This batch file should at the end disconnect this share.
How can know which drive letter it had been mapped.
Thanks in advance!!
Cheers,
Hicham