Improve the descriptions

This commit is contained in:
Markus Fleschutz
2021-09-11 10:21:44 +02:00
parent c068f5e7da
commit 638169cd31
19 changed files with 52 additions and 52 deletions

View File

@ -1,23 +1,23 @@
Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (needs admin rights)
add-memo.ps1, adds the given memo text to $HOME/Memos.csv
cd-desktop.ps1, go to the user's desktop folder
cd-docs.ps1, go to the user's documents folder
cd-downloads.ps1, go to the user's downloads folder
cd-dropbox.ps1, go to the user's Dropbox folder
cd-home.ps1, go to the user's home folder
cd-music.ps1, go to the user's music folder
cd-onedrive.ps1, go to the user's OneDrive folder
cd-pics.ps1, go to the user's pictures folder
cd-recycle-bin.ps1, go to the user's recycle bin folder
cd-repos.ps1, go to the user's Git repositories folder
cd-root.ps1, go to the root directory (C: on Windows)
cd-scripts.ps1, go to the PowerShell Scripts folder
cd-up.ps1, go one directory level up
cd-up2.ps1, go two directory levels up
cd-up3.ps1, go three directory levels up
cd-up4.ps1, go four directory levels up
cd-videos.ps1, go to the user's videos folder
cd-desktop.ps1, change the working directory to the user's desktop folder
cd-docs.ps1, change the working directory to the user's documents folder
cd-downloads.ps1, change the working directory to the user's downloads folder
cd-dropbox.ps1, change the working directory to the user's Dropbox folder
cd-home.ps1, change the working directory to the user's home folder
cd-music.ps1, change the working directory to the user's music folder
cd-onedrive.ps1, change the working directory to the user's OneDrive folder
cd-pics.ps1, change the working directory to the user's pictures folder
cd-recycle-bin.ps1, change the working directory to the user's recycle bin folder
cd-repos.ps1, change the working directory to the user's Git repositories folder
cd-root.ps1, change the working directory to the root directory (C: on Windows)
cd-scripts.ps1, change the working directory to the PowerShell Scripts folder
cd-up.ps1, change the working directory to one directory level up
cd-up2.ps1, change the working directory to two directory levels up
cd-up3.ps1, change the working directory to three directory levels up
cd-up4.ps1, change the working directory to four directory levels up
cd-videos.ps1, change 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

1 Script Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (needs admin rights)
3 add-memo.ps1 adds the given memo text to $HOME/Memos.csv
4 cd-desktop.ps1 go to the user's desktop folder change the working directory to the user's desktop folder
5 cd-docs.ps1 go to the user's documents folder change the working directory to the user's documents folder
6 cd-downloads.ps1 go to the user's downloads folder change the working directory to the user's downloads folder
7 cd-dropbox.ps1 go to the user's Dropbox folder change the working directory to the user's Dropbox folder
8 cd-home.ps1 go to the user's home folder change the working directory to the user's home folder
9 cd-music.ps1 go to the user's music folder change the working directory to the user's music folder
10 cd-onedrive.ps1 go to the user's OneDrive folder change the working directory to the user's OneDrive folder
11 cd-pics.ps1 go to the user's pictures folder change the working directory to the user's pictures folder
12 cd-recycle-bin.ps1 go to the user's recycle bin folder change the working directory to the user's recycle bin folder
13 cd-repos.ps1 go to the user's Git repositories folder change the working directory to the user's Git repositories folder
14 cd-root.ps1 go to the root directory (C: on Windows) change the working directory to the root directory (C: on Windows)
15 cd-scripts.ps1 go to the PowerShell Scripts folder change the working directory to the PowerShell Scripts folder
16 cd-up.ps1 go one directory level up change the working directory to one directory level up
17 cd-up2.ps1 go two directory levels up change the working directory to two directory levels up
18 cd-up3.ps1 go three directory levels up change the working directory to three directory levels up
19 cd-up4.ps1 go four directory levels up change the working directory to four directory levels up
20 cd-videos.ps1 go to the user's videos folder change the working directory to the user's videos folder
21 check-cpu-temp.ps1 checks the CPU temperature
22 check-dns-resolution.ps1 checks the DNS resolution with frequently used domain names
23 check-drive-space.ps1 checks a drive for free space left