Update the manuals

This commit is contained in:
Markus Fleschutz 2021-10-06 13:00:03 +02:00
parent 38aeb4c3c7
commit 8364a7e905
263 changed files with 263 additions and 263 deletions

View File

@ -1,4 +1,4 @@
# add-firewall-rules.ps1 - Adds firewall rules for the given executables (needs admin rights)
## add-firewall-rules.ps1 - Adds firewall rules for the given executables (needs admin rights)
add-firewall-rules.ps1 [<PathToExecutables>]

View File

@ -1,4 +1,4 @@
# add-memo.ps1 - Adds a memo to Memos.csv in the home folder
## add-memo.ps1 - Adds a memo to Memos.csv in the home folder
add-memo.ps1 [<text>]

View File

@ -1,4 +1,4 @@
# alert.ps1 - Handle and escalate the given alert message
## alert.ps1 - Handle and escalate the given alert message
alert.ps1 [<message>]

View File

@ -1,4 +1,4 @@
# build-repo.ps1 - Builds a Git repository
## build-repo.ps1 - Builds a Git repository
Supports building with cmake, configure, autogen, Imakefile and Makefile.

View File

@ -1,4 +1,4 @@
# build-repos.ps1 - Builds all Git repositories in a folder
## build-repos.ps1 - Builds all Git repositories in a folder
build-repos.ps1 [<ParentDir>]

View File

@ -1,4 +1,4 @@
# cd-desktop.ps1 - Change the working directory to the user's desktop folder
## cd-desktop.ps1 - Change the working directory to the user's desktop folder
cd-desktop.ps1

View File

@ -1,4 +1,4 @@
# cd-docs.ps1 - Change the working directory to the user's documents folder
## cd-docs.ps1 - Change the working directory to the user's documents folder
cd-docs.ps1

View File

@ -1,4 +1,4 @@
# cd-downloads.ps1 - Change the working directory to the user's downloads folder
## cd-downloads.ps1 - Change the working directory to the user's downloads folder
cd-downloads.ps1

View File

@ -1,4 +1,4 @@
# cd-dropbox.ps1 - Change the working directory to the user's Dropbox folder
## cd-dropbox.ps1 - Change the working directory to the user's Dropbox folder
cd-dropbox.ps1

View File

@ -1,4 +1,4 @@
# cd-home.ps1 - Change the working directory to the user's home directory
## cd-home.ps1 - Change the working directory to the user's home directory
cd-home.ps1

View File

@ -1,4 +1,4 @@
# cd-music.ps1 - Change the working directory to the user's music folder
## cd-music.ps1 - Change the working directory to the user's music folder
cd-music.ps1

View File

@ -1,4 +1,4 @@
# cd-onedrive.ps1 - Change the working directory to the user's OneDrive folder
## cd-onedrive.ps1 - Change the working directory to the user's OneDrive folder
cd-onedrive.ps1

View File

@ -1,4 +1,4 @@
# cd-pics.ps1 - Change the working directory to the user's pictures folder
## cd-pics.ps1 - Change the working directory to the user's pictures folder
cd-pics.ps1

View File

@ -1,4 +1,4 @@
# cd-recycle-bin.ps1 - cd-recycle-bin.ps1
## cd-recycle-bin.ps1 - cd-recycle-bin.ps1
## Parameters

View File

@ -1,4 +1,4 @@
# cd-repos.ps1 - Change the working directory to the user's Git repositories folder
## cd-repos.ps1 - Change the working directory to the user's Git repositories folder
cd-repos.ps1

View File

@ -1,4 +1,4 @@
# cd-root.ps1 - Change the working directory to the root directory (C:\ on Windows)
## cd-root.ps1 - Change the working directory to the root directory (C:\ on Windows)
cd-root.ps1

View File

@ -1,4 +1,4 @@
# cd-scripts.ps1 - Change the working directory to the PowerShell scripts folder
## cd-scripts.ps1 - Change the working directory to the PowerShell scripts folder
cd-scripts.ps1

View File

@ -1,4 +1,4 @@
# cd-ssh.ps1 - Change the working directory to the user's SSH folder
## cd-ssh.ps1 - Change the working directory to the user's SSH folder
cd-ssh.ps1

View File

@ -1,4 +1,4 @@
# cd-up.ps1 - Change the working directory to one level up
## cd-up.ps1 - Change the working directory to one level up
cd-up.ps1

View File

@ -1,4 +1,4 @@
# cd-up2.ps1 - Change the working directory to two directory levels up
## cd-up2.ps1 - Change the working directory to two directory levels up
cd-up2.ps1

