Public/Get-SimwoodIP.ps1
function Get-SimwoodIP { [CmdletBinding()] $Result = Invoke-SimwoodRequest -Method get -Resource "tools/myip" Return $Result.ip } |
function Get-SimwoodIP { [CmdletBinding()] $Result = Invoke-SimwoodRequest -Method get -Resource "tools/myip" Return $Result.ip } |