Added reboot-fritzbox.ps1

This commit is contained in:
Markus Fleschutz
2021-01-03 11:26:27 +01:00
parent 1d3ae55c86
commit 19517b13d1
3 changed files with 97 additions and 0 deletions

View File

@ -47,6 +47,7 @@ play-beep.ps1, plays a beep sound
poweroff.ps1, halts the local computer (needs administrator rights)
new-email.ps1, starts the default email client to write a new email
reboot.ps1, reboots the local computer (needs administrator rights)
reboot-fritzbox.ps1, reboots the FRITZ!box device
search-files.ps1, searches the given pattern in the given files
scan-ports.ps1, scans the network for open/closed ports
send-email.ps1, sends an email message

1 Filename Description
47 poweroff.ps1 halts the local computer (needs administrator rights)
48 new-email.ps1 starts the default email client to write a new email
49 reboot.ps1 reboots the local computer (needs administrator rights)
50 reboot-fritzbox.ps1 reboots the FRITZ!box device
51 search-files.ps1 searches the given pattern in the given files
52 scan-ports.ps1 scans the network for open/closed ports
53 send-email.ps1 sends an email message