Assistance Needed: GPO for DNS Suffix Registration Not Applying

Firoz Khan 0 Reputation points
2024-07-11T12:55:01.8166667+00:00

Hello,

We are working on creating a Group Policy to automatically enable the option "Use this connection's DNS suffix in DNS registration" when users log in to their domain accounts.

We have created the GPO for this setting and tested it on one machine, but it is not applying as expected. Could you please assist us in troubleshooting this issue?

BR,

FirozDNS Suffix registration.PNG

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,597 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
426 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,455 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Daisy Zhou 21,046 Reputation points Microsoft Vendor
    2024-07-11T14:00:29.3333333+00:00

    Hello Firoz Khan,

    Thank you for posting in Q&A forum.

    Do you configure the GPO settings below?

    Computer Configuration -> Policies -> Administrative Templates -> Network -> DNS Client ->Register DNS records with connection-specific DNS suffix.

    If so, you can follow these steps:

    1.Open the Group Policy Management Console (GPMC) on your Windows Server.

    2.Create a new Group Policy Object (GPO) or edit an existing GPO that is linked to the organizational unit (OU) or domain with AD computer objects.

    3.Navigate to: Computer Configuration -> Policies -> Administrative Templates -> Network -> DNS Client

    4.Look for the setting named Register DNS records with connection-specific DNS suffix.

    5.Double-click on this setting to configure it. Set it to Enabled.

    6.Click OK, and then close the Group Policy Management Editor.

    7.Apply the GPO to the appropriate OU or domain if it’s not already linked.

    This will configure the DNS client settings on the target computers to use the connection-specific DNS suffix in DNS registration. Remember that it can take a little time for Group Policy updates to propagate to all affected machines. You can force an immediate update by running gpupdate /force on a target machine.

    After you configure all the setting above, you can check if the GPO is applied.

    For checking Computer Configuration within gpresult, we can follow steps below.

    Logon this machine using administrator account.

    Open CMD (run as Administrator).

    Type gpresult /h C:\gpo.html and click Enter.

    Open gpo.html and check gpo setting under "Computer Details".

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.