ADDS environment is Server 2008 R2
Currently, I am testing windows 10 for my environment.
Computer based gpo's are not applying - nothing is shown in the RSoP wizard, and gpresult /R only shows user settings.
The event log on the windows 10 host says the computer polices applied successfully, but it lies, they are not.
gpresult /R only shows user settings and groups.
So, I am hoping someone can outline the requirements for getting group policy to work.
So, here are my questions:
In order for GPOs containing computer settings to apply correctly in Win 10, do I have to copy the policy definitions for Win 10 (C:\Windows\PolicyDefinitions) to the AD policy definitions store? (\\MyDomain\SYSVOL\therdigroup.com\Policies\PolicyDefinitions)
If so, why were the polices applying on the other computer I mentioned?
When I examine the Windows 10 policy definitions, there are many admx files that are identical to what is already in the network store.
So, settings that are the same for both windows 7 and windows 10 should just work without updating the definitions ( I would like to think)
From either of those machine's access the Group Policies you are looking at, and ensure that:
1] Windows 10 machines have been moved to an OU targeted by the policies.
2] The policies scope target has been set to include the Windows 10 machines (Some people lock it down to specific computer names)
3] The Domain Controllers are properly replicating the policies.
You could perhaps create 2 new test OU's for 1, The WIndows 10 target computer, and 2, a Windows 10 Test user account, disable policy inheritance on both, manually link the default domain policy and user policies to the user OU, then manually link the default domain policy to the computer OU.
I will go a bit more into detail on a suggested GPO for example, you might be very well aware of this all, but other readers might not be. Hence I abbreviate and detail :)
When done create perhaps a new power plan at Computer level, target the WIn10 test OU, and enforce the plan via Computer Configuration, Policies, Admin Templates, System, Power Policy, Specify a custom active power plan such as for example High Performance
Once that is set go through whatever else under power management you might wish to enforce.
Another thing is that you could just set the before mentioned option, and then under computer, preferences, control panel, power options, create a Windows 7 power plan to update existing power plans with your desired settings. Lets say you don't like Hybrid sleep? Then lets turn it off, and use F6 on that selection to highlight it in green and activate it.
Once that has been done ok out of the policy windows, and either wait 15+ minutes, or manually replicate the changes between your DC's and test.
Besides this, there is not that much which I can think of right now that could prevent the workstations from being unable to inherit the policies. If you have any more information perhaps on an example GPO that you are applying, I might be able to get a better understanding regarding whether it should work or not.