Eulanda / EulandaConnect

A PowerShell library that provides functionality for integrating and connecting with Eulanda, both within and outside of ERP contexts.
https://www.eulanda.eu
MIT License
1 stars 0 forks source link

Get-IpGeoInfo should accept [IpAddress] instead of [string] for the -ip parameter #5

Open cnEUL opened 1 year ago

cnEUL commented 1 year ago

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.