powershell

Add-DnsServerForwarder

Add-DnsServerForwarder is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Adds server level forwarders to a DNS server. Description The Add-DnsServerForwarder…

powershell

Add-DnsServerDirectoryPartition

Add-DnsServerDirectoryPartition is accessible with the help of DnsServer module. To configure DnsServer, go through this link. Synopsis Creates a DNS application directory partition. Description The Add-DnsServerDirectoryPartition cmdlet creates…

Java dev

Group-by operation in Java Streams

We will see an example of Using group-by operation in Java Streams,  Arithmetic operation on particular fields of a Class Sorting is needed on the…