Group Policy to map drives without Active Directory
we have standalone server (server 2008 r2 sp1) not connected active directory. there several users connecting via remote desktop. each user profile maps network share. changed network share, , need update everyone's drive mapping disconnect old share , connect new share. can use local group policy editor that?
hello,
unfortunatelly can't use group policy preferences.
can use logon script disconnect drive , reconnects drive.
just use gpedit.msc:
http://systemmanagement.ro/blog/2008/12/15/group-policy-user-configuration-logon-script/
script like:
net use m: /delete
net use m: \\server\share1 /persistent:yes
mvp group policy - mythen, insiderinfos und troubleshooting zum thema gpos: let's go, use gpo!
Windows Server > Group Policy
Comments
Post a Comment