PC Review


Reply
Thread Tools Rate Thread

Connect drives according to user group membership?

 
 
Martin Schneider
Guest
Posts: n/a
 
      29th Dec 2006
Hi!

I have serveral user groups, let's say:

Standard users get drive m: from \\server\data
Office users get drive o: from \\server\office
Administrators get drive i: from \\server\netinst

User A is member of Standard User and Office User and therefore gets m:
and o:

User B: is member of Office User and therefore only gets o:

User c: is member of all threee groups and therefore gets m:, o: and i:


My problem:

I created three OUs with appropriate GPs. But the GPs work only with the
user accounts in the OU, not with the user groups in the OU.

Unfortunately a user cannot be a member of more than one OU - so how do
I do this? Do I really have to create logon scripts for all permutations
of all groups?

Thanks for your ideas.

Best regards,
Martin
 
Reply With Quote
 
 
 
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      29th Dec 2006
Hi,

Martin Schneider schrieb:
> I created three OUs with appropriate GPs. But the GPs work only with the
> user accounts in the OU, not with the user groups in the OU.


Which is by design. GPOcan only be applied to an objekt: user/computer
You can only use Security groups to filter "read and apply" of a GPO.
Place all your 3 OU beneeth another. Link the 3 GPOs with the scripts
to this higher level OU. Filter each GPO (Security settings/ Tab
Delegation). Remove "Authenticated Users" and only permitt read + apply
to your desired SecGroup

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Blog: gpupdate.spaces.live.com - english
 
Reply With Quote
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      29th Dec 2006
Martin Schneider schrieb:
> I have serveral user groups, let's say:
> Standard users get drive m: from \\server\data
> Office users get drive o: from \\server\office
> Administrators get drive i: from \\server\netinst


Additionally:
Work with one single script and ifmember.exe from ResKit
e.G.

---- logon.bat ----

\\SERVER\netlogon\ifmember SecGroup1
if errorlevel 1 goto G1

\\SERVER\netlogon\ifmember SecGroup2
if errorlevel 1 goto G2

[G1]
net use M: \\server\data /p:n
goto end

[G2]
net use M: \\server\data /p:n
net use O: \\server\office /p:n
goto end

[end]
---- logon.bat ----

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Blog: gpupdate.spaces.live.com - english
 
Reply With Quote
 
Martin Schneider
Guest
Posts: n/a
 
      6th Jan 2007
Mark Heitbrink [MVP] schrieb:
> Martin Schneider schrieb:
>> I have serveral user groups, let's say:
>> Standard users get drive m: from \\server\data
>> Office users get drive o: from \\server\office
>> Administrators get drive i: from \\server\netinst

>
> Additionally:
> Work with one single script and ifmember.exe from ResKit
> e.G.


Hi!

Thanks for the idea. I found and use KIXtart, which works similarly.

Best regards,
Martin
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Group membership for a user Jeff Microsoft Dot NET Framework 4 26th Apr 2006 09:02 PM
User Group Membership cameron Microsoft ASP .NET 3 10th Jun 2004 05:52 PM
Mapping drives based on group membership under TS brian Microsoft Windows 2000 Terminal Server Clients 1 29th Jan 2004 01:54 AM
Mapping drives based on user group membership under TS Brian Microsoft Windows 2000 Terminal Server Applications 0 28th Jan 2004 11:30 AM
Group Policy and User Group Membership? KA Kueh Microsoft Windows 2000 Group Policy 2 13th Sep 2003 02:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:58 AM.