mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-10 02:28:57 +02:00
Improved the scripts
This commit is contained in:
parent
14453b14b6
commit
52f7dfc92c
@ -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 "" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user