Howdie!
tandrist schrieb:
> How do you map a single drive using the GPO, scripts logon/logoff. Can this
> be done and if so, what is the correct format to map the drive?
> Example, I want to map S to a network drive whenever someone logs into the
> server.
Try a .bat file with the following content:
NET USE S: \\myServer\myShare\ /persistent:no
> I want this to happen when someone logs in using remote desktop/terminal
> services.
> OR, is there an easier way?
When using Terminal Services, you will probably have a look at Loopback
Processing:
http://www.frickelsoft.net/blog/?p=22
cheers,
Florian
--
Microsoft MVP - Windows Server - Group Policy.
eMail: prename [at] frickelsoft [dot] net.
blog:
http://www.frickelsoft.net/blog.