Mapping Drive All User Question

  • Thread starter Thread starter jm
  • Start date Start date
J

jm

Is it possible to map a drive for all users on a local policy or a AD
policy? I cannot find it in Group Policy with mmc.

Thank you.
 
jm said:
Is it possible to map a drive for all users on a local policy
or a AD policy? I cannot find it in Group Policy with mmc.

Thank you.
Hi

This is usually done in a logon script (that you can e.g.
enable with a AD Group Policy).

Frequently Asked Questions about Logon Scripts
http://www.rlmueller.net/LogonScriptFAQ.htm

Logon Script info at LabMice.net
http://labmice.techtarget.com/scripting/logonscripts.htm

Enterprise Logon Scripts
http://www.microsoft.com/downloads/...bb-7ac7-4f42-825f-b122474d9a89&displaylang=en


For some more VBScript examples, take a look under "Group Membership
Tests" and "Logon Scripts" under "Free VBScript Code" at
http://www.rlmueller.net/

You will also find logon script examples with group testing etc. at
http://cwashington.netreach.net as well.

E.g. here:
http://cwashington.netreach.net/dep...tory&ScriptType=vbscript&SubType=LogonScripts
 
Back
Top