Get-IpGeoInfo should accept [IpAddress] instead of [string] for the -ip parameter
Opened this issue · 0 comments
cnEUL commented
The Get-IpGeoInfo function uses the string data type for the IP address parameter. This should be changed to the type IpAddress.
In addition to the function check, all functions that currently call this function must also be checked.