1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-03 06:00:14 +02:00

Update locate-ipaddress.ps1

This commit is contained in:
Markus Fleschutz
2020-12-09 15:36:06 +01:00
committed by GitHub
parent 0352894f9d
commit 82bd738a4b

@ -8,7 +8,7 @@
param([string]$IPaddr) param([string]$IPaddr)
if ($IPaddr -eq "" ) { if ($IPaddr -eq "" ) {
$URL = read-host "Enter IP address to locate" $IPaddr = read-host "Enter IP address to locate"
} }
try { try {