DNS - PowerShell CmdLets Flashcards

Configure DNS zones Configure primary and secondary zones; configure stub zones; configure conditional forwards; configure zone and conditional forward storage in Active Directory; configure zone delegation; configure zone transfer settings; configure notify settings Configure DNS records Create and configure DNS Resource Records (RR) including A, AAAA, PTR, SOA, NS, SRV, CNAME, and MX records; configure zone scavenging; configure record options including Time To Live (100 cards)

1
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerConditionalForwarderZone

Please provide an example.

A

Adds a conditional forwarder to a DNS server.

ex. Add-DnsServerConditionalForwarderZone -Name “contoso.com” -ReplicationScope “Forest” -MasterServers 172.23.90.124

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerDirectoryPartition

Please provide an example.

A

Creates a DNS application directory partition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerForwarder

Please provide an example.

A

Adds server level forwarders to a DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerPrimaryZone

Please provide an example.

A

Adds a primary zone to a DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecord

A

Adds a resource record of a specified type to a specified DNS zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecordA

A

Adds a type A resource record to a DNS zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecordAAAA

A

Adds a type AAAA resource record to a DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecordCName

A

Adds a type CNAME resource record to a DNS zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecordDS

A

Adds a type DS resource record to a DNS zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecordDnsKey

A

Adds a type DNSKEY resource record to a DNS zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecordMX

A

Adds an MX resource record to a DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerResourceRecordPtr

A

Adds a type PTR resource record to a DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerRootHint

A

Adds root hints on a DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerSecondaryZone

A

Adds a DNS server secondary zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerSigningKey

A

Adds a KSK or ZSK to a signed zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerStubZone

A

Adds a DNS stub zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerTrustAnchor

A

Adds a trust anchor to a DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does the following PowerShell CmdLet Do?

Add-DnsServerZoneDelegation

A

Adds a new delegated DNS zone to an existing zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What does the following PowerShell CmdLet Do?

Clear-DnsServerCache

A

Clears resource records from a cache on the DNS server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What does the following PowerShell CmdLet Do?

Clear-DnsServerStatistics

A

Clears all DNS server statistics or statistics for zones.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What does the following PowerShell CmdLet Do?

ConvertTo-DnsServerPrimaryZone

A

Converts a zone to a DNS primary zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What does the following PowerShell CmdLet Do?

ConvertTo-DnsServerSecondaryZone

A

Converts a primary zone or stub zone to a secondary zone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What does the following PowerShell CmdLet Do?

Disable-DnsServerSigningKeyRollover

A

Disables key rollover on an input key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What does the following PowerShell CmdLet Do?

Enable-DnsServerSigningKeyRollover

A

