Sorry for the late......but i was involved in other task :-)
I don't have any error in the gpresult, and i don't have full domain admin privilege, but running dcdiag i've passed most of the test and the ones i failed are because did n't have access. As soon as possible i will contact my collegue with full privilege to check for a full test
However i'm stuill facing this issue, but i've tried to investigate a bit further about what happened and i think that:
There was a GPO1 that was applied to a OU1 in Active Directory, when AD was restructured it was deleted OU1 and created a OU2 and GPO2 with the same task.
Unlike GPO1, GPO2 has a Security Filtering with a list of computer name written like this:
> Computer_win10$(Domain\Computer_win10$)
> Computer_win7_1$(Domain\Computer_win7_1$)
> Computer_win7_2$(Domain\Computer_win7_2$)
plus a WMI Filtering that should select only the Computer with Windows 10
*select from Win32_OperatingSystem where Version like "10.%" and ProductType="1"**
what is happening now:
With Windows 7 Workstation:
- If i run gpresult with my account i still found applied GPO1 that it does not exist anymore in Group Policy Object of the GPMC. i didn't logged in the system, i simply run a cmd prompt as different user with my account
- if i run gpresult with a current account logged I have neither gpo1 nor gpo2 applied, and for me is correct because GPO1 does not exist and GPO2 has to be applied only to the Windows 10 Workstation. Infact the policy was denied - With Windows 10 Workstation if i run gpresult with the current logged account it seems that the policy GPO2 is not even processed because in the it does not appear as denied or applied in the report, but it should be because GPO2 should be applied to the Windows 10.
Maybe the GPO2 is not applied in the user side?
I've notice the two GPO has the same GUID and it is possible tha GPO1 was renamed and modifed adding the security and the wmi filtering and this could be generate some problems and inconsisteies?
I dont have access to the corrispondent folder of this GPO in SYSVOL/..../Policies but i have access to most of them, it normal?
Thanks in advance A