mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-09 18:19:32 +02:00
Update scripts.csv
This commit is contained in:
parent
62741a1fba
commit
2e5ee3f7eb
@ -1,5 +1,5 @@
|
|||||||
Script,Description
|
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-cpu-temp.ps1, checks the CPU temperature
|
||||||
check-dns-resolution.ps1, checks the DNS resolution with frequently used domain names
|
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
|
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-music.ps1, go to the user's music folder
|
||||||
go-root.ps1, go to the root directory (C: on Windows)
|
go-root.ps1, go to the root directory (C: on Windows)
|
||||||
go-scripts.ps1, go to the PowerShell Scripts folder
|
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
|
inspect-exe.ps1, prints basic information of the given executable file
|
||||||
install-google-chrome.ps1, installs the Google Chrome browser
|
install-google-chrome.ps1, installs the Google Chrome browser
|
||||||
introduce-powershell.ps1, introduces PowerShell to new users
|
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-mp3.ps1, plays the given sound file (MP3 file format)
|
||||||
play-super-mario.ps1, plays the Super Mario Intro
|
play-super-mario.ps1, plays the Super Mario Intro
|
||||||
play-the-imperial-march.ps1, plays the Imperial March (Star Wars)
|
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-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)
|
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
|
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
|
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
|
reboot-fritzbox.ps1, reboots the FRITZ!box device
|
||||||
remove-empty-dirs.ps1, removes empty subfolders within the given directory tree
|
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-filename.ps1, searches the directory tree for filenames by given pattern
|
||||||
|
|
Loading…
Reference in New Issue
Block a user