Hello
Here's an interesting seemingly simple question:
Is the IP address 172.18.13.127 between 172.17.0.0 and 172.19.0.0 ? (note the comparison values can change)
more generally stated is IP address1 between IP address2 and IP address3
An IP address is a binary number -
how to convert the IP string to a binary and then do a binary comparison in PowerScript?
Thanks
==Yakov