Add search-filename.ps1

This commit is contained in:
Markus Fleschutz
2021-04-10 11:07:40 +02:00
parent 330fb1366a
commit 1d0cae88bb
3 changed files with 30 additions and 0 deletions

View File

@ -122,6 +122,7 @@ 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-filename.ps1, searches the directory tree for filenames by given pattern
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 Script Description
122 reboot.ps1 reboots the local computer (requires admin rights)
123 reboot-fritzbox.ps1 reboots the FRITZ!box device
124 remove-empty-dirs.ps1 removes empty subfolders within the given directory tree
125 search-filename.ps1 searches the directory tree for filenames by given pattern
126 search-files.ps1 searches the given pattern in the given files
127 scan-ports.ps1 scans the network for open/closed ports
128 send-email.ps1 sends an email message