mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 16:03:22 +01:00
Update locate-ipaddress.ps1
This commit is contained in:
parent
0352894f9d
commit
82bd738a4b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user