powershell

Get-DnsServerResourceRecord

Get-DnsServerResourceRecord is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Gets resource records from a specified DNS zone. Description The Get-DnsServerResourceRecord…

powershell

Get-DnsServerRecursionScope

Get-DnsServerRecursionScope is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Gets the DNS server recursion scopes. Description The Get-DnsServerRecursionScope cmdlet gets…

powershell

Set-DnsServerRecursion

Set-DnsServerRecursion is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Modifies recursion settings for a DNS server. Description The Set-DnsServerRecursion cmdlet…

powershell

Set-DnsServerQueryResolutionPolicy

Set-DnsServerQueryResolutionPolicy is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Updates settings of a query resolution policy on a DNS server.…

powershell

Set-DnsServerPrimaryZone

Set-DnsServerPrimaryZone is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Changes settings for a DNS primary zone. Description The Set-DnsServerPrimaryZone cmdlet…

powershell

Set-DnsServerGlobalQueryBlockList

Set-DnsServerGlobalQueryBlockList is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Changes settings of a global query block list. Description The Set-DnsServerGlobalQueryBlockList…

powershell

Set-DnsServerGlobalNameZone

Set-DnsServerGlobalNameZone is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Changes configuration settings for a GlobalNames zone. Description The Set-DnsServerGlobalNameZone cmdlet…

powershell

Set-DnsServerForwarder

Set-DnsServerForwarder is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Changes forwarder settings on a DNS server. Description The Set-DnsServerForwarder cmdlet…

powershell

Set-DnsServerEDns

Set-DnsServerEDns is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Changes EDNS settings on a DNS server. Description The Set-DnsServerEDns cmdlet…

Post-Deployment Configuring Active Directory on Windows Server 2016

In ActiveDirectory (addsadministration) we have seen how to Install the Active Directory Features. In this Blog we are seeing Post-Deployment Configuring Active Directory on Windows…