mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Improved the scripts
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$TargetIP = "", [int]$TargetPort = 0, [string]$Message = "")
|
||||
param($TargetIP = "", [int]$TargetPort = 0, $Message = "")
|
||||
|
||||
try {
|
||||
if ($TargetIP -eq "" ) {
|
||||
|
Reference in New Issue
Block a user