Update the manuals

This commit is contained in:
Markus Fleschutz 2021-08-29 18:21:53 +02:00
parent 0806e6025a
commit 470f587c65
252 changed files with 472 additions and 1228 deletions

View File

@ -5,13 +5,10 @@
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -5,13 +5,10 @@
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -5,13 +5,10 @@
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,13 +8,11 @@ add-firewall-rules.ps1 [<path-to-executables>]
## Description ## Description
Adds firewall rules for the given executables (needs administrator rights). Adds firewall rules for the given executables (needs administrator rights).
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-PathToExecutables <String> -PathToExecutables <String>
@ -26,10 +24,9 @@ Adds firewall rules for the given executables (needs administrator rights).
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ add-memo.ps1 [<text>]
## Description ## Description
Adds the given memo text to $HOME/Memos.csv. Adds the given memo text to $HOME/Memos.csv.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/add-memo.ps1 [[-text] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/add-memo.ps1 [[-text] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-text <String> -text <String>
@ -26,10 +24,9 @@ Adds the given memo text to $HOME/Memos.csv.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ alert.ps1 [<message>]
## Description ## Description
Handle and escalate the given alert message. Handle and escalate the given alert message.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/alert.ps1 [[-Message] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/alert.ps1 [[-Message] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Message <String> -Message <String>
@ -26,10 +24,9 @@ Handle and escalate the given alert message.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-desktop.ps1
## Description ## Description
Go to the user's desktop folder. Go to the user's desktop folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-desktop.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-desktop.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-docs.ps1
## Description ## Description
Go to the user's documents folder. Go to the user's documents folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-downloads.ps1
## Description ## Description
Go to the user's downloads folder. Go to the user's downloads folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-downloads.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-downloads.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-dropbox.ps1
## Description ## Description
Go to the user's Dropbox folder. Go to the user's Dropbox folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-dropbox.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-dropbox.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-home.ps1
## Description ## Description
Go to the user's home folder. Go to the user's home folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-home.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-home.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-music.ps1
## Description ## Description
Go to the user's music folder. Go to the user's music folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-music.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-music.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-onedrive.ps1
## Description ## Description
Go to the user's OneDrive folder. Go to the user's OneDrive folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-onedrive.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-onedrive.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-pics.ps1
## Description ## Description
Go to the user's pictures folder. Go to the user's pictures folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-pics.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-pics.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -6,13 +6,10 @@ cd-recycle-bin.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,18 +8,15 @@ cd-repos.ps1
## Description ## Description
Go to the user's Git repositories folder. Go to the user's Git repositories folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-repos.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-repos.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-root.ps1
## Description ## Description
Go to the root directory (C:\ on Windows). Go to the root directory (C:\ on Windows).
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-root.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-root.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-scripts.ps1
## Description ## Description
Go to the PowerShell Scripts folder. Go to the PowerShell Scripts folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-scripts.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-scripts.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-up.ps1
## Description ## Description
Go one directory level up. Go one directory level up.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-up.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-up.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-up2.ps1
## Description ## Description
Go two directory levels up. Go two directory levels up.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-up2.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-up2.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-up3.ps1
## Description ## Description
Go three directory levels up. Go three directory levels up.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-up3.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-up3.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-up4.ps1
## Description ## Description
Go four directory levels up. Go four directory levels up.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-up4.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-up4.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ cd-videos.ps1
## Description ## Description
Go to the user's videos folder. Go to the user's videos folder.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cd-videos.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/cd-videos.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ check-cpu-temp.ps1
## Description ## Description
Checks the CPU temperature. Checks the CPU temperature.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-cpu-temp.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/check-cpu-temp.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ check-dns-resolution.ps1
## Description ## Description
Checks the DNS resolution with frequently used domain names. Checks the DNS resolution with frequently used domain names.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-dns-resolution.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/check-dns-resolution.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-drive-space.ps1 [<drive>] [<min-level>]
## Description ## Description
Checks the given drive for free space left. Checks the given drive for free space left.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Drive <String> -Drive <String>
@ -36,10 +34,9 @@ Checks the given drive for free space left.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -6,13 +6,10 @@ check-file-system.ps1 [[-Drive] <string>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,18 +8,15 @@ check-health.ps1
## Description ## Description
Checks the health of the local computer Checks the health of the local computer
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-health.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/check-health.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-ipv4-address.ps1 [<address>]
## Description ## Description
Checks the given IPv4 address for validity. Checks the given IPv4 address for validity.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Address <String> -Address <String>
@ -26,10 +24,9 @@ Checks the given IPv4 address for validity.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-ipv6-address.ps1 [<address>]
## Description ## Description
Checks the given IPv6 address for validity. Checks the given IPv6 address for validity.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Address <String> -Address <String>
@ -26,10 +24,9 @@ Checks the given IPv6 address for validity.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-mac-address.ps1 [<MAC>]
## Description ## 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 ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-MAC <String> -MAC <String>
@ -26,10 +24,9 @@ Checks the given MAC address for validity (MAC address like 00:00:00:00:00:00 or
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ check-ping.ps1
## Description ## Description
Checks the ping latency from the local computer to the internet. Checks the ping latency from the local computer to the internet.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-ping.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/check-ping.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-subnet-mask.ps1 [<address>]
## Description ## Description
Checks the given subnet mask for validity. Checks the given subnet mask for validity.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-address <String> -address <String>
@ -26,10 +24,9 @@ Checks the given subnet mask for validity.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-swap-space.ps1 [<min-level>]
## Description ## Description
Checks the free swap space. Checks the free swap space.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-MinLevel <Int32> -MinLevel <Int32>
@ -26,10 +24,9 @@ Checks the free swap space.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-symlinks.ps1 [<dir-tree>]
## Description ## Description
Checks every symlink in the given directory tree. Checks every symlink in the given directory tree.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-symlinks.ps1 [[-DirTree] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-symlinks.ps1 [[-DirTree] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-DirTree <String> -DirTree <String>
@ -26,10 +24,9 @@ Checks every symlink in the given directory tree.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ check-weather.ps1 [<location>]
## Description ## Description
Checks the weather for critical values. Checks the weather for critical values.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-weather.ps1 [[-Location] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-weather.ps1 [[-Location] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Location <String> -Location <String>
@ -26,10 +24,9 @@ Checks the weather for critical values.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -6,13 +6,10 @@ check-windows-system-files.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,13 +8,11 @@ check-xml-file [<file>]
## Description ## Description
Checks the given XML file for validity. Checks the given XML file for validity.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/check-xml-file.ps1 [[-File] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/check-xml-file.ps1 [[-File] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-File <String> -File <String>
@ -26,10 +24,9 @@ Checks the given XML file for validity.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -9,13 +9,11 @@ cherry-picker.ps1 [<commit-id>] [<commit-message>] [<branches>] [<repo-dir>]
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!
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/cherry-picker.ps1 [[-CommitID] <String>] [[-CommitMessage] <String>] [[-Branches] <String>] [[-RepoDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/cherry-picker.ps1 [[-CommitID] <String>] [[-CommitMessage] <String>] [[-Branches] <String>] [[-RepoDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-CommitID <String> -CommitID <String>
@ -57,10 +55,9 @@ NOTE: in case of merge conflicts the script stops immediately!
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ clean-repo.ps1 [<repo-dir>]
## Description ## 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 ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-RepoDir <String> -RepoDir <String>
@ -26,10 +24,9 @@ Cleans a Git repository from untracked files (including submodules, e.g. for a f
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ clean-repos.ps1 [<parent-dir>]
## Description ## 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 ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-ParentDir <String> -ParentDir <String>
@ -26,10 +24,9 @@ Cleans all Git repositories under the current/given directory from untracked fil
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ clear-recycle-bin.ps1
## Description ## 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 ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/clear-recycle-bin.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/clear-recycle-bin.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ clone-repos.ps1 [<parent-dir>]
## Description ## Description
Clones well-known Git repositories under the current/given directory. Clones well-known Git repositories under the current/given directory.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/clone-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/clone-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-ParentDir <String> -ParentDir <String>
@ -26,10 +24,9 @@ Clones well-known Git repositories under the current/given directory.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-calculator.ps1
## Description ## Description
Closes the calculator program gracefully. Closes the calculator program gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-calculator.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-calculator.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-chrome.ps1
## Description ## Description
Closes the Web browser Google Chrome gracefully. Closes the Web browser Google Chrome gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-chrome.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-chrome.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-cortana.ps1
## Description ## Description
Closes Cortana gracefully. Closes Cortana gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-cortana.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-cortana.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-edge.ps1
## Description ## Description
Closes the Web browser Microsoft Edge gracefully. Closes the Web browser Microsoft Edge gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-edge.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-edge.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-file-explorer.ps1
## Description ## Description
Closes Microsoft File Explorer gracefully. Closes Microsoft File Explorer gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-file-explorer.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-file-explorer.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-firefox.ps1
## Description ## Description
Closes the Firefox Web browser gracefully. Closes the Firefox Web browser gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-firefox.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-firefox.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-netflix.ps1
## Description ## Description
Closes the Netflix program gracefully. Closes the Netflix program gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-netflix.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-netflix.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-onedrive.ps1
## Description ## Description
Closes Microsoft OneDrive gracefully. Closes Microsoft OneDrive gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-onedrive.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-onedrive.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ close-program.ps1 [<full-program-name>] [<program-name>] [<program-alias-name>]
## Description ## Description
Closes the processes of the given program gracefully. Closes the processes of the given program gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-FullProgramName <String> -FullProgramName <String>
@ -46,10 +44,9 @@ Closes the processes of the given program gracefully.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-system-settings.ps1
## Description ## Description
Closes the System Settings gracefully. Closes the System Settings gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-system-settings.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-system-settings.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-thunderbird.ps1
## Description ## Description
Closes the mail client Mozilla Thunderbird gracefully. Closes the mail client Mozilla Thunderbird gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-thunderbird.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-thunderbird.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-vlc.ps1
## Description ## Description
Closes the VLC media player gracefully. Closes the VLC media player gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-vlc.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-vlc.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ close-windows-terminal.ps1
## Description ## Description
Closes Windows Terminal gracefully. Closes Windows Terminal gracefully.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/close-windows-terminal.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/close-windows-terminal.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]
## Description ## Description
Sets up the Git user configuration. Sets up the Git user configuration.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-FullName <String> -FullName <String>
@ -46,10 +44,9 @@ Sets up the Git user configuration.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ convert-csv2txt.ps1 [<csv-file>]
## Description ## Description
Converts a .CSV file into a text file. Converts a .CSV file into a text file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/convert-csv2txt.ps1 [[-Path] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Path <String> -Path <String>
@ -26,10 +24,9 @@ Converts a .CSV file into a text file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ convert-mysql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>
## Description ## Description
Convert a MySQL database table to a .CSV file. Convert a MySQL database table to a .CSV file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/convert-mysql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-server <String> -server <String>
@ -66,10 +64,9 @@ Convert a MySQL database table to a .CSV file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ convert-ps2bat.ps1 [<pattern>]
## Description ## Description
Converts a PowerShell script to .bat files. Converts a PowerShell script to .bat files.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/convert-ps2bat.ps1 [[-Pattern] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Pattern <String> -Pattern <String>
@ -26,10 +24,9 @@ Converts a PowerShell script to .bat files.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ convert-ps2md.ps1 [<script>]
## Description ## Description
Converts the comment-based help of a PowerShell script to Markdown. Converts the comment-based help of a PowerShell script to Markdown.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/convert-ps2md.ps1 [[-script] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/convert-ps2md.ps1 [[-script] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-script <String> -script <String>
@ -26,10 +24,9 @@ Converts the comment-based help of a PowerShell script to Markdown.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ convert-sql2csv.ps1 [<server>] [<database>] [<username>] [<password>] [<query>]
## Description ## Description
Converts a SQL database table to a .CSV file. Converts a SQL database table to a .CSV file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/convert-sql2csv.ps1 [[-server] <String>] [[-database] <String>] [[-username] <String>] [[-password] <String>] [[-query] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-server <String> -server <String>
@ -66,10 +64,9 @@ Converts a SQL database table to a .CSV file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ convert-txt2wav.ps1 [<text>] [<wav-file>]
## Description ## Description
Converts text to a .WAV audio file. Converts text to a .WAV audio file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/convert-txt2wav.ps1 [[-Text] <String>] [[-WavFile] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Text <String> -Text <String>
@ -36,10 +34,9 @@ Converts text to a .WAV audio file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ copy-photos-sorted.ps1 [<source-dir>] [<target-dir-tree>]
## Description ## 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 ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDirTree] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/copy-photos-sorted.ps1 [[-SourceDir] <String>] [[-TargetDirTree] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-SourceDir <String> -SourceDir <String>
@ -36,10 +34,9 @@ Copies all photos in source-dir sorted by year and month into the target-dir-tre
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ create-branch.ps1 [<new-branch-name>] [<repo-dir>]
## Description ## Description
Creates and switches to a new branch in a Git repository. Creates and switches to a new branch in a Git repository.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/create-branch.ps1 [[-NewBranchName] <String>] [[-RepoDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/create-branch.ps1 [[-NewBranchName] <String>] [[-RepoDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-NewBranchName <String> -NewBranchName <String>
@ -36,10 +34,9 @@ Creates and switches to a new branch in a Git repository.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ create-shortcut.ps1 [<shortcut>] [<target>] [<description>]
## Description ## Description
Creates a new shortcut file. Creates a new shortcut file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/create-shortcut.ps1 [[-shortcut] <String>] [[-target] <String>] [[-description] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/create-shortcut.ps1 [[-shortcut] <String>] [[-target] <String>] [[-description] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-shortcut <String> -shortcut <String>
@ -46,10 +44,9 @@ Creates a new shortcut file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -5,13 +5,10 @@
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,13 +8,11 @@ create-tag.ps1 [<new-tag-name>] [<repo-dir>]
## Description ## Description
Creates a new tag in a Git repository. Creates a new tag in a Git repository.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/create-tag.ps1 [[-NewTagName] <String>] [[-RepoDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/create-tag.ps1 [[-NewTagName] <String>] [[-RepoDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-NewTagName <String> -NewTagName <String>
@ -36,10 +34,9 @@ Creates a new tag in a Git repository.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ decrypt-file.ps1 [<path>] [<password>]
## Description ## Description
Decrypts the given file. Decrypts the given file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/decrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Path <String> -Path <String>
@ -36,10 +34,9 @@ Decrypts the given file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ display-time.ps1 [<seconds>]
## Description ## Description
Displays the current time (for 10 seconds by default). Displays the current time (for 10 seconds by default).
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>] /home/mf/PowerShell/Scripts/display-time.ps1 [[-Seconds] <Int32>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Seconds <Int32> -Seconds <Int32>
@ -26,10 +24,9 @@ Displays the current time (for 10 seconds by default).
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ download-dir.ps1 [<URL>]
## Description ## Description
Downloads a directory tree from the given URL. Downloads a directory tree from the given URL.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/download-dir.ps1 [[-URL] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/download-dir.ps1 [[-URL] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-URL <String> -URL <String>
@ -26,10 +24,9 @@ Downloads a directory tree from the given URL.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ download-file.ps1 [<URL>]
## Description ## Description
Downloads a file from the given URL. Downloads a file from the given URL.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/download-file.ps1 [[-URL] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/download-file.ps1 [[-URL] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-URL <String> -URL <String>
@ -26,10 +24,9 @@ Downloads a file from the given URL.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ edit.ps1 <filename>
## Description ## Description
Opens the built-in text editor to edit the given file. Opens the built-in text editor to edit the given file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/edit.ps1 [[-Filename] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/edit.ps1 [[-Filename] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Filename <String> -Filename <String>
@ -26,10 +24,9 @@ Opens the built-in text editor to edit the given file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ enable-crash-dumps.ps1
## Description ## Description
Enables the writing of crash dumps. Enables the writing of crash dumps.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/enable-crash-dumps.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/enable-crash-dumps.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ enable-god-mode.ps1
## Description ## Description
Enables the god mode (adds a new icon to the desktop). Enables the god mode (adds a new icon to the desktop).
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/enable-god-mode.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/enable-god-mode.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ encrypt-file.ps1 [<path>] [<password>]
## Description ## Description
Encrypts the given file. Encrypts the given file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Path <String> -Path <String>
@ -36,10 +34,9 @@ Encrypts the given file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ enter-chat.ps1
## Description ## Description
Enters a chat using a common network shared file. Enters a chat using a common network shared file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/enter-chat.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/enter-chat.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ fetch-repo.ps1 [<repo-dir>]
## Description ## Description
Fetches updates for a local Git repository (including submodules). Fetches updates for a local Git repository (including submodules).
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/fetch-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-RepoDir <String> -RepoDir <String>
@ -26,10 +24,9 @@ Fetches updates for a local Git repository (including submodules).
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ fetch-repos.ps1 [<parent-dir>]
## Description ## 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 ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-ParentDir <String> -ParentDir <String>
@ -26,10 +24,9 @@ Fetches updates for all Git repositories under the current/given directory (incl
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ generate-qrcode.ps1 [<text>] [<image-size>]
## Description ## Description
Generates a QR code image file. Generates a QR code image file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/generate-qrcode.ps1 [[-Text] <String>] [[-ImageSize] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/generate-qrcode.ps1 [[-Text] <String>] [[-ImageSize] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Text <String> -Text <String>
@ -36,10 +34,9 @@ Generates a QR code image file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -6,13 +6,10 @@ hibernate.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,13 +8,11 @@ inspect-exe.ps1 [<path-to-exe-file>]
## Description ## Description
Prints basic information of the given executable file. Prints basic information of the given executable file.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/inspect-exe.ps1 [[-PathToExe] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-PathToExe <String> -PathToExe <String>
@ -26,10 +24,9 @@ Prints basic information of the given executable file.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ install-github-cli.ps1
## Description ## Description
Installs GitHub CLI. Installs GitHub CLI.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/install-github-cli.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/install-github-cli.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ install-google-chrome.ps1
## Description ## Description
Installs the latest Google Chrome browser. Installs the latest Google Chrome browser.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/install-google-chrome.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/install-google-chrome.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ install-knot-resolver.ps1
## Description ## Description
Installs the Knot Resolver (a DNS resolver daemon, needs admin rights). Installs the Knot Resolver (a DNS resolver daemon, needs admin rights).
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/install-knot-resolver.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/install-knot-resolver.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ install-signal-cli.ps1 [<version>]
## Description ## 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 ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/install-signal-cli.ps1 [[-Version] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Version <String> -Version <String>
@ -26,10 +24,9 @@ Installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the c
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -6,13 +6,10 @@ install-ssh-client.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -6,13 +6,10 @@ install-ssh-server.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -6,13 +6,10 @@ install-wsl.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,18 +8,15 @@ introduce-powershell.ps1
## Description ## Description
Introduces PowerShell to new users. Introduces PowerShell to new users.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/introduce-powershell.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/introduce-powershell.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ list-aliases.ps1
## Description ## Description
Lists all PowerShell aliases. Lists all PowerShell aliases.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-aliases.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/list-aliases.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ list-anagrams.ps1 [<word>] [<columns>]
## Description ## Description
Lists all anagrams of the given word. Lists all anagrams of the given word.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>] /home/mf/PowerShell/Scripts/list-anagrams.ps1 [[-Word] <String>] [[-Columns] <Int32>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-Word <String> -Word <String>
@ -36,10 +34,9 @@ Lists all anagrams of the given word.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -6,13 +6,10 @@ list-automatic-variables.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,13 +8,11 @@ list-branches.ps1 [<repo-dir>] [<pattern>]
## Description ## Description
Lists all branches in the current/given Git repository. Lists all branches in the current/given Git repository.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-branches.ps1 [[-RepoDir] <String>] [[-Pattern] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/list-branches.ps1 [[-RepoDir] <String>] [[-Pattern] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-RepoDir <String> -RepoDir <String>
@ -36,10 +34,9 @@ Lists all branches in the current/given Git repository.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ list-cheat-sheet.ps1
## Description ## Description
Lists the PowerShell cheat sheet. Lists the PowerShell cheat sheet.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-cheat-sheet.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/list-cheat-sheet.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ list-city-weather.ps1
## Description ## Description
List the current weather of cities world-wide (west to east). List the current weather of cities world-wide (west to east).
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-city-weather.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/list-city-weather.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -6,13 +6,10 @@ list-cli-tools.ps1
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
*Generated by convert-ps2md.ps1* *Generated by convert-ps2md.ps1*

View File

@ -8,18 +8,15 @@ list-clipboard.ps1
## Description ## Description
Lists the contents of the clipboard. Lists the contents of the clipboard.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-clipboard.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/list-clipboard.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,18 +8,15 @@ list-cmdlets.ps1
## Description ## Description
Lists all PowerShell cmdlets. Lists all PowerShell cmdlets.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-cmdlets.ps1 [<CommonParameters>] /home/mf/PowerShell/Scripts/list-cmdlets.ps1 [<CommonParameters>]
``` ```
## Parameters
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

View File

@ -8,13 +8,11 @@ list-commits.ps1 [<repo-dir>] [<format>]
## Description ## Description
Lists all commits in the current/given Git repository. Lists all commits in the current/given Git repository.
## Syntax ## Syntax & Parameters
```powershell ```powershell
/home/mf/PowerShell/Scripts/list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>] /home/mf/PowerShell/Scripts/list-commits.ps1 [[-RepoDir] <String>] [[-Format] <String>] [<CommonParameters>]
``` ```
## Parameters
``` ```
-RepoDir <String> -RepoDir <String>
@ -36,10 +34,9 @@ Lists all commits in the current/given Git repository.
``` ```
``` ```
<CommonParameters> [<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
``` ```
## Example ## Example

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