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
Active Directory relies on DNS
Locate machines and resources on the same domain
# Install normal DNS server
Install-WindowsFeature DNS
# Register DNS records
cmd /c ipconfig -registerdns
Last updated