Update scripts.csv

This commit is contained in:
Markus Fleschutz 2023-09-28 13:00:25 +02:00 committed by GitHub
parent 33925330ab
commit ee308851e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,37 +1,37 @@
SCRIPT,CATEGORY,DESCRIPTION,
add-firewall-rules.ps1, ,Adds firewall rules for executables (needs admin rights),
add-memo.ps1, ,Adds a memo text,
alert.ps1, ,Handles and escalates an alert,
build-repo.ps1, ,Builds a repository,
build-repos.ps1, ,Builds Git repositories,
cd-autostart.ps1, ,Sets the working directory to the user's autostart folder,
cd-crashdumps.ps1, ,Change to the crash dumps folder,
cd-desktop.ps1, ,Sets the working directory to the user's desktop folder,
cd-docs.ps1, ,Sets the working directory to the documents folder,
cd-downloads.ps1, ,Sets the working directory to the user's downloads folder,
cd-dropbox.ps1, ,Sets the working directory to the user's Dropbox folder,
cd-etc.ps1, ,Changes to the /etc directory,
cd-fonts.ps1, ,Sets the working directory to the fonts folder,
cd-home.ps1, ,Sets the working directory to the user's home folder,
cd-music.ps1, ,Set the working directory to the user's music folder,
cd-onedrive.ps1, ,Set the working directory to the user's OneDrive folder,
cd-pics.ps1, ,Set the working directory to the user's pictures folder,
cd-recycle-bin.ps1, ,Set the working directory to the user's recycle bin folder,
cd-repos.ps1, ,Set the working directory to the user's Git repositories folder,
cd-root.ps1, ,Set the working directory to the root directory (C: on Windows),
cd-scripts.ps1, ,Set the working directory to the PowerShell Scripts folder,
cd-ssh.ps1, ,Set the working directory to the user's SSH folder,
cd-up.ps1, ,Set the working directory to one directory level up,
cd-up2.ps1, ,Set the working directory to two directory levels up,
cd-up3.ps1, ,Set the working directory to three directory levels up,
cd-up4.ps1, ,Set the working directory to four directory levels up,
cd-videos.ps1, ,Set the working directory to the user's videos folder,
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 a drive for free space left,
check-file-system.ps1, ,Checks the file system of a drive (needs admin rights),
check-health.ps1, ,Checks the system health,
check-ipv4-address.ps1, ,Checks the given IPv4 address for validity,
add-firewall-rules.ps1,misc,Adds firewall rules for executables (needs admin rights),
add-memo.ps1,misc,Adds a memo text,
alert.ps1,misc,Handles and escalates an alert,
build-repo.ps1,git,Builds a repository,
build-repos.ps1,git,Builds Git repositories,
cd-autostart.ps1,filesystem,Sets the working directory to the user's autostart folder,
cd-crashdumps.ps1,filesystem,Change to the crash dumps folder,
cd-desktop.ps1,filesystem,Sets the working directory to the user's desktop folder,
cd-docs.ps1,filesystem,Sets the working directory to the documents folder,
cd-downloads.ps1,filesystem,Sets the working directory to the user's downloads folder,
cd-dropbox.ps1,filesystem,Sets the working directory to the user's Dropbox folder,
cd-etc.ps1,filesystem,Changes to the /etc directory,
cd-fonts.ps1,filesystem,Sets the working directory to the fonts folder,
cd-home.ps1,filesystem,Sets the working directory to the user's home folder,
cd-music.ps1,filesystem,Set the working directory to the user's music folder,
cd-onedrive.ps1,filesystem,Set the working directory to the user's OneDrive folder,
cd-pics.ps1,filesystem,Set the working directory to the user's pictures folder,
cd-recycle-bin.ps1,filesystem,Set the working directory to the user's recycle bin folder,
cd-repos.ps1,filesystem,Set the working directory to the user's Git repositories folder,
cd-root.ps1,filesystem,Set the working directory to the root directory (C: on Windows),
cd-scripts.ps1,filesystem,Set the working directory to the PowerShell Scripts folder,
cd-ssh.ps1,filesystem,Set the working directory to the user's SSH folder,
cd-up.ps1,filesystem,Set the working directory to one directory level up,
cd-up2.ps1,filesystem,Set the working directory to two directory levels up,
cd-up3.ps1,filesystem,Set the working directory to three directory levels up,
cd-up4.ps1,filesystem,Set the working directory to four directory levels up,
cd-videos.ps1,filesystem,Set the working directory to the user's videos folder,
check-cpu-temp.ps1,misc,Checks the CPU temperature,
check-dns-resolution.ps1,misc,Checks the DNS resolution with frequently used domain names,
check-drive-space.ps1,filesystem,Checks a drive for free space left,
check-file-system.ps1,filesystem,Checks the file system of a drive (needs admin rights),
check-health.ps1,misc,Checks the system health,
check-ipv4-address.ps1,misc,Checks the given IPv4 address for validity,
check-ipv6-address.ps1, ,Checks the given IPv6 address for validity,
check-mac-address.ps1, ,Checks the given MAC address for validity,
check-ping.ps1, ,Checks the ping latency to the internet,
@ -41,22 +41,22 @@ check-symlinks.ps1, ,Checks every symlink in a directory tree,
check-weather.ps1, ,Checks the current weather for critical values,
check-windows-system-files.ps1, ,Checks the validity of the Windows system files,
check-xml-file.ps1, ,Checks the given XML file for validity,
clean-repo.ps1, ,Cleans the current/given Git repository from untracked files (including submodules),
clean-repos.ps1, ,Cleans all Git repositories under the current/given directory from untracked files (including submodules),
clean-repo.ps1,git,Cleans the current/given Git repository from untracked files (including submodules),
clean-repos.ps1,git,Cleans all Git repositories under the current/given directory from untracked files (including submodules),
clear-recycle-bin.ps1, ,Removes the content of the recycle bin folder (can not be undo!),
clone-repos.ps1, ,Clones well-known Git repositories,
close-calculator.ps1, ,Closes the calculator program gracefully,
close-chrome.ps1, ,Closes the Google Chrome Web browser,
close-cortana.ps1, ,Closes Cortana gracefully,
close-file-explorer.ps1, ,Closes Microsoft File Explorer gracefully,
close-firefox.ps1, ,Closes the Mozilla Firefox browser,
close-program.ps1, ,Closes the given program gracefully,
close-microsoft-edge.ps1, ,Closes the Microsoft Edge Web browser,
close-microsoft-store.ps1, ,Closes the Microsoft Store app,
close-netflix.ps1, ,Closes the Netflix application gracefully,
close-onedrive.ps1, ,Closes Microsoft OneDrive gracefully,
close-serenade.ps1, ,Closes the Serenade.ai application gracefully,
close-snipping-tool.ps1, ,Closes the Snipping Tool application gracefully,
clone-repos.ps1,git,Clones well-known Git repositories,
close-calculator.ps1,desktop,Closes the calculator program gracefully,
close-chrome.ps1,desktop,Closes the Google Chrome Web browser,
close-cortana.ps1,desktop,Closes Cortana gracefully,
close-file-explorer.ps1,desktop,Closes Microsoft File Explorer gracefully,
close-firefox.ps1,desktop,Closes the Mozilla Firefox browser,
close-program.ps1,desktop,Closes the given program gracefully,
close-microsoft-edge.ps1,desktop,Closes the Microsoft Edge Web browser,
close-microsoft-store.ps1,desktop ,Closes the Microsoft Store app,
close-netflix.ps1,desktop,Closes the Netflix application gracefully,
close-onedrive.ps1,desktop,Closes Microsoft OneDrive gracefully,
close-serenade.ps1,desktop,Closes the Serenade.ai application gracefully,
close-snipping-tool.ps1,desktop,Closes the Snipping Tool application gracefully,
close-spotify.ps1, ,Closes Spotify,
close-system-settings.ps1, ,Closes the System Settings gracefully,
close-thunderbird.ps1, ,Closes Mozilla Thunderbird gracefully,

