Update scripts.csv

This commit is contained in:
Markus Fleschutz 2021-04-14 14:05:13 +02:00
parent 62741a1fba
commit 2e5ee3f7eb

View File

@ -1,5 +1,5 @@
Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (requires admin rights)
add-firewall-rules.ps1, adds firewall rules to the given executables (needs admin rights)
check-cpu-temp.ps1, checks the CPU temperature
check-dns-resolution.ps1, checks the DNS resolution with frequently used domain names
check-drive-space.ps1, checks the given drive for free space left
@ -53,7 +53,7 @@ go-home.ps1, go to the user's home folder
go-music.ps1, go to the user's music folder
go-root.ps1, go to the root directory (C: on Windows)
go-scripts.ps1, go to the PowerShell Scripts folder
hibernate.ps1, enables hibernate mode for the local computer (requires admin rights)
hibernate.ps1, enables hibernate mode for the local computer (needs admin rights)
inspect-exe.ps1, prints basic information of the given executable file
install-google-chrome.ps1, installs the Google Chrome browser
introduce-powershell.ps1, introduces PowerShell to new users
@ -116,12 +116,12 @@ play-m3u.ps1, plays the given playlist (M3U file format)
play-mp3.ps1, plays the given sound file (MP3 file format)
play-super-mario.ps1, plays the Super Mario Intro
play-the-imperial-march.ps1, plays the Imperial March (Star Wars)
poweroff.ps1, halts the local computer (requires admin rights)
poweroff.ps1, halts the local computer (needs admin rights)
pull-repo.ps1, pulls updates for the current/given Git repository (including submodules)
pull-repos.ps1, pulls updates for all Git repositories under the current/given directory (including submodules)
query-smart-data.ps1, queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
new-email.ps1, starts the default email client to write a new email
reboot.ps1, reboots the local computer (requires admin rights)
reboot.ps1, reboots the local computer (needs 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

1 Script Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (requires admin rights) adds firewall rules to the given executables (needs admin rights)
3 check-cpu-temp.ps1 checks the CPU temperature
4 check-dns-resolution.ps1 checks the DNS resolution with frequently used domain names
5 check-drive-space.ps1 checks the given drive for free space left
53 go-music.ps1 go to the user's music folder
54 go-root.ps1 go to the root directory (C: on Windows)
55 go-scripts.ps1 go to the PowerShell Scripts folder
56 hibernate.ps1 enables hibernate mode for the local computer (requires admin rights) enables hibernate mode for the local computer (needs admin rights)
57 inspect-exe.ps1 prints basic information of the given executable file
58 install-google-chrome.ps1 installs the Google Chrome browser
59 introduce-powershell.ps1 introduces PowerShell to new users
116 play-mp3.ps1 plays the given sound file (MP3 file format)
117 play-super-mario.ps1 plays the Super Mario Intro
118 play-the-imperial-march.ps1 plays the Imperial March (Star Wars)
119 poweroff.ps1 halts the local computer (requires admin rights) halts the local computer (needs admin rights)
120 pull-repo.ps1 pulls updates for the current/given Git repository (including submodules)
121 pull-repos.ps1 pulls updates for all Git repositories under the current/given directory (including submodules)
122 query-smart-data.ps1 queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
123 new-email.ps1 starts the default email client to write a new email
124 reboot.ps1 reboots the local computer (requires admin rights) reboots the local computer (needs admin rights)
125 reboot-fritzbox.ps1 reboots the FRITZ!box device
126 remove-empty-dirs.ps1 removes empty subfolders within the given directory tree
127 search-filename.ps1 searches the directory tree for filenames by given pattern