mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 23:02:41 +02:00
Update the manuals
This commit is contained in:
@ -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 <String> Parameter
|
||||
## Parameters
|
||||
|
||||
```
|
||||
-TargetIP <String>
|
||||
@ -23,8 +25,6 @@ Sends a TCP message to the given IP address and port
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -TargetPort <Int32> Parameter
|
||||
|
||||
```
|
||||
-TargetPort <Int32>
|
||||
|
||||
@ -35,8 +35,6 @@ Sends a TCP message to the given IP address and port
|
||||
Accept wildcard characters? false
|
||||
```
|
||||
|
||||
## -Message <String> 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*
|
||||
|
Reference in New Issue
Block a user