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
What does the following PowerShell CmdLet Do?
Add-DnsServerConditionalForwarderZone
Please provide an example.
Adds a conditional forwarder to a DNS server.
ex. Add-DnsServerConditionalForwarderZone -Name “contoso.com” -ReplicationScope “Forest” -MasterServers 172.23.90.124
What does the following PowerShell CmdLet Do?
Add-DnsServerDirectoryPartition
Please provide an example.
Creates a DNS application directory partition.
What does the following PowerShell CmdLet Do?
Add-DnsServerForwarder
Please provide an example.
Adds server level forwarders to a DNS server.
What does the following PowerShell CmdLet Do?
Add-DnsServerPrimaryZone
Please provide an example.
Adds a primary zone to a DNS server.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecord
Adds a resource record of a specified type to a specified DNS zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecordA
Adds a type A resource record to a DNS zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecordAAAA
Adds a type AAAA resource record to a DNS server.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecordCName
Adds a type CNAME resource record to a DNS zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecordDS
Adds a type DS resource record to a DNS zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecordDnsKey
Adds a type DNSKEY resource record to a DNS zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecordMX
Adds an MX resource record to a DNS server.
What does the following PowerShell CmdLet Do?
Add-DnsServerResourceRecordPtr
Adds a type PTR resource record to a DNS server.
What does the following PowerShell CmdLet Do?
Add-DnsServerRootHint
Adds root hints on a DNS server.
What does the following PowerShell CmdLet Do?
Add-DnsServerSecondaryZone
Adds a DNS server secondary zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerSigningKey
Adds a KSK or ZSK to a signed zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerStubZone
Adds a DNS stub zone.
What does the following PowerShell CmdLet Do?
Add-DnsServerTrustAnchor
Adds a trust anchor to a DNS server.
What does the following PowerShell CmdLet Do?
Add-DnsServerZoneDelegation
Adds a new delegated DNS zone to an existing zone.
What does the following PowerShell CmdLet Do?
Clear-DnsServerCache
Clears resource records from a cache on the DNS server.
What does the following PowerShell CmdLet Do?
Clear-DnsServerStatistics
Clears all DNS server statistics or statistics for zones.
What does the following PowerShell CmdLet Do?
ConvertTo-DnsServerPrimaryZone
Converts a zone to a DNS primary zone.
What does the following PowerShell CmdLet Do?
ConvertTo-DnsServerSecondaryZone
Converts a primary zone or stub zone to a secondary zone.
What does the following PowerShell CmdLet Do?
Disable-DnsServerSigningKeyRollover
Disables key rollover on an input key.
What does the following PowerShell CmdLet Do?
Enable-DnsServerSigningKeyRollover
Enables rollover on the input key.
What does the following PowerShell CmdLet Do?
Export-DnsServerDnsSecPublicKey
Exports DS and DNSKEY information for a DNSSEC-signed zone.
What does the following PowerShell CmdLet Do?
Export-DnsServerZone
Exports contents of a zone to a file.
What does the following PowerShell CmdLet Do?
Get-DnsServer
Retrieves a DNS server configuration.
What does the following PowerShell CmdLet Do?
Get-DnsServerCache
Retrieves DNS server cache settings.
What does the following PowerShell CmdLet Do?
Get-DnsServerDiagnostics
Retrieves DNS event logging details.
What does the following PowerShell CmdLet Do?
Get-DnsServerDirectoryPartition
Gets a DNS application directory partition.
What does the following PowerShell CmdLet Do?
Get-DnsServerDnsSecZoneSetting
Gets DNSSEC settings for a zone.
What does the following PowerShell CmdLet Do?
Get-DnsServerDsSetting
Retrieves DNS Server Active Directory settings
What does the following PowerShell CmdLet Do?
Get-DnsServerEDns
Gets EDNS configuration settings on a DNS sever.
What does the following PowerShell CmdLet Do?
Get-DnsServerForwarder
Gets forwarder configuration settings on a DNS server.
What does the following PowerShell CmdLet Do?
Get-DnsServerGlobalNameZone
Retrieves DNS server GlobalName zone configuration details.
What does the following PowerShell CmdLet Do?
Get-DnsServerGlobalQueryBlockList
Gets a global query block list.
What does the following PowerShell CmdLet Do?
Get-DnsServerRecursion
Retrieves DNS server recursion settings.
What does the following PowerShell CmdLet Do?
Get-DnsServerResourceRecord
Gets resource records from a specified DNS zone.
What does the following PowerShell CmdLet Do?
Get-DnsServerRootHint
Gets root hints on a DNS server.
What does the following PowerShell CmdLet Do?
Get-DnsServerScavenging
Gets DNS aging and scavenging settings.