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