Skip to content
jasper-zanjani edited this page Aug 3, 2020 · 1 revision

Replicate an AD-integrated DNS zone to specific DCs ref

dnscmd . /CreateDirectoryPartition FQDN

Enable GlobalNames zone support

dnscmd <servername> /config /enableglobalnamessupport 1

Observe status of socket pool

dnscmd /info /socketpoolsize

Configure DNS socket pool size (0 through 10,000)

dnscmd /Config /SocketPoolSize <value>
Clone this wiki locally