mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-23 23:29:02 +01:00
Update the manuals
This commit is contained in:
parent
470f587c65
commit
1d459fa00a
@ -1,6 +1,6 @@
|
||||
# PowerShell Script MD5.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script SHA1.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script SHA256.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script add-firewall-rules.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
add-firewall-rules.ps1 [<path-to-executables>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Adds firewall rules for the given executables (needs administrator rights).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script add-memo.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
add-memo.ps1 [<text>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Adds the given memo text to $HOME/Memos.csv.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script alert.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
alert.ps1 [<message>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Handle and escalate the given alert message.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-desktop.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-desktop.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's desktop folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-docs.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-docs.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's documents folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-downloads.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-downloads.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's downloads folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-dropbox.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-dropbox.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's Dropbox folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-home.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-home.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's home folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-music.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-music.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's music folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-onedrive.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-onedrive.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's OneDrive folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-pics.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-pics.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's pictures folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script cd-recycle-bin.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-recycle-bin.ps1
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-repos.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's Git repositories folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-root.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-root.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the root directory (C:\ on Windows).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-scripts.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-scripts.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the PowerShell Scripts folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-up.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-up.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go one directory level up.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-up2.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-up2.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go two directory levels up.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-up3.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-up3.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go three directory levels up.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-up4.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-up4.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go four directory levels up.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cd-videos.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cd-videos.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Go to the user's videos folder.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-cpu-temp.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-cpu-temp.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the CPU temperature.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-dns-resolution.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-dns-resolution.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the DNS resolution with frequently used domain names.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-drive-space.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-drive-space.ps1 [<drive>] [<min-level>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given drive for free space left.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script check-file-system.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-file-system.ps1 [[-Drive] <string>]
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-health.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-health.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the health of the local computer
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-ipv4-address.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-ipv4-address.ps1 [<address>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given IPv4 address for validity.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-ipv6-address.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-ipv6-address.ps1 [<address>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given IPv6 address for validity.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-mac-address.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-mac-address.ps1 [<MAC>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given MAC address for validity (MAC address like 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-ping.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-ping.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the ping latency from the local computer to the internet.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-subnet-mask.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-subnet-mask.ps1 [<address>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given subnet mask for validity.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-swap-space.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-swap-space.ps1 [<min-level>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the free swap space.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-symlinks.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-symlinks.ps1 [<dir-tree>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks every symlink in the given directory tree.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-weather.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-weather.ps1 [<location>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the weather for critical values.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script check-windows-system-files.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-windows-system-files.ps1
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script check-xml-file.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
check-xml-file [<file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Checks the given XML file for validity.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script cherry-picker.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
cherry-picker.ps1 [<commit-id>] [<commit-message>] [<branches>] [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces).
|
||||
NOTE: in case of merge conflicts the script stops immediately!
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script clean-repo.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
clean-repo.ps1 [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Cleans a Git repository from untracked files (including submodules, e.g. for a fresh build).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script clean-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
clean-repos.ps1 [<parent-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Cleans all Git repositories under the current/given directory from untracked files (including submodules).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script clear-recycle-bin.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
clear-recycle-bin.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Removes the content of the recycle bin folder (can not be undo).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script clone-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
clone-repos.ps1 [<parent-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Clones well-known Git repositories under the current/given directory.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-calculator.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-calculator.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the calculator program gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-chrome.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-chrome.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the Web browser Google Chrome gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-cortana.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-cortana.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Cortana gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-edge.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-edge.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the Web browser Microsoft Edge gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-file-explorer.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-file-explorer.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Microsoft File Explorer gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-firefox.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-firefox.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the Firefox Web browser gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-netflix.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-netflix.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the Netflix program gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-onedrive.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-onedrive.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Microsoft OneDrive gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-program.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-program.ps1 [<full-program-name>] [<program-name>] [<program-alias-name>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the processes of the given program gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-system-settings.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-system-settings.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the System Settings gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-thunderbird.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-thunderbird.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the mail client Mozilla Thunderbird gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-vlc.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-vlc.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes the VLC media player gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script close-windows-terminal.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
close-windows-terminal.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Closes Windows Terminal gracefully.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script configure-git.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Sets up the Git user configuration.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script convert-csv2txt.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
convert-csv2txt.ps1 [<csv-file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts a .CSV file into a text file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script convert-mysql2csv.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Convert a MySQL database table to a .CSV file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script convert-ps2bat.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
convert-ps2bat.ps1 [<pattern>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts a PowerShell script to .bat files.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script convert-ps2md.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
convert-ps2md.ps1 [<script>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts the comment-based help of a PowerShell script to Markdown.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script convert-sql2csv.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts a SQL database table to a .CSV file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script convert-txt2wav.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
convert-txt2wav.ps1 [<text>] [<wav-file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Converts text to a .WAV audio file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script copy-photos-sorted.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
copy-photos-sorted.ps1 [<source-dir>] [<target-dir-tree>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Copies all photos in source-dir sorted by year and month into the target-dir-tree.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script create-branch.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
create-branch.ps1 [<new-branch-name>] [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Creates and switches to a new branch in a Git repository.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script create-shortcut.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
create-shortcut.ps1 [<shortcut>] [<target>] [<description>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Creates a new shortcut file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script create-symlink.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script create-tag.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
create-tag.ps1 [<new-tag-name>] [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Creates a new tag in a Git repository.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script decrypt-file.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
decrypt-file.ps1 [<path>] [<password>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Decrypts the given file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script display-time.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
display-time.ps1 [<seconds>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Displays the current time (for 10 seconds by default).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script download-dir.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
download-dir.ps1 [<URL>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Downloads a directory tree from the given URL.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script download-file.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
download-file.ps1 [<URL>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Downloads a file from the given URL.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script edit.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
edit.ps1 <filename>
|
||||
```
|
||||
|
||||
## Description
|
||||
Opens the built-in text editor to edit the given file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script enable-crash-dumps.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
enable-crash-dumps.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Enables the writing of crash dumps.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script enable-god-mode.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
enable-god-mode.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Enables the god mode (adds a new icon to the desktop).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script encrypt-file.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
encrypt-file.ps1 [<path>] [<password>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Encrypts the given file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script enter-chat.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
enter-chat.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Enters a chat using a common network shared file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script fetch-repo.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
fetch-repo.ps1 [<repo-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Fetches updates for a local Git repository (including submodules).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script fetch-repos.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
fetch-repos.ps1 [<parent-dir>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Fetches updates for all Git repositories under the current/given directory (including submodules).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script generate-qrcode.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
generate-qrcode.ps1 [<text>] [<image-size>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Generates a QR code image file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script hibernate.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
hibernate.ps1
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script inspect-exe.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
inspect-exe.ps1 [<path-to-exe-file>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Prints basic information of the given executable file.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script install-github-cli.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
install-github-cli.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs GitHub CLI.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script install-google-chrome.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
install-google-chrome.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs the latest Google Chrome browser.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script install-knot-resolver.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
install-knot-resolver.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs the Knot Resolver (a DNS resolver daemon, needs admin rights).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script install-signal-cli.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
install-signal-cli.ps1 [<version>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script install-ssh-client.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
install-ssh-client.ps1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script install-ssh-server.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
install-ssh-server.ps1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script install-wsl.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
install-wsl.ps1
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script introduce-powershell.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
introduce-powershell.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Introduces PowerShell to new users.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-aliases.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-aliases.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all PowerShell aliases.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-anagrams.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-anagrams.ps1 [<word>] [<columns>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all anagrams of the given word.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script list-automatic-variables.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-automatic-variables.ps1
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-branches.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-branches.ps1 [<repo-dir>] [<pattern>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all branches in the current/given Git repository.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-cheat-sheet.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-cheat-sheet.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists the PowerShell cheat sheet.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-city-weather.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-city-weather.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
List the current weather of cities world-wide (west to east).
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# PowerShell Script list-cli-tools.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-cli-tools.ps1
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-clipboard.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-clipboard.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists the contents of the clipboard.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-cmdlets.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-cmdlets.ps1
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all PowerShell cmdlets.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
@ -1,11 +1,10 @@
|
||||
# PowerShell Script list-commits.ps1
|
||||
|
||||
## Synopsis
|
||||
## Synopsis & Description
|
||||
```powershell
|
||||
list-commits.ps1 [<repo-dir>] [<format>]
|
||||
```
|
||||
|
||||
## Description
|
||||
Lists all commits in the current/given Git repository.
|
||||
|
||||
## Syntax & Parameters
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user