View File

@ -1,4 +1,4 @@
# cd-up3.ps1 - Change the working directory to three directory levels up
## cd-up3.ps1 - Change the working directory to three directory levels up
cd-up3.ps1

View File

@ -1,4 +1,4 @@
# cd-up4.ps1 - Change the working directory to four directory levels up
## cd-up4.ps1 - Change the working directory to four directory levels up
cd-up4.ps1

View File

@ -1,4 +1,4 @@
# cd-videos.ps1 - Change the working directory to the user's videos folder
## cd-videos.ps1 - Change the working directory to the user's videos folder
cd-videos.ps1

View File

@ -1,4 +1,4 @@
# check-cpu-temp.ps1 - Checks the CPU temperature
## check-cpu-temp.ps1 - Checks the CPU temperature
check-cpu-temp.ps1

View File

@ -1,4 +1,4 @@
# 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-dns-resolution.ps1

View File

@ -1,4 +1,4 @@
# check-drive-space.ps1 - Checks a drive for free space left (20 GB by default)
## check-drive-space.ps1 - Checks a drive for free space left (20 GB by default)
check-drive-space.ps1 [<drive>] [<min-level>]

View File

@ -1,4 +1,4 @@
# check-file-system.ps1 - Checks the file system of a drive (needs admin rights)
## check-file-system.ps1 - Checks the file system of a drive (needs admin rights)
check-file-system.ps1 [<drive>]

View File

@ -1,4 +1,4 @@
# check-health.ps1 - Checks the health of the local computer
## check-health.ps1 - Checks the health of the local computer
check-health.ps1

View File

@ -1,4 +1,4 @@
# check-ipv4-address.ps1 - Checks the given IPv4 address for validity
## check-ipv4-address.ps1 - Checks the given IPv4 address for validity
check-ipv4-address.ps1 [<Address>]

View File

@ -1,4 +1,4 @@
# check-ipv6-address.ps1 - Checks the given IPv6 address for validity
## check-ipv6-address.ps1 - Checks the given IPv6 address for validity
check-ipv6-address.ps1 [<Address>]

View File

@ -1,4 +1,4 @@
# check-mac-address.ps1 - Checks the given MAC address for validity
## check-mac-address.ps1 - Checks the given MAC address for validity
Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000.
check-mac-address.ps1 [<MAC>]

View File

@ -1,4 +1,4 @@
# check-ping.ps1 - Checks the ping latency from the local computer to selected Internet hosts
## check-ping.ps1 - Checks the ping latency from the local computer to selected Internet hosts
Hosts by default are: amazon.com,apple.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com
check-ping.ps1 [<hosts>]

View File

@ -1,4 +1,4 @@
# check-smart-devices.ps1 - Performs a selftest on your S.M.A.R.T. HDD/SSD devices.
## check-smart-devices.ps1 - Performs a selftest on your S.M.A.R.T. HDD/SSD devices.
check-smart-devices.ps1 [<type>]
Type is either short(default) or long.

View File

@ -1,4 +1,4 @@
# check-subnet-mask.ps1 - Checks the given subnet mask for validity
## check-subnet-mask.ps1 - Checks the given subnet mask for validity
check-subnet-mask.ps1 [<address>]

View File

@ -1,4 +1,4 @@
# check-swap-space.ps1 - Checks the free swap space
## check-swap-space.ps1 - Checks the free swap space
check-swap-space.ps1 [<min-level>]

View File

@ -1,4 +1,4 @@
# check-symlinks.ps1 - Checks every symlink in a folder (including subfolders)
## check-symlinks.ps1 - Checks every symlink in a folder (including subfolders)
check-symlinks.ps1 [<folder>]
Returns the number of broken symlinks as exit value.

View File

@ -1,4 +1,4 @@
# check-weather.ps1 - Checks the weather for critical values
## check-weather.ps1 - Checks the weather for critical values
check-weather.ps1 [<location>]

View File

@ -1,4 +1,4 @@
# check-windows-system-files.ps1 - Checks the validity of the Windows system files (requires admin rights)
## check-windows-system-files.ps1 - Checks the validity of the Windows system files (requires admin rights)
check-windows-system-files.ps1

View File

@ -1,4 +1,4 @@
# check-xml-file.ps1 - Checks the given XML file for validity
## check-xml-file.ps1 - Checks the given XML file for validity
check-xml-file [<file>]

View File

@ -1,4 +1,4 @@
# clean-repo.ps1 - Cleans a Git repository from untracked files (including submodules)
## clean-repo.ps1 - Cleans a Git repository from untracked files (including submodules)
clean-repo.ps1 [<RepoDir>]

