Page 1 of 1

[RESOLVED] Topic ADMX

Published: August 29, 2018 - 8:33 PM
by Eric
Hello,
Our high school infrastructure is operational with 350 machines and 1250 user accounts in roaming profiles.

My question concerns importing ADMX files into our Samba 4.7 servers (using the Tranquil-It package, well done!) with RSAT on Windows 7.

When I import an ADMX file into sysvol/modomaine.eu/policies, it removes the template section that was already set by default. It also removes the "administrative template" from the policy as soon as I create the policyDefinitions directory in the aforementioned path.

I don't understand this because the Samba 4 FAQ states that it works.
Do you have any suggestions? I would like to integrate ADMX files for Firefox and Chrome.

Sincerely,
Thank you
, Eric

Re: ADMX Topic

Published: August 31, 2018 - 11:21
by agauvrit
Good morning,

The RSAT client for creating GPOs is "dumb" if it sees ADMX files in:

\\dc-ad\sysvol\mydomain.lan\Policies\PolicyDefinitions\

or the equivalent of the path
/var/lib/samba/sysvol/mondomaine.lan/Policies/PolicyDefinitions
It ignores models installed locally on your administration machine and will only take the central store into account.

Solution : This central repository for defining GPO templates is then complete and allows you to manipulate your existing GPOs for Windows/Office/Firefox etc.

Sincerely,

Alexander

Re: ADMX Topic

Published: September 17, 2018 - 9:01 PM
by Eric
Hello,
thank you for your reply.

I downloaded various ADMX files as mentioned, especially for Firefox, but it seems that none of the GPOs I added are working. I simply want to set a custom Firefox homepage, and nothing is working.

Thank you for your help,
Eric

Re: ADMX Topic

Published: September 21, 2018 - 7:18 PM
by dcardon
Hello Eric,
Eric wrote: September 17, 2018 - 9:01 PM Thank you for the reply.

I downloaded various ADMX files as mentioned, especially for Firefox, but it seems that none of the GPOs I added are working. I simply want to set a custom Firefox homepage, and nothing is working.
In this case, you have a GPO application problem, not an ADMX installation problem in PolicyDefinitions. Please open a new thread for that issue. You can start by checking the output of the `gpupdate /force` command.

Sincerely,

Denis