Is there a native way in PowerShell to do IP math? Take for example I want to use the network 10.0.0.0/22 and find all pingable devices on the network. It’s a simple example but I should be able to loop through all the address by giving it the CIDR notation or a network with subnet. How should I go about accomplishing this?
↧