powershell

ConvertTo-DnsServerSecondaryZone

ConvertTo-DnsServerSecondaryZone is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Converts a primary zone or stub zone to a secondary zone.…

powershell

ConvertTo-DnsServerPrimaryZone

ConvertTo-DnsServerPrimaryZone is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Converts a zone to a DNS primary zone. Description The ConvertTo-DnsServerPrimaryZone…

powershell

Clear-DnsServerStatistics

Clear-DnsServerStatistics is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Clears all DNS server statistics or statistics for zones. Description The…

powershell

Clear-DnsServerCache

Clear-DnsServerCache is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Clears resource records from a cache on the DNS server. Description…

powershell

Add-DnsServerZoneTransferPolicy

Add-DnsServerZoneTransferPolicy is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Adds a zone transfer policy to a DNS server. Description The…

powershell

Add-DnsServerZoneScope

Add-DnsServerZoneScope is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Adds a zone scope to an existing zone. Description The Add-DnsServerZoneScope…

powershell

Add-DnsServerZoneDelegation

Add-DnsServerZoneDelegation is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Adds a new delegated DNS zone to an existing zone. Description…

Java dev

4 ways to Join two Lists in Java

In this post, we will see how to join two lists in Java using Plain Java, Java 8, Guava, and Apache Commons Collections. And try…

Java dev

What is Unit Testing? What are JUnit tests in Java?

What is Unit Testing? What are JUnit tests in Java? This is what nowadays we are hearing more. Here is an small details about the…

powershell

Add-DnsServerVirtualizationInstance

Add-DnsServerVirtualizationInstance is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Adds a virtualization instance. Description The Add-DnsServerVirtualizationInstance cmdlet adds a virtualization instance to…