Enables rollover on the input key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
# What does the following PowerShell CmdLet Do? Export-DnsServerDnsSecPublicKey
Exports DS and DNSKEY information for a DNSSEC-signed zone.
26
# What does the following PowerShell CmdLet Do? Export-DnsServerZone
Exports contents of a zone to a file.
27
# What does the following PowerShell CmdLet Do? Get-DnsServer
Retrieves a DNS server configuration.
28
# What does the following PowerShell CmdLet Do? Get-DnsServerCache
Retrieves DNS server cache settings.
29
# What does the following PowerShell CmdLet Do? Get-DnsServerDiagnostics
Retrieves DNS event logging details.
30
# What does the following PowerShell CmdLet Do? Get-DnsServerDirectoryPartition
Gets a DNS application directory partition.
31
# What does the following PowerShell CmdLet Do? Get-DnsServerDnsSecZoneSetting
Gets DNSSEC settings for a zone.
32
# What does the following PowerShell CmdLet Do? Get-DnsServerDsSetting
Retrieves DNS Server Active Directory settings
33
# What does the following PowerShell CmdLet Do? Get-DnsServerEDns
Gets EDNS configuration settings on a DNS sever.
34
# What does the following PowerShell CmdLet Do? Get-DnsServerForwarder
Gets forwarder configuration settings on a DNS server.
35
# What does the following PowerShell CmdLet Do? Get-DnsServerGlobalNameZone
Retrieves DNS server GlobalName zone configuration details.
36
# What does the following PowerShell CmdLet Do? Get-DnsServerGlobalQueryBlockList
Gets a global query block list.
37
# What does the following PowerShell CmdLet Do? Get-DnsServerRecursion
Retrieves DNS server recursion settings.
38
# What does the following PowerShell CmdLet Do? Get-DnsServerResourceRecord
Gets resource records from a specified DNS zone.
39
# What does the following PowerShell CmdLet Do? Get-DnsServerRootHint
Gets root hints on a DNS server.
40
# What does the following PowerShell CmdLet Do? Get-DnsServerScavenging
Gets DNS aging and scavenging settings.
41
# What does the following PowerShell CmdLet Do? Get-DnsServerSetting
Retrieves DNS server settings.
42
# What does the following PowerShell CmdLet Do? Get-DnsServerSigningKey
Gets zone signing keys.
43
# What does the following PowerShell CmdLet Do? Get-DnsServerStatistics
Retrieves DNS server statistics or statistics for zones.
44
# What does the following PowerShell CmdLet Do? Get-DnsServerTrustAnchor
Gets trust anchors on a DNS server.
45
# What does the following PowerShell CmdLet Do? Get-DnsServerTrustPoint
Gets trust points on a DNS server.
46
# What does the following PowerShell CmdLet Do? Get-DnsServerZone
Gets details of DNS zones on a DNS server.
47
# What does the following PowerShell CmdLet Do? Get-DnsServerZoneAging
Gets DNS aging settings for a zone.
48
# What does the following PowerShell CmdLet Do? Get-DnsServerZoneDelegation
Gets the zone delegations of a DNS server zone.
49
# What does the following PowerShell CmdLet Do? Import-DnsServerResourceRecordDS
Imports DS resource record information from a file.
50
# What does the following PowerShell CmdLet Do? Import-DnsServerRootHint
Copies root hints from a DNS server.
51
# What does the following PowerShell CmdLet Do? Import-DnsServerTrustAnchor
Imports a trust anchor for a DNS server.
52
# What does the following PowerShell CmdLet Do? Invoke-DnsServerSigningKeyRollover
Initiates rollover of signing keys for the zone.
53
# What does the following PowerShell CmdLet Do? Invoke-DnsServerZoneSign
Signs a DNS server zone.
54
# What does the following PowerShell CmdLet Do? Invoke-DnsServerZoneUnsign
Unsigns a DNS server zone.
55
# What does the following PowerShell CmdLet Do? Register-DnsServerDirectoryPartition
Registers a DNS server in a DNS application directory partition.
56
# What does the following PowerShell CmdLet Do? Remove-DnsServerDirectoryPartition
Removes a DNS application directory partition.
57
# What does the following PowerShell CmdLet Do? Remove-DnsServerForwarder
Removes server level forwarders from a DNS server.
58
# What does the following PowerShell CmdLet Do? Remove-DnsServerResourceRecord
Removes specified DNS server resource records from a zone.
59
# What does the following PowerShell CmdLet Do? Remove-DnsServerRootHint
Removes root hints from a DNS server.
60
# What does the following PowerShell CmdLet Do? Remove-DnsServerSigningKey
Removes signing keys.
61
# What does the following PowerShell CmdLet Do? Remove-DnsServerTrustAnchor
Removes a trust anchor from a DNS server.
62
# What does the following PowerShell CmdLet Do? Remove-DnsServerZone
Removes a zone from a DNS server.
63
# What does the following PowerShell CmdLet Do? Remove-DnsServerZoneDelegation
Removes a name server or delegation from a DNS zone.
64
# What does the following PowerShell CmdLet Do? Reset-DnsServerZoneKeyMasterRole
Transfers the role of Key Master for a DNS zone.
65
# What does the following PowerShell CmdLet Do? Restore-DnsServerPrimaryZone
Restores primary DNS zone contents from Active Directory or from a file.
66
# What does the following PowerShell CmdLet Do? Restore-DnsServerSecondaryZone
Restores secondary zone information from its source.
67
# What does the following PowerShell CmdLet Do? Resume-DnsServerZone
Resumes name resolution on a suspended zone.
68
# What does the following PowerShell CmdLet Do? Set-DnsServer
Overwrites a DNS server configuration.
69
# What does the following PowerShell CmdLet Do? Set-DnsServerCache
Modifies cache settings for a DNS server.
70
# What does the following PowerShell CmdLet Do? Set-DnsServerConditionalForwarderZone
Changes settings for a DNS conditional forwarder.
71
# What does the following PowerShell CmdLet Do? Set-DnsServerDiagnostics
Sets debugging and logging parameters.
72
# What does the following PowerShell CmdLet Do? Set-DnsServerDnsSecZoneSetting
Changes settings for DNSSEC for a zone.
73
# What does the following PowerShell CmdLet Do? Set-DnsServerDsSetting
Modifies DNS Active Directory settings.
74
# What does the following PowerShell CmdLet Do? Set-DnsServerEDns
Changes EDNS settings on a DNS server.
75
# What does the following PowerShell CmdLet Do? Set-DnsServerForwarder
Changes forwarder settings on a DNS server.
76
# What does the following PowerShell CmdLet Do? Set-DnsServerGlobalNameZone
Changes configuration settings for a GlobalNames zone.
77
# What does the following PowerShell CmdLet Do? Set-DnsServerGlobalQueryBlockList
Changes settings of a global query block list.
78
# What does the following PowerShell CmdLet Do? Set-DnsServerPrimaryZone
Changes settings for a DNS primary zone.
79
# What does the following PowerShell CmdLet Do? Set-DnsServerRecursion
Modifies recursion settings for a DNS server.
80
# What does the following PowerShell CmdLet Do? Set-DnsServerResourceRecord
Changes a resource record in a DNS zone.
81
# What does the following PowerShell CmdLet Do? Set-DnsServerResourceRecordAging
Begins aging of resource records in a specified DNS zone.
82
# What does the following PowerShell CmdLet Do? Set-DnsServerRootHint
Replaces a list of root hints.
83
# What does the following PowerShell CmdLet Do? Set-DnsServerScavenging
Changes DNS server scavenging settings.
84
# What does the following PowerShell CmdLet Do? Set-DnsServerSecondaryZone
Change settings for a DNS secondary zone.
85
# What does the following PowerShell CmdLet Do? Set-DnsServerSetting
Modifies DNS server settings.
86
# What does the following PowerShell CmdLet Do? Set-DnsServerSigningKey
Changes settings of a signing key.
87
# What does the following PowerShell CmdLet Do? Set-DnsServerStubZone
Changes settings for a DNS server stub zone.
88
# What does the following PowerShell CmdLet Do? Set-DnsServerZoneAging
Configures DNS aging settings for a zone.
89
# What does the following PowerShell CmdLet Do? Set-DnsServerZoneDelegation
Changes delegation settings for a child zone.
90
# What does the following PowerShell CmdLet Do? Show-DnsServerCache
Shows the records in a DNS Server Cache.
91
# What does the following PowerShell CmdLet Do? Show-DnsServerKeyStorageProvider
Returns a list of key storage providers.
92
# What does the following PowerShell CmdLet Do? Start-DnsServerScavenging
Notifies a DNS server to attempt a search for stale resource records.
93
# What does the following PowerShell CmdLet Do? Start-DnsServerZoneTransfer
Starts a zone transfer for a secondary DNS zone from master servers.
94
# What does the following PowerShell CmdLet Do? Step-DnsServerSigningKeyRollover
Rolls over a KSK that is waiting for a parent DS update.
95
# What does the following PowerShell CmdLet Do? Suspend-DnsServerZone
Suspends a zone on a DNS server.
96
# What does the following PowerShell CmdLet Do? Sync-DnsServerZone
Checks the DNS server memory for changes, and writes them to persistent storage.
97
# What does the following PowerShell CmdLet Do? Test-DnsServer
Tests that a specified computer is a functioning DNS server.
98
# What does the following PowerShell CmdLet Do? Test-DnsServerDnsSecZoneSetting
Validates DNSSEC settings for a zone.
99
# What does the following PowerShell CmdLet Do? Unregister-DnsServerDirectoryPartition
Deregisters a DNS server from a DNS application directory partition.
100
# What does the following PowerShell CmdLet Do? Update-DnsServerTrustPoint
Updates all trust points in a DNS trust anchor zone.