Improved the scripts

This commit is contained in:
Markus Fleschutz 2021-02-16 17:44:13 +01:00
parent 14453b14b6
commit 52f7dfc92c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
.NOTES Author: Markus Fleschutz / License: CC0
#>
param([string]$URL = "")
param($URL = "")
try {
if ($URL -eq "" ) {

View File

@ -6,7 +6,7 @@
.NOTES Author: Markus Fleschutz / License: CC0
#>
param(IPaddress = "")
param($IPaddress = "")
try {
if ($IPaddress -eq "" ) {