Update manuals

This commit is contained in:
Markus Fleschutz 2021-10-17 11:56:55 +02:00
parent a37194f57c
commit eed0b14b0e
250 changed files with 515 additions and 264 deletions

View File

@ -22,10 +22,11 @@ add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./add-firewall-rules C:\MyApp\bin PS> ./add-firewall-rules C:\MyApp\bin
Adding firewall rule for C:\MyApp\bin\app1.exe Adding firewall rule for C:\MyApp\bin\app1.exe
Adding firewall rule for C:\MyApp\bin\app2.exe Adding firewall rule for C:\MyApp\bin\app2.exe
... ...
``` ```
## Notes ## Notes

View File

@ -22,8 +22,9 @@ add-memo.ps1 [[-text] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./add-memo "Buy apples" PS> ./add-memo "Buy apples"
✔️ added to 📄/home/markus/Memos.csv ✔️ added to 📄/home/markus/Memos.csv
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ alert.ps1 [[-Message] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./alert "Harddisk failure" PS> ./alert "Harddisk failure"
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./build-repo C:\MyRepo PS> ./build-repo C:\MyRepo
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./build-repos C:\MyRepos PS> ./build-repos C:\MyRepos
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-desktop.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-desktop PS> ./cd-desktop
📂/home/markus/Desktop 📂/home/markus/Desktop
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-docs.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-docs PS> ./cd-docs
📂/home/markus/Documents 📂/home/markus/Documents
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-downloads.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-downloads PS> ./cd-downloads
📂/home/markus/Downloads 📂/home/markus/Downloads
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-dropbox.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-dropbox PS> ./cd-dropbox
📂/home/markus/Dropbox 📂/home/markus/Dropbox
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-home.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-home PS> ./cd-home
📂/home/markus 📂/home/markus
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-music.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-music PS> ./cd-music
📂/home/markus/Music 📂/home/markus/Music
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-onedrive.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-onedrive PS> ./cd-onedrive
📂/home/markus/OneDrive 📂/home/markus/OneDrive
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-pics.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-pics PS> ./cd-pics
📂/home/markus/Pictures 📂/home/markus/Pictures
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-repos.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-repos PS> ./cd-repos
📂/home/markus/Repos 📂/home/markus/Repos
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-root.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-root PS> ./cd-root
📂C:\ 📂C:\
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-scripts.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-scripts PS> ./cd-scripts
📂/home/markus/PowerShell/Scripts 📂/home/markus/PowerShell/Scripts
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-ssh.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-ssh PS> ./cd-ssh
📂/home/markus/.ssh 📂/home/markus/.ssh
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-up.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>.\cd-up PS> .\cd-up
(one level up) (one level up)
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-up2.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-up2 PS> ./cd-up2
(two levels up) (two levels up)
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-up3.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-up3 PS> ./cd-up3
(three levels up) (three levels up)
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-up4.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-up4 PS> ./cd-up4
(four levels up) (four levels up)
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ cd-videos.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./cd-videos PS> ./cd-videos
📂/home/markus/Videos 📂/home/markus/Videos
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ check-cpu-temp.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-cpu-temp PS> ./check-cpu-temp
✔️ 30.3 °C CPU temperature - good ✔️ 30.3 °C CPU temperature - good
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ check-dns-resolution.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-dns-resolution PS> ./check-dns-resolution
✔️ 11.8 domains/sec (177 domains resolved in 15 sec) ✔️ 11.8 domains/sec (177 domains resolved in 15 sec)
``` ```
## Notes ## Notes

View File

@ -31,8 +31,9 @@ check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParamete
## Example ## Example
```powershell ```powershell
PS>./check-drive-space C PS> ./check-drive-space C
✔️ 172 GB left on drive C (61 of 233 GB used) ✔️ 172 GB left on drive C (61 of 233 GB used)
``` ```
## Notes ## Notes

View File

@ -22,8 +22,9 @@ check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-file-system C PS> ./check-file-system C
✔️ file system on drive C is clean ✔️ file system on drive C is clean
``` ```
## Notes ## Notes

View File

@ -13,13 +13,14 @@ check-health.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-health PS> ./check-health
✔️ 1213 GB left for swap space (67 of 1280 GB used) ✔️ 1213 GB left for swap space (67 of 1280 GB used)
✔️ 172 GB left on drive C (61 of 233 GB used) ✔️ 172 GB left on drive C (61 of 233 GB used)
✔️ 30.3 °C CPU temperature - good ✔️ 30.3 °C CPU temperature - good
✔️ 19.7 domains/s (177 domains resolved in 9 sec) ✔️ 19.7 domains/s (177 domains resolved in 9 sec)
✔️ 29 ms ping average (13 ms min, 110 ms max, 10 hosts) ✔️ 29 ms ping average (13 ms min, 110 ms max, 10 hosts)
✔️ Windmill is healthy ✔️ Windmill is healthy
``` ```
## Notes ## Notes

View File

@ -22,8 +22,9 @@ check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-ipv4-address 192.168.11.22 PS> ./check-ipv4-address 192.168.11.22
✔️ IPv4 192.168.11.22 is valid ✔️ IPv4 192.168.11.22 is valid
``` ```
## Notes ## Notes

View File

@ -22,8 +22,9 @@ check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-ipv6-address fe80::200:5aee:feaa:20a2 PS> ./check-ipv6-address fe80::200:5aee:feaa:20a2
✔️ IPv6 fe80::200:5aee:feaa:20a2 is valid ✔️ IPv6 fe80::200:5aee:feaa:20a2 is valid
``` ```
## Notes ## Notes

View File

@ -23,8 +23,9 @@ check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-mac-address 11:22:33:44:55:66 PS> ./check-mac-address 11:22:33:44:55:66
✔️ MAC address 11:22:33:44:55:66 is valid ✔️ MAC address 11:22:33:44:55:66 is valid
``` ```
## Notes ## Notes

View File

@ -23,8 +23,9 @@ check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-ping PS> ./check-ping
✔️ 36 ms ping average (13 ms min, 109 ms max, 10 hosts) ✔️ 36 ms ping average (13 ms min, 109 ms max, 10 hosts)
``` ```
## Notes ## Notes

View File

@ -23,8 +23,9 @@ check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-smart-devices PS> ./check-smart-devices
✔️ short selftest started on S.M.A.R.T. device /dev/sda ✔️ short selftest started on S.M.A.R.T. device /dev/sda
``` ```
## Notes ## Notes

View File

@ -22,8 +22,9 @@ check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-subnet-mask 255.255.255.0 PS> ./check-subnet-mask 255.255.255.0
✔️ subnet mask 255.255.255.0 is valid ✔️ subnet mask 255.255.255.0 is valid
``` ```
## Notes ## Notes

View File

@ -22,8 +22,9 @@ check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-swap-space PS> ./check-swap-space
✔️ 1213 GB left for swap space (67 of 1280 GB used) ✔️ 1213 GB left for swap space (67 of 1280 GB used)
``` ```
## Notes ## Notes

View File

@ -23,8 +23,9 @@ check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-symlinks . PS> ./check-symlinks .
✔️ 0 out of 10 symlinks are broken in 📂/home/markus ✔️ 0 out of 10 symlinks are broken in 📂/home/markus
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ check-weather.ps1 [[-location] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-weather PS> ./check-weather
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ check-windows-system-files.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-windows-system-files PS> ./check-windows-system-files
✔️ checked Windows system files ✔️ checked Windows system files
``` ```
## Notes ## Notes

View File

@ -22,8 +22,9 @@ check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./check-xml-file myfile.xml PS> ./check-xml-file myfile.xml
✔️ XML file is valid ✔️ XML file is valid
``` ```
## Notes ## Notes

View File

@ -22,9 +22,10 @@ clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./clean-repo C:\MyRepo PS> ./clean-repo C:\MyRepo
🧹 Cleaning from untracked files... 🧹 Cleaning from untracked files...
✔️ cleaned Git repository 📂C:\MyRepo in 0 sec ✔️ cleaned Git repository 📂C:\MyRepo in 0 sec
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./clean-repos C:\MyRepos PS> ./clean-repos C:\MyRepos
``` ```
## Notes ## Notes

View File

@ -14,8 +14,9 @@ clear-recycle-bin.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./clear-recycle-bin PS> ./clear-recycle-bin
✔️ cleared recycle bin ✔️ cleared recycle bin
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./clone-repos C:\Users\Markus\Repos PS> ./clone-repos C:\Users\Markus\Repos
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-calculator.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-calculator PS> ./close-calculator
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-chrome.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-chrome PS> ./close-chrome
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-cortana.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-cortana PS> ./close-cortana
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-edge.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-edge PS> ./close-edge
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-file-explorer.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-file-explorer PS> ./close-file-explorer
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-firefox.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-firefox PS> ./close-firefox
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-netflix.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-netflix PS> ./close-netflix
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-onedrive.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-onedrive PS> ./close-onedrive
``` ```
## Notes ## Notes

View File

@ -40,7 +40,8 @@ close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-Pro
## Example ## Example
```powershell ```powershell
PS>./close-program "Google Chrome" "chrome.exe" PS> ./close-program "Google Chrome" "chrome.exe"
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-system-settings.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-system-settings PS> ./close-system-settings
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-thunderbird.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-thunderbird PS> ./close-thunderbird
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ close-vlc.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-vlc PS> ./close-vlc
``` ```
## Notes ## Notes

View File

@ -13,8 +13,9 @@ close-windows-terminal.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./close-windows-terminal PS> ./close-windows-terminal
(Windows Terminal is closed) (Windows Terminal is closed)
``` ```
## Notes ## Notes

View File

@ -40,7 +40,8 @@ configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteE
## Example ## Example
```powershell ```powershell
PS>./configure-git PS> ./configure-git
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./convert-csv2txt salaries.csv PS> ./convert-csv2txt salaries.csv
``` ```
## Notes ## Notes

View File

@ -58,7 +58,8 @@ convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <
## Example ## Example
```powershell ```powershell
PS>./convert-mysql2csv PS> ./convert-mysql2csv
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ convert-ps2bat.ps1 [[-Filepattern] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./convert-ps2bat *.ps1 PS> ./convert-ps2bat *.ps1
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ convert-ps2md.ps1 [[-filename] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./convert-ps2md myscript.ps1 PS> ./convert-ps2md myscript.ps1
``` ```
## Notes ## Notes

View File

@ -58,7 +58,8 @@ convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <St
## Example ## Example
```powershell ```powershell
PS>./convert-sql2csv PS> ./convert-sql2csv
``` ```
## Notes ## Notes

View File

@ -31,7 +31,8 @@ convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>
## Example ## Example
```powershell ```powershell
PS>./convert-txt2wav "Hello World" spoken.wav PS> ./convert-txt2wav "Hello World" spoken.wav
``` ```
## Notes ## Notes

View File

@ -31,7 +31,8 @@ decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./decrypt-file-rules C:\MyFile.txt "123" PS> ./decrypt-file-rules C:\MyFile.txt "123"
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./display-time PS> ./display-time
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./download-dir https://www.cnn.com PS> ./download-dir https://www.cnn.com
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ download-file.ps1 [[-URL] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./download-file https://www.cnn.com/index.html PS> ./download-file https://www.cnn.com/index.html
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ edit.ps1 [[-Filename] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./edit C:\MyFile.txt PS> ./edit C:\MyFile.txt
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ enable-crash-dumps.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./enable-crash-dumps PS> ./enable-crash-dumps
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ enable-god-mode.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./enable-god-mode PS> ./enable-god-mode
``` ```
## Notes ## Notes

View File

@ -31,7 +31,8 @@ encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./encrypt-file C:\MyFile.txt "123" PS> ./encrypt-file C:\MyFile.txt "123"
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ enter-chat.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./enter-chat PS> ./enter-chat
``` ```
## Notes ## Notes

View File

@ -29,9 +29,10 @@ export-to-manuals.ps1 [[-FilePattern] <String>] [[-TargetDir] <String>] [<Common
## Example ## Example
```powershell ```powershell
PS>./export-to-manuals.ps1 PS> ./export-to-manuals.ps1
Found 264 scripts, exporting to /home/markus/PowerShell/Docs... Exporting 264 PowerShell scripts to /home/markus/PowerShell/Docs...
✔️ exported 264 scripts as manuals in 28 sec ✔️ exported 264 PowerShell scripts in 28 sec
``` ```
## Notes ## Notes

View File

@ -40,9 +40,10 @@ export-to-serenade.ps1 [[-WakeWord] <String>] [[-FilePattern] <String>] [[-Targe
## Example ## Example
```powershell ```powershell
PS>./export-to-serenade.ps1 Computer PS> ./export-to-serenade.ps1 Computer
Exporting 264 scripts to C:\Users\Markus/.serenade/scripts/PowerShell.js... Exporting 264 scripts to C:\Users\Markus/.serenade/scripts/PowerShell.js...
✔️ exported 264 PowerShell scripts to Serenade in 22 sec ✔️ exported 264 PowerShell scripts to Serenade in 22 sec
``` ```
## Notes ## Notes

View File

@ -22,9 +22,10 @@ fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./fetch-repo PS> ./fetch-repo
🢃 Fetching updates... 🢃 Fetching updates...
✔️ fetched updates for Git repository 📂PowerShell in 14 sec ✔️ fetched updates for Git repository 📂PowerShell in 14 sec
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./fetch-repos C:\MyRepos PS> ./fetch-repos C:\MyRepos
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ hibernate.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./hibernate PS> ./hibernate
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./inspect-exe C:\MyApp.exe PS> ./inspect-exe C:\MyApp.exe
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ install-github-cli.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-github-cli PS> ./install-github-cli
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ install-google-chrome.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-google-chrome PS> ./install-google-chrome
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ install-knot-resolver.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-knot-resolver PS> ./install-knot-resolver
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-signal-cli 0.11.12 PS> ./install-signal-cli 0.11.12
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ install-ssh-client.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-ssh-client PS> ./install-ssh-client
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ install-ssh-server.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-ssh-server PS> ./install-ssh-server
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ install-updates.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-updates PS> ./install-updates
``` ```
## Notes ## Notes

View File

@ -97,6 +97,7 @@ PS > Install-VSCode.ps1 -Architecture 32-bit
Installs Visual Studio Code (32-bit) and the powershell extension. Installs Visual Studio Code (32-bit) and the powershell extension.
``` ```
## Example ## Example
@ -107,6 +108,7 @@ PS > Install-VSCode.ps1 -LaunchWhenDone
Installs Visual Studio Code (64-bit) and the PowerShell extension and then launches Installs Visual Studio Code (64-bit) and the PowerShell extension and then launches
the editor after installation completes. the editor after installation completes.
``` ```
## Example ## Example
@ -117,6 +119,7 @@ PS > Install-VSCode.ps1 -AdditionalExtensions 'eamodio.gitlens', 'vscodevim.vim'
Installs Visual Studio Code (64-bit), the PowerShell extension, and additional Installs Visual Studio Code (64-bit), the PowerShell extension, and additional
extensions. extensions.
``` ```
## Example ## Example
@ -127,6 +130,7 @@ PS > Install-VSCode.ps1 -BuildEdition Insider-User -LaunchWhenDone
Installs Visual Studio Code Insiders Edition (64-bit) to the user profile and then launches the editor Installs Visual Studio Code Insiders Edition (64-bit) to the user profile and then launches the editor
after installation completes. after installation completes.
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ install-wsl.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./install-wsl PS> ./install-wsl
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ introduce-powershell.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./introduce-powershell PS> ./introduce-powershell
``` ```
## Notes ## Notes

View File

@ -13,7 +13,7 @@ list-aliases.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-aliases PS> ./list-aliases
@ -22,6 +22,7 @@ CommandType Name Version So
Alias CFS -> ConvertFrom-String 3.1.0.0 Microsoft.PowerShell.Utility Alias CFS -> ConvertFrom-String 3.1.0.0 Microsoft.PowerShell.Utility
Alias fhx -> Format-Hex 3.1.0.0 Microsoft.PowerShell.Utility Alias fhx -> Format-Hex 3.1.0.0 Microsoft.PowerShell.Utility
... ...
``` ```
## Notes ## Notes

View File

@ -31,7 +31,8 @@ list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-anagrams Baby PS> ./list-anagrams Baby
``` ```
## Notes ## Notes

View File

@ -31,7 +31,8 @@ list-branches.ps1 [[-RepoDir] <String>] [[-SearchPattern] <String>] [<CommonPara
## Example ## Example
```powershell ```powershell
PS>./list-branches PS> ./list-branches
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ list-cheat-sheet.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-cheat-sheet PS> ./list-cheat-sheet
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ list-city-weather.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-city-weather PS> ./list-city-weather
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ list-clipboard.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-clipboard PS> ./list-clipboard
``` ```
## Notes ## Notes

View File

@ -13,7 +13,7 @@ list-cmdlets.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-cmdlets PS> ./list-cmdlets
@ -22,6 +22,7 @@ CommandType Name Version Source
Function Add-BCDataCacheExtension 1.0.0.0 BranchCache Function Add-BCDataCacheExtension 1.0.0.0 BranchCache
Function Add-BitLockerKeyProtector 1.0.0.0 BitLocker Function Add-BitLockerKeyProtector 1.0.0.0 BitLocker
... ...
``` ```
## Notes ## Notes

View File

@ -31,7 +31,7 @@ list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-commits PS> ./list-commits
@ -40,6 +40,7 @@ ID Date Committer Description
ccd0d3e Wed Sep 29 08:28:20 2021 +0200 Markus Fleschutz Fix typo ccd0d3e Wed Sep 29 08:28:20 2021 +0200 Markus Fleschutz Fix typo
291d785 Wed Sep 29 08:18:28 2021 +0200 Markus Fleschutz Update README.md 291d785 Wed Sep 29 08:18:28 2021 +0200 Markus Fleschutz Update README.md
... ...
``` ```
## Notes ## Notes

View File

@ -13,13 +13,14 @@ list-console-colors.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-console-colors PS> ./list-console-colors
Name Foreground Background Name Foreground Background
---- ---------- ---------- ---- ---------- ----------
... ...
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ list-credits.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-credits PS> ./list-credits
``` ```
## Notes ## Notes

View File

@ -22,7 +22,8 @@ list-dir-tree.ps1 [[-DirTree] <String>] [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-dir-tree C:\ PS> ./list-dir-tree C:\
``` ```
## Notes ## Notes

View File

@ -13,7 +13,7 @@ list-drives.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-drives PS> ./list-drives
@ -21,6 +21,7 @@ Name Root Used (GB) Free (GB)
---- ---- --------- --------- ---- ---- --------- ---------
C C:\ 76,1 35,0 C C:\ 76,1 35,0
D D:\ 6648,1 744,2 D D:\ 6648,1 744,2
``` ```
## Notes ## Notes

View File

@ -13,7 +13,8 @@ list-earthquakes.ps1 [<CommonParameters>]
## Example ## Example
```powershell ```powershell
PS>./list-earthquakes PS> ./list-earthquakes
``` ```
## Notes ## Notes

Some files were not shown because too many files have changed in this diff Show More