Hi, I have a problem with GPO editing. I have some GPO first created with RSAT and GPO editor on Win 7 x64. I have modified recently this object with RSAT and GPO editor on Win 10 x64 . If I try to edit the GPO back to Win7 I got the following error (in french): La ressource ? $(string.SiteDiscoveryEnableWMI) ? r?f?renc?e dans l?attribut displayName est introuvable. Fichier C:\Windows\PolicyDefinitions\inetres.admx, ligne 34296, colonne 235 I got this error in the Group Policy Management console when displaying settings , and also in the GP editor. Is there an incompatibility between GPO editing on Win 7 vs Win 10 ? Will the GPO modified on Win 10 will still apply in Win7 clients computers ? What is the best practice to edit GPO when mixing Win7 and Win10 clients ? Thanks in advance for your help. Henri
Hi, My guess is this: RSAT reads policy definitions either from central store (first) or from local (if first not found). It might be the case, that one of the policies templates was changed between windows 7 and windows 10 and now windows 7 runs into errors. Your error shows that it's trying to look for policy definition in the local store (c:\windows\PolicyDefinitions). You can google for "central store for policy definitions" and You should come up with tons of how-to's and specific guidelines. The basic concept is this: You create on Your DC inside SYSVOL PolicyDefinitions folder like in this example: \\contoso.com\SYSVOL\contoso.com\policies\*PolicyDefinitions* There You copy most current version of policy definitions (e.g. from Your windows 10 client local store or just download latest from microsoft resources). Your windows RSAT client should then read policy definitions from this central store and this way it won't matter much which client starts GPO management, because all policy definitions will be consistent. Central Store is also especially useful when You add non-microsoft policy templates like e.g. google chrome GPO's. Hope that helps with Your issue! W dniu 22.10.2019 o?14:58, henri transfert via samba pisze:> Hi, > > I have a problem with GPO editing. > I have some GPO first created with RSAT and GPO editor on Win 7 x64. > I have modified recently this object with RSAT and GPO editor on Win 10 x64 > . > > If I try to edit the GPO back to Win7 I got the following error (in > french): > La ressource ? $(string.SiteDiscoveryEnableWMI) ? r?f?renc?e dans > l?attribut displayName est introuvable. Fichier > C:\Windows\PolicyDefinitions\inetres.admx, ligne 34296, colonne 235 > > I got this error in the Group Policy Management console when displaying > settings , and also in the GP editor. > > Is there an incompatibility between GPO editing on Win 7 vs Win 10 ? > Will the GPO modified on Win 10 will still apply in Win7 clients computers > ? > What is the best practice to edit GPO when mixing Win7 and Win10 clients ? > > Thanks in advance for your help. > > Henri-- Z powa?aniem, Kacper Wirski tel. +48 608 421 424 tel:???+ 48 22 637 50 01 fax:?? + 48 22 637 50 04 Babka Medica Sp??ka z ograniczon? odpowiedzialno?ci? Sp??ka komandytowa ul. S?omi?skiego 19 lok.517, 00-195 Warszawa S?d Rejonowy dla M.St. Warszawy w Warszawie? XII Wydzia? Gospodarczy KRS 0000491764 NIP 525-234-00-28 www.babkamedica.pl <http://www.babkamedica.pl/> ---------------------------------------------------------------------------- Informacja zawarta w niniejszej korespondencji jest poufna. Korespondencja skierowana jest wy??cznie do osoby (firmy) wymienionej wy?ej. Rozpowszechnianie, kopiowanie, ujawnianie lub przekazywanie osobom trzecim w jakiejkolwiek formie informacji zawartych w niniejszym dokumencie w ca?o?ci lub w cz??ci jest zakazane bez uprzedniej pisemnej (pod rygorem niewa?no?ci) zgody Babka Medica Sp. z o.o. Sp. k.
Hello Henri, Sounds similar to this issue https://social.technet.microsoft.com/Forums/windowsserver/en-US/cb97affb-9724-457b-a113-32cbd3d53331/searchocradmx-error-after-installing-win101803-admx-templates?forum=winserverGP In your case add an displayName tag to inetres.adml might fix the problem. Achim Am 22.10.2019 um 14:58 schrieb henri transfert via samba:> Hi, > > I have a problem with GPO editing. > I have some GPO first created with RSAT and GPO editor on Win 7 x64. > I have modified recently this object with RSAT and GPO editor on Win 10 x64 > . > > If I try to edit the GPO back to Win7 I got the following error (in > french): > La ressource ? $(string.SiteDiscoveryEnableWMI) ? r?f?renc?e dans > l?attribut displayName est introuvable. Fichier > C:\Windows\PolicyDefinitions\inetres.admx, ligne 34296, colonne 235 > > I got this error in the Group Policy Management console when displaying > settings , and also in the GP editor. > > Is there an incompatibility between GPO editing on Win 7 vs Win 10 ? > Will the GPO modified on Win 10 will still apply in Win7 clients computers > ? > What is the best practice to edit GPO when mixing Win7 and Win10 clients ? > > Thanks in advance for your help. > > Henri
Hi Kacper Thanks for your answer. I will make a try of your method which seems relevant. My main concern is that Win 7 clients computers not to be affected by a GPO modified from a Win 10 console. Appart of that , I can assume to use RSAT only from Win10. Thanks. Le mar. 22 oct. 2019 ? 19:30, Kacper Wirski via samba <samba at lists.samba.org> a ?crit :> Hi, > > My guess is this: > > RSAT reads policy definitions either from central store (first) or from > local (if first not found). It might be the case, that one of the > policies templates was changed between windows 7 and windows 10 and now > windows 7 runs into errors. Your error shows that it's trying to look > for policy definition in the local store (c:\windows\PolicyDefinitions). > > You can google for "central store for policy definitions" and You should > come up with tons of how-to's and specific guidelines. The basic concept > is this: > > You create on Your DC inside SYSVOL PolicyDefinitions folder like in > this example: > \\contoso.com\SYSVOL\contoso.com\policies\*PolicyDefinitions* There You > copy most current version of policy definitions (e.g. from Your windows > 10 client local store or just download latest from microsoft resources). > Your windows RSAT client should then read policy definitions from this > central store and this way it won't matter much which client starts GPO > management, because all policy definitions will be consistent. > > Central Store is also especially useful when You add non-microsoft > policy templates like e.g. google chrome GPO's. > > Hope that helps with Your issue! > > > W dniu 22.10.2019 o 14:58, henri transfert via samba pisze: > > Hi, > > > > I have a problem with GPO editing. > > I have some GPO first created with RSAT and GPO editor on Win 7 x64. > > I have modified recently this object with RSAT and GPO editor on Win 10 > x64 > > . > > > > If I try to edit the GPO back to Win7 I got the following error (in > > french): > > La ressource ? $(string.SiteDiscoveryEnableWMI) ? r?f?renc?e dans > > l?attribut displayName est introuvable. Fichier > > C:\Windows\PolicyDefinitions\inetres.admx, ligne 34296, colonne 235 > > > > I got this error in the Group Policy Management console when displaying > > settings , and also in the GP editor. > > > > Is there an incompatibility between GPO editing on Win 7 vs Win 10 ? > > Will the GPO modified on Win 10 will still apply in Win7 clients > computers > > ? > > What is the best practice to edit GPO when mixing Win7 and Win10 clients > ? > > > > Thanks in advance for your help. > > > > Henri > -- > > Z powa?aniem, > Kacper Wirski > tel. +48 608 421 424 > > > tel: + 48 22 637 50 01 > fax: + 48 22 637 50 04 > > Babka Medica Sp??ka z ograniczon? odpowiedzialno?ci? Sp??ka komandytowa > ul. S?omi?skiego 19 lok.517, 00-195 Warszawa > S?d Rejonowy dla M.St. Warszawy w Warszawie XII Wydzia? Gospodarczy KRS > 0000491764 > NIP 525-234-00-28 > > www.babkamedica.pl <http://www.babkamedica.pl/> > > > > ---------------------------------------------------------------------------- > > Informacja zawarta w niniejszej korespondencji jest poufna. Korespondencja > skierowana jest wy??cznie do osoby (firmy) wymienionej wy?ej. > Rozpowszechnianie, kopiowanie, ujawnianie lub przekazywanie osobom trzecim > w > jakiejkolwiek formie informacji zawartych w niniejszym dokumencie w ca?o?ci > lub w cz??ci jest zakazane bez uprzedniej pisemnej (pod rygorem > niewa?no?ci) > zgody Babka Medica Sp. z o.o. Sp. k. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >