In this blog post we explain how to configure multiple names for a MS Windows server. “This works from Windows Server 2003”.
For this example we use a windows server 2012R2.
The server goes by the name ID-DC01 and should also be given the name IDERINOTE.
For this we first have to create the following registry keys on our server ID-DC01:
REGEDIT4 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParameters] "DisableStrictNameChecking"=dword:00000001 "OptionalNames"=hex(7):49,44,45,52,49,4e,4f,54,45,00,00
In the registry key “OptionalNames” several additional names can be defined among each other:
After setting the registry keys, the server must be restarted.
In order for the server to be found in the network via the new name, a DNS alias must also be created in DNS manager of the domain:
If you run into problems accessing the server with the new alias, this may be because an old machine with the name of the new alias was already existing and there are still old wins entries or even computer accounts in Active Directory present. After deleting these entries and a successful replication of Active Directory everything should now work as expected. The server ID-DC01 can now also be accessed via the name IDERINOTE.