## reboot-fritzbox.ps1 - Reboots the FRITZ!Box device This PowerShell script reboots the FRITZ!Box device ## Parameters ```powershell reboot-fritzbox.ps1 [[-Username] ] [[-Password] ] [] -Username Specifies the user name Required? false Position? 1 Default value Accept pipeline input? false Accept wildcard characters? false -Password Specifies the password Required? false Position? 2 Default value Accept pipeline input? false Accept wildcard characters? false [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` ## Example ```powershell PS> ./reboot-fritzbox ``` ## Notes Author: Markus Fleschutz / License: CC0 ## Related Links https://github.com/fleschutz/PowerShell *Generated by convert-ps2md.ps1 using the comment-based help of reboot-fritzbox.ps1*