Update the manuals

This commit is contained in:
Markus Fleschutz
2021-10-06 11:11:20 +02:00
parent 4b4a952c09
commit e1efe61eaa
263 changed files with 842 additions and 489 deletions

View File

@ -3,9 +3,10 @@
Sends a magic packet to a computer to wake him up (requires Wake-On-LAN)
wakeup.ps1 [<MAC-address>] [<IP-address>]
## Syntax & Parameters
## Parameters
```powershell
/home/markus/Repos/PowerShell/Scripts/wakeup.ps1 [[-MACaddress] <String>] [[-IPaddress] <String>] [[-Port] <Int32>] [<CommonParameters>]
wakeup.ps1 [[-MACaddress] <String>] [[-IPaddress] <String>] [[-Port] <Int32>] [<CommonParameters>]
```
```