mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 09:28:21 +02:00
Improved the scripts
This commit is contained in:
parent
14453b14b6
commit
52f7dfc92c
@ -6,7 +6,7 @@
|
|||||||
.NOTES Author: Markus Fleschutz / License: CC0
|
.NOTES Author: Markus Fleschutz / License: CC0
|
||||||
#>
|
#>
|
||||||
|
|
||||||
param([string]$URL = "")
|
param($URL = "")
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if ($URL -eq "" ) {
|
if ($URL -eq "" ) {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
.NOTES Author: Markus Fleschutz / License: CC0
|
.NOTES Author: Markus Fleschutz / License: CC0
|
||||||
#>
|
#>
|
||||||
|
|
||||||
param(IPaddress = "")
|
param($IPaddress = "")
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if ($IPaddress -eq "" ) {
|
if ($IPaddress -eq "" ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user