PoshCode Archive  All files named "validate-an-IP-address.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for validate-an-IP-address.ps1

2018-06-10
14:18
REALLY validates given IP address and returns True/False. The original script didn’t allow ZEROS in the Ip address (eg: 127.0.0.1 returned $false) file: [40dcbe77b2] check-in: [749380c024] user: mow01 branch: trunk, size: 1075
14:01
Uses [system.net.IPAddress]::parse, not [system.net.IPAddress]::tryparse. file: [33f1a4010a] check-in: [af059c9edd] user: Allan B branch: trunk, size: 879
14:01
Uses [system.net.IPAddress]::parse, not [system.net.IPAddress]::tryparse. file: [5b085b3283] check-in: [7711767af1] user: mow01 branch: trunk, size: 902
12:56
REALLY validates given IP address and returns True/False. The original script didn’t allow ZEROS in the Ip address (eg: 127.0.0.1 returned $false) file: [82beb33f61] check-in: [6444ec7be2] user: Joel Bennett branch: trunk, size: 1109
12:56
REALLY validates given IP address and returns True/False. The original script didn’t allow ZEROS in the Ip address (eg: 127.0.0.1 returned $false) file: [08ac76a9c2] check-in: [4db576c824] user: ucthakur branch: trunk, size: 878
12:56
Added: validates given IP address and returns True/False file: [83e707bcd1] check-in: [5fcf0ad63f] user: ucthakur branch: trunk, size: 481