mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 09:28:21 +02:00
Update locate-ipaddress.ps1
This commit is contained in:
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user