Update the manuals

This commit is contained in:
Markus Fleschutz
2021-08-29 18:05:09 +02:00
parent e10261351c
commit 793d257d08
252 changed files with 1911 additions and 1760 deletions

View File

@ -1,17 +1,19 @@
# PowerShell Script /home/mf/PowerShell/Scripts/send-tcp.ps1
# PowerShell Script send-tcp.ps1
## Synopsis
```powershell
send-tcp.ps1 [<target-IP>] [<target-port>] [<message>]
```
## Description
Sends a TCP message to the given IP address and port
Sends a TCP message to the given IP address and port.
## Syntax
```powershell
/home/mf/PowerShell/Scripts/send-tcp.ps1 [[-TargetIP] <String>] [[-TargetPort] <Int32>] [[-Message] <String>] [<CommonParameters>]
```
## -TargetIP &lt;String&gt; Parameter
## Parameters
```
-TargetIP <String>
@ -23,8 +25,6 @@ Sends a TCP message to the given IP address and port
Accept wildcard characters? false
```
## -TargetPort &lt;Int32&gt; Parameter
```
-TargetPort <Int32>
@ -35,8 +35,6 @@ Sends a TCP message to the given IP address and port
Accept wildcard characters? false
```
## -Message &lt;String&gt; Parameter
```
-Message <String>
@ -56,10 +54,9 @@ PS>.\send-tcp.ps1 192.168.100.100 8080 "TEST"
## Notes
Author: Markus Fleschutz
License: CC0
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Created by convert-ps2md.ps1*
*Generated by convert-ps2md.ps1*