Home
Operating System
Windows
Linux
Tutorial
Windows Server
About
☰
Conditional Forwarder DNS
# ADD Conditional Forwarder to Other Forest
Add-DnsServerConditionalForwarderZone ` -Name "test.uk" ` -MasterServers "172.31.255.4" ` -ReplicationScope "Forest"
✏️ Edit
📋 Copy
Copied!
## Remove Conditional Forwarder DNS
Remove-DnsServerZone -Name "test.uk" -Force
✏️ Edit
📋 Copy
Copied!
## View Conditional Forwarder DNS
Get-DnsServerZone | Where-Object { $_.ZoneType -eq "Forwarder" }
✏️ Edit
📋 Copy
Copied!
Labels
all
(30 )
autocad
(3 )
css
(2 )
linux
(5 )
op_system
(18 )
website
(4 )
windows
(14 )
windowsServer
(26 )