View File

@ -1,4 +1,4 @@
# clean-repos.ps1 - Cleans all Git repositories in a folder from untracked files (including submodules)
## clean-repos.ps1 - Cleans all Git repositories in a folder from untracked files (including submodules)
clean-repos.ps1 [<ParentDir>]

View File

@ -1,4 +1,4 @@
# clear-recycle-bin.ps1 - Removes the content of the recycle bin folder permanently
## clear-recycle-bin.ps1 - Removes the content of the recycle bin folder permanently
clear-recycle-bin.ps1
NOTE: can not be undo!

View File

@ -1,4 +1,4 @@
# clone-repos.ps1 - Clones well-known Git repositories into a folder
## clone-repos.ps1 - Clones well-known Git repositories into a folder
clone-repos.ps1 [<folder>]

View File

@ -1,4 +1,4 @@
# close-calculator.ps1 - Closes the calculator program gracefully
## close-calculator.ps1 - Closes the calculator program gracefully
close-calculator.ps1

View File

@ -1,4 +1,4 @@
# close-chrome.ps1 - Closes the Google Chrome Web browser
## close-chrome.ps1 - Closes the Google Chrome Web browser
close-chrome.ps1

View File

@ -1,4 +1,4 @@
# close-cortana.ps1 - Closes Microsoft's Cortana application
## close-cortana.ps1 - Closes Microsoft's Cortana application
close-cortana.ps1

View File

@ -1,4 +1,4 @@
# close-edge.ps1 - Closes Microsoft's Edge Web browser
## close-edge.ps1 - Closes Microsoft's Edge Web browser
close-edge.ps1

View File

@ -1,4 +1,4 @@
# close-file-explorer.ps1 - Closes Microsoft's File Explorer
## close-file-explorer.ps1 - Closes Microsoft's File Explorer
close-file-explorer.ps1

View File

@ -1,4 +1,4 @@
# close-firefox.ps1 - Closes Mozilla's Firefox Web browser
## close-firefox.ps1 - Closes Mozilla's Firefox Web browser
close-firefox.ps1

View File

@ -1,4 +1,4 @@
# close-netflix.ps1 - Closes the Netflix application
## close-netflix.ps1 - Closes the Netflix application
close-netflix.ps1

View File

@ -1,4 +1,4 @@
# close-onedrive.ps1 - Closes Microsoft's OneDrive folder
## close-onedrive.ps1 - Closes Microsoft's OneDrive folder
close-onedrive.ps1

View File

@ -1,4 +1,4 @@
# close-program.ps1 - Closes the processes of the given program gracefully
## close-program.ps1 - Closes the processes of the given program gracefully
close-program.ps1 [<FullProgramName>] [<ProgramName>] [<ProgramAliasName>]

View File

@ -1,4 +1,4 @@
# close-system-settings.ps1 - Closes the System Settings window
## close-system-settings.ps1 - Closes the System Settings window
close-system-settings.ps1

View File

@ -1,4 +1,4 @@
# close-thunderbird.ps1 - Closes Mozilla's Thunderbird email client
## close-thunderbird.ps1 - Closes Mozilla's Thunderbird email client
close-thunderbird.ps1

View File

@ -1,4 +1,4 @@
# close-vlc.ps1 - Closes the VLC media player application
## close-vlc.ps1 - Closes the VLC media player application
close-vlc.ps1

View File

@ -1,4 +1,4 @@
# close-windows-terminal.ps1 - Closes the Windows Terminal application
## close-windows-terminal.ps1 - Closes the Windows Terminal application
close-windows-terminal.ps1

View File

@ -1,4 +1,4 @@
# configure-git.ps1 - Configures the user settings for Git
## configure-git.ps1 - Configures the user settings for Git
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]

View File

@ -1,4 +1,4 @@
# convert-csv2txt.ps1 - Converts a .CSV file into a text file
## convert-csv2txt.ps1 - Converts a .CSV file into a text file
convert-csv2txt.ps1 [<csv-file>]

View File

@ -1,4 +1,4 @@
# convert-mysql2csv.ps1 - Convert a MySQL database table to a .CSV file
## convert-mysql2csv.ps1 - Convert a MySQL database table to a .CSV file
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]

View File

@ -1,4 +1,4 @@
# convert-ps2bat.ps1 - Converts a PowerShell script to .bat files
## convert-ps2bat.ps1 - Converts a PowerShell script to .bat files
convert-ps2bat.ps1 [<pattern>]

