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