Rename on NETBIOS name ***only*** on AD

Z A 1 Reputation point
2022-05-04T13:46:26.357+00:00

Hi,
I have seen this question asked numerous times on this forum but there is no direct answer.
I understand that there is procedure for renaming domain using rendom.

My question is only this.

Is it OKAY to change ONLY netbios name on domain and then change dns names through GPO?

I am trying to do this quickly and don't want to go through whole procedure for full rename or migration.

What would happen if I only changed netbios name under domain properties?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,171 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,898 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,908 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-05-04T14:06:05.667+00:00

    Not sure what the end goal is but another option may be to add another DNS alias name.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Dave Patrick 426.1K Reputation points MVP
    2022-05-04T18:49:34.107+00:00

    How many domain controllers are there? The much simpler / safer method may be to stand up a new one with the correct computer name.

    The two prerequisites to introducing the first 2019 or 2022 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR
    https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2019 or 2022, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.

    --please don't forget to upvote and Accept as answer if the reply is helpful--