1 SCRIPT CATEGORY DESCRIPTION
2 add-firewall-rules.ps1 misc Adds firewall rules for executables (needs admin rights)
3 add-memo.ps1 misc Adds a memo text
4 alert.ps1 misc Handles and escalates an alert
5 build-repo.ps1 git Builds a repository
6 build-repos.ps1 git Builds Git repositories
7 cd-autostart.ps1 filesystem Sets the working directory to the user's autostart folder
8 cd-crashdumps.ps1 filesystem Change to the crash dumps folder
9 cd-desktop.ps1 filesystem Sets the working directory to the user's desktop folder
10 cd-docs.ps1 filesystem Sets the working directory to the documents folder
11 cd-downloads.ps1 filesystem Sets the working directory to the user's downloads folder
12 cd-dropbox.ps1 filesystem Sets the working directory to the user's Dropbox folder
13 cd-etc.ps1 filesystem Changes to the /etc directory
14 cd-fonts.ps1 filesystem Sets the working directory to the fonts folder
15 cd-home.ps1 filesystem Sets the working directory to the user's home folder
16 cd-music.ps1 filesystem Set the working directory to the user's music folder
17 cd-onedrive.ps1 filesystem Set the working directory to the user's OneDrive folder
18 cd-pics.ps1 filesystem Set the working directory to the user's pictures folder
19 cd-recycle-bin.ps1 filesystem Set the working directory to the user's recycle bin folder
20 cd-repos.ps1 filesystem Set the working directory to the user's Git repositories folder
21 cd-root.ps1 filesystem Set the working directory to the root directory (C: on Windows)
22 cd-scripts.ps1 filesystem Set the working directory to the PowerShell Scripts folder
23 cd-ssh.ps1 filesystem Set the working directory to the user's SSH folder
24 cd-up.ps1 filesystem Set the working directory to one directory level up
25 cd-up2.ps1 filesystem Set the working directory to two directory levels up
26 cd-up3.ps1 filesystem Set the working directory to three directory levels up
27 cd-up4.ps1 filesystem Set the working directory to four directory levels up
28 cd-videos.ps1 filesystem Set the working directory to the user's videos folder
29 check-cpu-temp.ps1 misc Checks the CPU temperature
30 check-dns-resolution.ps1 misc Checks the DNS resolution with frequently used domain names
31 check-drive-space.ps1 filesystem Checks a drive for free space left
32 check-file-system.ps1 filesystem Checks the file system of a drive (needs admin rights)
33 check-health.ps1 misc Checks the system health
34 check-ipv4-address.ps1 misc Checks the given IPv4 address for validity
35 check-ipv6-address.ps1 Checks the given IPv6 address for validity
36 check-mac-address.ps1 Checks the given MAC address for validity
37 check-ping.ps1 Checks the ping latency to the internet
41 check-weather.ps1 Checks the current weather for critical values
42 check-windows-system-files.ps1 Checks the validity of the Windows system files
43 check-xml-file.ps1 Checks the given XML file for validity
44 clean-repo.ps1 git Cleans the current/given Git repository from untracked files (including submodules)
45 clean-repos.ps1 git Cleans all Git repositories under the current/given directory from untracked files (including submodules)
46 clear-recycle-bin.ps1 Removes the content of the recycle bin folder (can not be undo!)
47 clone-repos.ps1 git Clones well-known Git repositories
48 close-calculator.ps1 desktop Closes the calculator program gracefully
49 close-chrome.ps1 desktop Closes the Google Chrome Web browser
50 close-cortana.ps1 desktop Closes Cortana gracefully
51 close-file-explorer.ps1 desktop Closes Microsoft File Explorer gracefully
52 close-firefox.ps1 desktop Closes the Mozilla Firefox browser
53 close-program.ps1 desktop Closes the given program gracefully
54 close-microsoft-edge.ps1 desktop Closes the Microsoft Edge Web browser
55 close-microsoft-store.ps1 desktop Closes the Microsoft Store app
56 close-netflix.ps1 desktop Closes the Netflix application gracefully
57 close-onedrive.ps1 desktop Closes Microsoft OneDrive gracefully
58 close-serenade.ps1 desktop Closes the Serenade.ai application gracefully
59 close-snipping-tool.ps1 desktop Closes the Snipping Tool application gracefully
60 close-spotify.ps1 Closes Spotify
61 close-system-settings.ps1 Closes the System Settings gracefully
62 close-thunderbird.ps1 Closes Mozilla Thunderbird gracefully