Prevent users from "Add workstations to the domain" settings in User Rights on Domain Controller Policy
hi all, in domain have 3000 users has been created in different ou's according business units. default "authenitcated users" has been permission "add workstations domain" settings. but customer want block users 1 ou [ around 900 users] "add workstations domain" settings. if remove default "authenitcated users" settings in dc policy need create new group remaining ou's , need add . instead of pls let me know want deny users domain "add workstations domain" settings i'm not aware of mechanism control a user right directly based on location of user account. however, can leverage concept of shadow groups (used provide similar functionality fgpp) - means create group contains user accounts in given ou (more @ http://social.technet.microsoft.com/forums/en/winserverpowershell/thread/623a3408-3861-4d10-ad8d-0c39d8d17362 ) once that's done, grant or deny right "add workstations domain" members of group h...