Active Directory Cookbook by Brian Svidergol & Robbie Allen

Active Directory Cookbook by Brian Svidergol & Robbie Allen

Author:Brian Svidergol & Robbie Allen
Language: eng
Format: epub
Tags: COMPUTERS / System Administration / Windows Administration
Publisher: O’Reilly Media
Published: 2013-05-28T16:00:00+00:00


Using a command-line interface

The following command creates an AD integrated reverse zone:

> dnscmd <DNSServerName> /zoneadd <ZoneName> /DsPrimary

Using PowerShell

The following PowerShell command will create an Active Directory−integrated reverse lookup zone:

Add-DnsServerPrimaryZone 0.168.192.in-addr.arpa -ReplicationScope "Domain" -DynamicUpdate "Secure"

Discussion

Creating a reverse zone is very similar to creating a forward zone. See Creating a Forward Lookup Zone for more information.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.