• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back
What does dnscmd /ageallrecords do?
What is the syntax?
Sets the current time on a time stamp on resource records at a specified zone or node on a DNS server.

dnscmd [<ServerName>] /ageallrecords <ZoneName>[<NodeName>] | [/tree]|[/f]

Parameters

<ServerName>
Specifies the DNS server that the administrator plans to manage, represented by IP address, fully qualified domain name (FQDN), or Host name. If this parameter is omitted, the local server is used.

<ZoneName>
Specifies the FQDN of the zone.

<NodeName>
Specifies a specific node or subtree in the zone. NodeName specifies the node or subtree in the zone using the following:

@ for root zone or FQDN

The FQDN of a node (the name with a period (.) at the end)

A single label for the name relative to the zone root

/tree
Specifies that all child nodes also receive the time stamp.

/f
Runs the command without asking for confirmation.
What does dnscmd /clearcache do?
What is the syntax?
Clears the DNS cache memory of resource records on the specified DNS server.

dnscmd [<ServerName>] /clearcache

dnscmd dnssvr1.contoso.com /clearcache
What does dnscmd /createbuiltindirectorypartitions do?
What is the syntax?
Creates a DNS application directory partition. When DNS is installed, an application directory partition for the service is created at the forest and domain levels. Use this command to create DNS application directory partitions that were deleted or never created. With no parameter, this command creates a built-in DNS directory partition for the domain.

dnscmd [<ServerName>] /createbuiltindirectorypartitions [/forest] [/alldomains]

Parameters:

<ServerName>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.

/forest
Creates a DNS directory partition for the forest.

/alldomains
Creates DNS partitions for all domains in the forest.
What does dnscmd /createdirectorypartition do?
Whats the syntax?
Creates a DNS application directory partition. When DNS is installed, an application directory partition for the service is created at the forest and domain levels. This operation creates additional DNS application directory partitions.

dnscmd [<ServerName>] /createdirectorypartition <PartitionFQDN>

Parameters

<ServerName>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.

<PartitionFQDN>
The FQDN of the DNS application directory partition that will be created.
What does dnscmd /deletedirectorypartition do?
Syntax?
Removes an existing DNS application directory partition.

Syntax

dnscmd [<ServerName>] /deletedirectorypartition <PartitionFQDN>

Parameters

<ServerName>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.

<PartitionFQDN>
The FQDN of the DNS application directory partition that will be removed.
What does dnscmd /directorypartitioninfo do?
Syntax?
Lists information about a specified DNS application directory partition.
Syntax

dnscmd [<ServerName>] /directorypartitioninfo <PartitionFQDN> [/detail]

Parameters

<ServerName>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.

<PartitionFQDN>
The FQDN of the DNS application directory partition.

/detail
Lists all information about the application directory partition.
What does dnscmd /enlistdirectorypartition do?
Syntax?
Syntax

dnscmd [<ServerName>] /enlistdirectorypartition <PartitionFQDN>

Parameters

<ServerName>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.

<PartitionFQDN>
The FQDN of the DNS application directory partition.