Added list-fritzbox-devices.ps1

This commit is contained in:
Markus Fleschutz
2021-01-03 12:20:33 +01:00
parent 4f2d93d09a
commit 718268a60f
3 changed files with 121 additions and 0 deletions

View File

@ -23,6 +23,7 @@ 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-fritzbox-devices.ps1, lists the FRITZ!Box devices
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
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-fritzbox-devices.ps1 lists the FRITZ!Box devices
27 list-installed-software.ps1 lists the installed software
28 list-logbook.ps1 lists the content of the logbook
29 list-unused-files.ps1 lists unused files in a directory tree