Sorting IP Addresses with Powershell
Recently I had to sort a list of IP addresses with Powershell. This can be a bit tricky because the IP addresses get treated as strings which might give the wrong results. In an internet forum post I found a clever way to sort IP addresses in Powershell.