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:
@ -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 "" ) {
|
||||
|
Reference in New Issue
Block a user