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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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