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