Added remove-empty-dirs.ps1

This commit is contained in:
Markus Fleschutz
2021-02-09 14:46:54 +01:00
parent 8f819aa0ff
commit 8c72f3bd85
4 changed files with 45 additions and 0 deletions

View File

@ -65,6 +65,7 @@ query-smart-data.ps1, queries the S.M.A.R.T. data of your HDD/SSD's and saves it
new-email.ps1, starts the default email client to write a new email
reboot.ps1, reboots the local computer (requires admin rights)
reboot-fritzbox.ps1, reboots the FRITZ!box device
remove-empty-dirs.ps1, removes empty subfolders within the given directory tree
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
65 new-email.ps1 starts the default email client to write a new email
66 reboot.ps1 reboots the local computer (requires admin rights)
67 reboot-fritzbox.ps1 reboots the FRITZ!box device
68 remove-empty-dirs.ps1 removes empty subfolders within the given directory tree
69 search-files.ps1 searches the given pattern in the given files
70 scan-ports.ps1 scans the network for open/closed ports
71 send-email.ps1 sends an email message