mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 06:27:16 +02:00
Added list-fritzbox-calls.ps1
This commit is contained in:
@ -8,10 +8,10 @@
|
||||
|
||||
param([string]$USERNAME = "", [string]$PASSWORD = "")
|
||||
if ($USERNAME -eq "") {
|
||||
$USERNAME = "Enter username for FRITZ!Box"
|
||||
$USERNAME = read-host "Enter username for FRITZ!Box"
|
||||
}
|
||||
if ($PASSWORD -eq "") {
|
||||
$PASSWORD = "Enter password for FRITZ!Box"
|
||||
$PASSWORD = read-host "Enter password for FRITZ!Box"
|
||||
}
|
||||
$FB_FQDN = "fritz.box"
|
||||
|
||||
|
Reference in New Issue
Block a user