View File

@ -1,4 +1,4 @@
# convert-ps2md.ps1 - Converts the comment-based help of a PowerShell script to Markdown
## convert-ps2md.ps1 - Converts the comment-based help of a PowerShell script to Markdown
convert-ps2md.ps1 [<filename>]

View File

@ -1,4 +1,4 @@
# convert-sql2csv.ps1 - Converts a SQL database table to a .CSV file
## convert-sql2csv.ps1 - Converts a SQL database table to a .CSV file
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]

View File

@ -1,4 +1,4 @@
# convert-txt2wav.ps1 - Converts text to a .WAV audio file
## convert-txt2wav.ps1 - Converts text to a .WAV audio file
convert-txt2wav.ps1 [<text>] [<wav-file>]

View File

@ -1,4 +1,4 @@
# copy-photos-sorted.ps1 - Copy image files sorted by year and month
## copy-photos-sorted.ps1 - Copy image files sorted by year and month
Copy image files from SourceDir to TargetDir sorted by year and month
copy-photos-sorted.ps1 [<SourceDir>] [<TargetDir>]

View File

@ -1,4 +1,4 @@
# decrypt-file.ps1 - Decrypts the given file
## decrypt-file.ps1 - Decrypts the given file
decrypt-file.ps1 [<path>] [<password>]

View File

@ -1,4 +1,4 @@
# display-time.ps1 - Displays the current time
## display-time.ps1 - Displays the current time
Displays the current time (for 10 seconds by default)
display-time.ps1 [<seconds>]

View File

@ -1,4 +1,4 @@
# download-dir.ps1 - Downloads a folder (including subfolders) from the given URL
## download-dir.ps1 - Downloads a folder (including subfolders) from the given URL
download-dir.ps1 [<URL>]

View File

@ -1,4 +1,4 @@
# download-file.ps1 - Downloads a file from the given URL
## download-file.ps1 - Downloads a file from the given URL
download-file.ps1 [<URL>]

View File

@ -1,4 +1,4 @@
# edit.ps1 - Opens the built-in text editor to edit the given file
## edit.ps1 - Opens the built-in text editor to edit the given file
edit.ps1 <filename>

View File

@ -1,4 +1,4 @@
# enable-crash-dumps.ps1 - Enables the writing of crash dumps
## enable-crash-dumps.ps1 - Enables the writing of crash dumps
enable-crash-dumps.ps1

View File

@ -1,4 +1,4 @@
# enable-god-mode.ps1 - Enables the god mode
## enable-god-mode.ps1 - Enables the god mode
Enables the god mode (adds a new icon to the desktop)
enable-god-mode.ps1

View File

@ -1,4 +1,4 @@
# encrypt-file.ps1 - Encrypts a file
## encrypt-file.ps1 - Encrypts a file
encrypt-file.ps1 [<Path>] [<Password>]

View File

@ -1,4 +1,4 @@
# enter-chat.ps1 - Enters a chat using a common network shared file
## enter-chat.ps1 - Enters a chat using a common network shared file
enter-chat.ps1

View File

@ -1,4 +1,4 @@
# fetch-repo.ps1 - Fetches updates for a local Git repository (including submodules)
## fetch-repo.ps1 - Fetches updates for a local Git repository (including submodules)
fetch-repo.ps1 [<RepoDir>]

View File

@ -1,4 +1,4 @@
# fetch-repos.ps1 - Fetches updates for all Git repositories in a folder (including submodules)
## fetch-repos.ps1 - Fetches updates for all Git repositories in a folder (including submodules)
fetch-repos.ps1 [<ParentDir>]

View File

@ -1,4 +1,4 @@
# get-md5.ps1 -
## get-md5.ps1 -
## Parameters
```powershell

View File

@ -1,4 +1,4 @@
# get-sha1.ps1 -
## get-sha1.ps1 -
## Parameters
```powershell

View File

