Added list-fritzbox-calls.ps1

This commit is contained in:
Markus Fleschutz
2021-01-03 11:49:06 +01:00
parent 19517b13d1
commit 1d2246df2d
4 changed files with 104 additions and 2 deletions

View File

@ -22,6 +22,7 @@ list-automatic-variables.ps1, lists PowerShell automatic variables
list-empty-dirs.ps1, lists empty subfolders in a directory tree
list-files.ps1, lists all files in the given folder and also in every subfolder
list-formatted.ps1, lists the current working directory formatted in columns
list-fritzbox-calls.ps1, lists the FRITZ!Box calls
list-installed-software.ps1, lists the installed software
list-logbook.ps1, lists the content of the logbook
list-unused-files.ps1, lists unused files in a directory tree

1 Filename Description
22 list-empty-dirs.ps1 lists empty subfolders in a directory tree
23 list-files.ps1 lists all files in the given folder and also in every subfolder
24 list-formatted.ps1 lists the current working directory formatted in columns
25 list-fritzbox-calls.ps1 lists the FRITZ!Box calls
26 list-installed-software.ps1 lists the installed software
27 list-logbook.ps1 lists the content of the logbook
28 list-unused-files.ps1 lists unused files in a directory tree