Hi guys,
I am not new to group policy, and my question is simple.
I created an OU named 'Test_OU', and a test domain groups named 'test_group', and I created two domain user account 'test_user' , then I added both user accounts to this group. Then I link a group policy which will hide user's local harddisk D drive to this OU. It can be achieve by modifying the following.
User Configuration > Administrative Templates > Windows Components > Windows Explorer>Hide these specified drives in My Computer
All i need is simple, i want the test user cannot see their D drive when they log in on the domain computer named 'test_pc', but can see D drive when log in other domain computers. So I add 'test_group' and another computer account named 'test_pc' to this OU. I leave all other settings as default. (such as group policy scope, delegation etc)
Here are what I have tried:
1. I login test_pc with the user test_user, the D drive is still there. I run gpresult /v, i found that the policy is not applied to this computer.
2. However, if I add the user accounts test_user to this OU and log in again. The D drive is hidden, I run gpresult /v, and found the policy is applied to this computer. Yes, it works but if I login to other domain computer with 'test_user', the D drive is also hidden, and this is not what i want.
So why the policy cannot apply on domain group, i need some advice. Thanks in advance!