is there way to take a copy of the user object and place in the OU?
And what exactly do you see as an alternative? A user is an LDAP object, so it has to have a single location in the OU structure. That's not Microsoft's choice - that's the way a directory service works. Unless you want different objects with the same login name, which is pretty clearly a bad idea.Originally posted by: Nothinman
I think it's pretty dumb you can't have the same username exist in more than one OU, but that's how MS decided to do it.
To expand on that a bit, you probably don't want to be editing your default domain policy here. If you're keeping the defaults, where "Users" is a top level OU, use the MMC Group Policy snap-in to create a GPO for Users with the settings you want (or right-click Users-->Group Policy-->New). Then modify permissions as Wolf00 described - though I think you'll need to choose the "Advanced" view to see those.Originally posted by: Wolf00
Solving the problem of which users to apply the policy is quite simple. In the properties of the GPO, look at the security tab. You should see a listing of the users and groups that have permissions set for them on the GPO. One of those permissions is apply policy. By default, all GPO's are set to have the policy apply to Authenticated Users. Since all users and all computers are a member of authenticated users, the policy applies to everyone and everything in the domain/ou that the policy is linked to.
To solve your first problem, create a group, add the users that require the use of the floppy and cd-rom, add that group to the security tab of the GPO and check the deny box next to the apply group policy permission. Since denies override allows, all users and computers will apply the policy except this group.
A user is an LDAP object, so it has to have a single location in the OU structure. That's not Microsoft's choice - that's the way a directory service works. Unless you want different objects with the same login name, which is pretty clearly a bad idea.
use the MMC Group Policy snap-in to create a GPO for Users with the settings you want (or right-click Users-->Group Policy-->New). Then modify permissions as Wolf00 described - though I think you'll need to choose the "Advanced" view to see those.
but i always hear that GPOs are applicable only on sites, domains, or OUs. am right?