mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 16:11:22 +02:00
Updated the scripts
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$IPaddr, [string]$TurnMode, [int]$Timer = -999)
|
||||
param([string]$IPaddr = "", [string]$TurnMode = "", [int]$Timer = -999)
|
||||
|
||||
try {
|
||||
if ($IPaddr -eq "") {
|
||||
|
Reference in New Issue
Block a user