@ -1,4 +1,4 @@
# get-sha256.ps1 -
## get-sha256.ps1 -
## Parameters
```powershell

View File

@ -1,4 +1,4 @@
# hibernate.ps1 - Enables hibernate mode for the local computer (needs admin rights)
## hibernate.ps1 - Enables hibernate mode for the local computer (needs admin rights)
hibernate.ps1

View File

@ -1,4 +1,4 @@
# inspect-exe.ps1 - Prints basic information of an executable file
## inspect-exe.ps1 - Prints basic information of an executable file
inspect-exe.ps1 [<path-to-exe-file>]

View File

@ -1,4 +1,4 @@
# install-github-cli.ps1 - Installs GitHub CLI
## install-github-cli.ps1 - Installs GitHub CLI
install-github-cli.ps1

View File

@ -1,4 +1,4 @@
# install-google-chrome.ps1 - Installs the latest Google Chrome browser
## install-google-chrome.ps1 - Installs the latest Google Chrome browser
install-google-chrome.ps1

View File

@ -1,4 +1,4 @@
# install-knot-resolver.ps1 - Installs Knot Resolver (needs admin rights)
## install-knot-resolver.ps1 - Installs Knot Resolver (needs admin rights)
Knot Resolver is a DNS resolver daemon.
install-knot-resolver.ps1

View File

@ -1,4 +1,4 @@
# install-signal-cli.ps1 - Installs signal-cli
## install-signal-cli.ps1 - Installs signal-cli
Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number
install-signal-cli.ps1 [<version>]

View File

@ -1,4 +1,4 @@
# install-ssh-client.ps1 - Installs the SSH client (needs admin rights)
## install-ssh-client.ps1 - Installs the SSH client (needs admin rights)
install-ssh-client.ps1

View File

@ -1,4 +1,4 @@
# install-ssh-server.ps1 - Installs the SSH server (needs admin rights)
## install-ssh-server.ps1 - Installs the SSH server (needs admin rights)
install-ssh-server.ps1

View File

@ -1,4 +1,4 @@
# install-updates.ps1 - Installs updates for the local machine (needs admin rights)
## install-updates.ps1 - Installs updates for the local machine (needs admin rights)
install-updates.ps1

View File

@ -1,4 +1,4 @@
# install-vscode.ps1 - Installs Visual Studio Code, the PowerShell extension, and optionally
## install-vscode.ps1 - Installs Visual Studio Code, the PowerShell extension, and optionally
a list of additional extensions.
This script can be used to easily install Visual Studio Code and the

View File

@ -1,4 +1,4 @@
# install-wsl.ps1 - Installs Windows Subsystem for Linux (needs admin rights)
## install-wsl.ps1 - Installs Windows Subsystem for Linux (needs admin rights)
install-wsl.ps1

View File

@ -1,4 +1,4 @@
# introduce-powershell.ps1 - Introduces PowerShell to new users
## introduce-powershell.ps1 - Introduces PowerShell to new users
introduce-powershell.ps1

View File

@ -1,4 +1,4 @@
# list-aliases.ps1 - Lists all PowerShell aliases
## list-aliases.ps1 - Lists all PowerShell aliases
list-aliases.ps1

View File

@ -1,4 +1,4 @@
# list-anagrams.ps1 - Lists all anagrams of the given word
## list-anagrams.ps1 - Lists all anagrams of the given word
list-anagrams.ps1 [<word>] [<columns>]

View File

@ -1,4 +1,4 @@
# list-automatic-variables.ps1 - list-automatic-variables.ps1
## list-automatic-variables.ps1 - list-automatic-variables.ps1
## Parameters

View File

@ -1,4 +1,4 @@
# list-branches.ps1 - Lists all branches in a Git repository
## list-branches.ps1 - Lists all branches in a Git repository
list-branches.ps1 [<RepoDir>] [<SearchPattern>]
<RepoDir> is the current working directory by default

View File

@ -1,4 +1,4 @@
# list-cheat-sheet.ps1 - Lists the PowerShell cheat sheet
## list-cheat-sheet.ps1 - Lists the PowerShell cheat sheet
list-cheat-sheet.ps1

View File

@ -1,4 +1,4 @@
# list-city-weather.ps1 - List the current weather of cities world-wide
## list-city-weather.ps1 - List the current weather of cities world-wide
List the current weather of cities world-wide (west to east)
list-city-weather.ps1

View File

@ -1,4 +1,4 @@
# list-cli-tools.ps1 - list-cli-tools.ps1
## list-cli-tools.ps1 - list-cli-tools.ps1
## Parameters

View File

@ -1,4 +1,4 @@
# list-clipboard.ps1 - Lists the contents of the clipboard
## list-clipboard.ps1 - Lists the contents of the clipboard
list-clipboard.ps1

View File

@ -1,4 +1,4 @@
# list-cmdlets.ps1 - Lists all PowerShell cmdlets
## list-cmdlets.ps1 - Lists all PowerShell cmdlets
list-cmdlets.ps1

View File

@ -1,4 +1,4 @@
# list-commits.ps1 - Lists all commits in a Git repository
## list-commits.ps1 - Lists all commits in a Git repository
list-commits.ps1 [<RepoDir>] [<Format>]

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