1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-05 15:10:05 +02:00

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

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

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