For the complete documentation index, see llms.txt. This page is also available as Markdown.

DNS

General

  • Active Directory relies on DNS

  • Locate machines and resources on the same domain

Setup DNS

# Install normal DNS server
Install-WindowsFeature DNS

# Register DNS records
cmd /c ipconfig -registerdns

Last updated