mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 00:54:04 +01:00
Update the manuals
This commit is contained in:
parent
5fb1f52ace
commit
8df9703a01
@ -4,7 +4,7 @@ This script adds firewall rules for the given executable. Administrator rights a
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
|
||||
add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
|
||||
|
||||
-PathToExecutables <String>
|
||||
Specifies the path to the executables
|
||||
|
@ -4,7 +4,7 @@ This script adds the given memo text to $HOME/Memos.csv.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/add-memo.ps1 [[-text] <String>] [<CommonParameters>]
|
||||
add-memo.ps1 [[-text] <String>] [<CommonParameters>]
|
||||
|
||||
-text <String>
|
||||
Specifies the text to memorize
|
||||
|
@ -4,7 +4,7 @@ This script handles and escalates the given alert message.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/alert.ps1 [[-Message] <String>] [<CommonParameters>]
|
||||
alert.ps1 [[-Message] <String>] [<CommonParameters>]
|
||||
|
||||
-Message <String>
|
||||
Specifies the alert message
|
||||
|
@ -4,7 +4,7 @@ This scripts supports building with cmake, configure, autogen, Imakefile and Mak
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
|
||||
-RepoDir <String>
|
||||
Specifies the path to the Git repository
|
||||
|
@ -4,7 +4,7 @@ This script builds all Git repositories in a given folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
|
||||
-ParentDir <String>
|
||||
Specifies the path to the folder containing the Git repositories
|
||||
|
26
Docs/bye-bye.md
Normal file
26
Docs/bye-bye.md
Normal file
@ -0,0 +1,26 @@
|
||||
## bye-bye.ps1 - Replies to 'bye bye'
|
||||
|
||||
This script says a reply to 'bye bye' by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
bye-bye.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./bye-bye
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of bye-bye.ps1*
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's autostart folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-autostart.ps1 [<CommonParameters>]
|
||||
cd-autostart.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's desktop folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-desktop.ps1 [<CommonParameters>]
|
||||
cd-desktop.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This scripts changes the working directory to the user's documents folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-docs.ps1 [<CommonParameters>]
|
||||
cd-docs.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's downloads folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-downloads.ps1 [<CommonParameters>]
|
||||
cd-downloads.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's Dropbox folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-dropbox.ps1 [<CommonParameters>]
|
||||
cd-dropbox.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's home directory.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-home.ps1 [<CommonParameters>]
|
||||
cd-home.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's music folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-music.ps1 [<CommonParameters>]
|
||||
cd-music.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's OneDrive folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-onedrive.ps1 [<CommonParameters>]
|
||||
cd-onedrive.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's pictures folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-pics.ps1 [<CommonParameters>]
|
||||
cd-pics.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's Git repositories folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-repos.ps1 [<CommonParameters>]
|
||||
cd-repos.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the root directory (C:\ on Windows)
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-root.ps1 [<CommonParameters>]
|
||||
cd-root.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the PowerShell scripts folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-scripts.ps1 [<CommonParameters>]
|
||||
cd-scripts.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's SSH folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-ssh.ps1 [<CommonParameters>]
|
||||
cd-ssh.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
27
Docs/cd-temp.md
Normal file
27
Docs/cd-temp.md
Normal file
@ -0,0 +1,27 @@
|
||||
## cd-temp.ps1 - Sets the working directory to the temporary folder
|
||||
|
||||
This script changes the working directory to the temporary folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
cd-temp.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./cd-temp
|
||||
📂C:\Users\markus\AppData\Local\Temp
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1*
|
@ -4,7 +4,7 @@ This script changes the working directory to one directory level up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-up.ps1 [<CommonParameters>]
|
||||
cd-up.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to two directory level up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-up2.ps1 [<CommonParameters>]
|
||||
cd-up2.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to three directory levels up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-up3.ps1 [<CommonParameters>]
|
||||
cd-up3.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to four directory levels up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-up4.ps1 [<CommonParameters>]
|
||||
cd-up4.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script changes the working directory to the user's videos folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/cd-videos.ps1 [<CommonParameters>]
|
||||
cd-videos.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
26
Docs/check-bitcoin-rate.md
Normal file
26
Docs/check-bitcoin-rate.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-bitcoin-rate.ps1 - Checks the Bitcoin rate
|
||||
|
||||
This script queries the current Bitcoin exchange rates and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-bitcoin-rate.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-bitcoin-rate
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-bitcoin-rate.ps1*
|
26
Docs/check-christmas.md
Normal file
26
Docs/check-christmas.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-christmas.ps1 - Checks the time until Christmas
|
||||
|
||||
This script checks the time until Christmas and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-christmas.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-christmas
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-christmas.ps1*
|
27
Docs/check-cpu.md
Normal file
27
Docs/check-cpu.md
Normal file
@ -0,0 +1,27 @@
|
||||
## check-cpu.ps1 - Checks the CPU
|
||||
|
||||
This script checks the CPU temperature.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-cpu.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-cpu
|
||||
✔️ CPU has 30.3 °C
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1*
|
27
Docs/check-date.md
Normal file
27
Docs/check-date.md
Normal file
@ -0,0 +1,27 @@
|
||||
## check-date.ps1 - Determines the current date
|
||||
|
||||
This script determines and speaks the current date by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-date.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-date
|
||||
✔️ It's Sunday, October 17, 2021
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-date.ps1*
|
26
Docs/check-dawn.md
Normal file
26
Docs/check-dawn.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-dawn.ps1 - Checks the time of dawn
|
||||
|
||||
This script queries the time of dawn and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-dawn.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-dawn
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-dawn.ps1*
|
27
Docs/check-dns.md
Normal file
27
Docs/check-dns.md
Normal file
@ -0,0 +1,27 @@
|
||||
## check-dns.ps1 - Checks the DNS resolution
|
||||
|
||||
This script checks the DNS resolution with frequently used domain names.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-dns.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-dns
|
||||
✔️ DNS resolution is 11.8 domains per second
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1*
|
@ -4,7 +4,7 @@ This script checks a drive for free space left (20 GB by default).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
|
||||
-Drive <String>
|
||||
Specifies the drive to check
|
||||
|
36
Docs/check-drives.md
Normal file
36
Docs/check-drives.md
Normal file
@ -0,0 +1,36 @@
|
||||
## check-drives.ps1 - Checks all drives for free space left (20 GB by default)
|
||||
|
||||
This script checks all drives for free space left (20 GB by default).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-drives.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
|
||||
-MinLevel <Int32>
|
||||
Specifies the minimum level in Gigabyte
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
Default value 20
|
||||
Accept pipeline input? false
|
||||
Accept wildcard characters? false
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-drives
|
||||
✔️ Drive C has 172GB left (233GB total)
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1*
|
26
Docs/check-dusk.md
Normal file
26
Docs/check-dusk.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-dusk.ps1 - Checks the time of dusk
|
||||
|
||||
This script queries the time of dusk and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-dusk.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-dusk
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1*
|
26
Docs/check-earth.md
Normal file
26
Docs/check-earth.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-earth.ps1 - Checks the earth (fun)
|
||||
|
||||
This script checks the earth and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-earth.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-earth
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-earth.ps1*
|
26
Docs/check-easter-sunday.md
Normal file
26
Docs/check-easter-sunday.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-easter-sunday.ps1 - Checks the time until Easter Sunday
|
||||
|
||||
This script checks the time until Easter Sunday and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-easter-sunday.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-easter-sunday
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1*
|
26
Docs/check-ether-rate.md
Normal file
26
Docs/check-ether-rate.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-ether-rate.ps1 - Checks the Ether rate
|
||||
|
||||
This script queries the current Ethereum exchange rates and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-ether-rate.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-ether-rate
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-ether-rate.ps1*
|
@ -4,7 +4,7 @@ This script checks the file system of a drive. It needs admin rights.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
|
||||
check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
|
||||
|
||||
-Drive <String>
|
||||
Specifies the drive to check
|
||||
|
44
Docs/check-headlines.md
Normal file
44
Docs/check-headlines.md
Normal file
@ -0,0 +1,44 @@
|
||||
## check-headlines.ps1 - Checks the latests headlines
|
||||
|
||||
This script tells the latest headlines by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-headlines.ps1 [[-RSS_URL] <String>] [[-MaxCount] <Int32>] [<CommonParameters>]
|
||||
|
||||
-RSS_URL <String>
|
||||
Specifies the URL to the RSS feed
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
Default value https://yahoo.com/news/rss/world
|
||||
Accept pipeline input? false
|
||||
Accept wildcard characters? false
|
||||
|
||||
-MaxCount <Int32>
|
||||
Specifies the number of news to list
|
||||
|
||||
Required? false
|
||||
Position? 2
|
||||
Default value 8
|
||||
Accept pipeline input? false
|
||||
Accept wildcard characters? false
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./list-news
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-headlines.ps1*
|
@ -1,10 +1,10 @@
|
||||
## check-health.ps1 - Checks the health of the local computer
|
||||
## check-health.ps1 - Checks the computer health
|
||||
|
||||
This script checks the health of the local computer.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-health.ps1 [<CommonParameters>]
|
||||
check-health.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
@ -17,9 +17,8 @@ PS> ./check-health
|
||||
✔️ 1213 GB left for swap space (67 of 1280 GB used)
|
||||
✔️ 172 GB left on drive C (61 of 233 GB used)
|
||||
✔️ 30.3 °C CPU temperature - good
|
||||
✔️ 19.7 domains/s (177 domains resolved in 9 sec)
|
||||
✔️ DNS resolution is 19.7 domains per second
|
||||
✔️ 29 ms ping average (13 ms min, 110 ms max, 10 hosts)
|
||||
✔️ Windmill is healthy
|
||||
|
||||
```
|
||||
|
||||
|
26
Docs/check-independence-day.md
Normal file
26
Docs/check-independence-day.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-independence-day.ps1 - Checks the time until Independence Day
|
||||
|
||||
This script checks the time until Indepence Day and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-independence-day.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-independence-day
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1*
|
@ -4,7 +4,7 @@ This script checks the given IPv4 address for validity.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
|
||||
-Address <String>
|
||||
Specifies the IPv4 address to check
|
||||
|
@ -4,7 +4,7 @@ This script checks the given IPv6 address for validity
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
|
||||
|
||||
-Address <String>
|
||||
Specifies the IPv6 address to check
|
||||
|
26
Docs/check-iss-position.md
Normal file
26
Docs/check-iss-position.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-iss-position.ps1 - Checks the ISS position
|
||||
|
||||
This script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-iss-position.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-iss-position
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1*
|
@ -5,7 +5,7 @@ Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
|
||||
check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
|
||||
|
||||
-MAC <String>
|
||||
Specifies the MAC address to check
|
||||
|
13
Docs/check-midnight.md
Normal file
13
Docs/check-midnight.md
Normal file
@ -0,0 +1,13 @@
|
||||
## check-midnight.ps1 - check-midnight.ps1
|
||||
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1*
|
26
Docs/check-moon-phase.md
Normal file
26
Docs/check-moon-phase.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-moon-phase.ps1 - Checks the Moon phase
|
||||
|
||||
This script determines the Moon phase and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-moon-phase.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-moon-phase
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1*
|
26
Docs/check-my-balance.md
Normal file
26
Docs/check-my-balance.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-my-balance.ps1 - Checks the balance (fun)
|
||||
|
||||
This script checks the balance and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-my-balance.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-my-balance
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-my-balance.ps1*
|
26
Docs/check-new-year.md
Normal file
26
Docs/check-new-year.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-new-year.ps1 - Checks the time until New Year
|
||||
|
||||
This script checks the time until New Year and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-new-year.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-new-year
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1*
|
13
Docs/check-noon.md
Normal file
13
Docs/check-noon.md
Normal file
@ -0,0 +1,13 @@
|
||||
## check-noon.ps1 - check-noon.ps1
|
||||
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1*
|
26
Docs/check-operating-system.md
Normal file
26
Docs/check-operating-system.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-operating-system.ps1 - Determines the exact OS version
|
||||
|
||||
This script determines and says the exact operating system version by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-operating-system.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-operating-system
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-operating-system.ps1*
|
@ -1,18 +1,18 @@
|
||||
## check-ping.ps1 - Checks the ping latency from the local computer to selected Internet hosts
|
||||
|
||||
This script checks the ping latency from the local computer to selected Internet hosts.
|
||||
The hosts by default are: amazon.com,apple.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com
|
||||
The hosts by default are: amazon.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
|
||||
check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
|
||||
|
||||
-hosts <String>
|
||||
Specifies the hosts to check (separated by comma)
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
Default value amazon.com,apple.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com
|
||||
Default value amazon.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com
|
||||
Accept pipeline input? false
|
||||
Accept wildcard characters? false
|
||||
|
||||
@ -24,7 +24,7 @@ The hosts by default are: amazon.com,apple.com,bing.com,cnn.com,dropbox.com,face
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-ping
|
||||
✔️ Ping is 36 ms average (13 ms min, 109 ms max, using 10 hosts)
|
||||
✔️ Average ping is 36ms average (13ms min, 109ms max)
|
||||
|
||||
```
|
||||
|
||||
|
26
Docs/check-santa.md
Normal file
26
Docs/check-santa.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-santa.ps1 - Checks the time until Saint Nicholas Day
|
||||
|
||||
This script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-santa.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-santa
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1*
|
@ -5,7 +5,7 @@ This script performs a selftest on your S.M.A.R.T. HDD/SSD devices.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
|
||||
check-smart-devices.ps1 [[-type] <String>] [<CommonParameters>]
|
||||
|
||||
-type <String>
|
||||
Specifies the type of selftest: either short (default) or long
|
||||
|
@ -4,7 +4,7 @@ This script checks the given subnet mask for validity.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
|
||||
check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
|
||||
|
||||
-address <String>
|
||||
Specifies the subnet mask to check
|
||||
|
26
Docs/check-sunrise.md
Normal file
26
Docs/check-sunrise.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-sunrise.ps1 - Checks the time of sunrise
|
||||
|
||||
This script queries the time of sunrise and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-sunrise.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-sunrise
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-sunrise.ps1*
|
26
Docs/check-sunset.md
Normal file
26
Docs/check-sunset.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-sunset.ps1 - Checks the time of sunset
|
||||
|
||||
This script queries the time of sunset and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-sunset.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-sunset
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-sunset.ps1*
|
@ -1,10 +1,10 @@
|
||||
## check-swap-space.ps1 - Checks the free swap space
|
||||
## check-swap-space.ps1 - Checks the swap space
|
||||
|
||||
This script checks the free swap space.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
|
||||
|
||||
-MinLevel <Int32>
|
||||
Specifies the minimum level (50 GB by default)
|
||||
|
@ -5,7 +5,7 @@ Returns the number of broken symlinks as exit value.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
check-symlinks.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
|
||||
-folder <String>
|
||||
Specifies the path to the directory tree
|
||||
|
13
Docs/check-tea-time.md
Normal file
13
Docs/check-tea-time.md
Normal file
@ -0,0 +1,13 @@
|
||||
## check-tea-time.ps1 - check-tea-time.ps1
|
||||
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-tea-time.ps1*
|
26
Docs/check-tether-rate.md
Normal file
26
Docs/check-tether-rate.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-tether-rate.ps1 - Checks the Tether rate
|
||||
|
||||
This script queries the current Tether exchange rates and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-tether-rate.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-tether-rate
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-tether-rate.ps1*
|
26
Docs/check-time-zone.md
Normal file
26
Docs/check-time-zone.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-time-zone.ps1 - Determines the time zone
|
||||
|
||||
This script determines and returns the current time zone.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-time-zone.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-time-zone
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1*
|
26
Docs/check-time.md
Normal file
26
Docs/check-time.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-time.ps1 - Determines the current time
|
||||
|
||||
This script determines and speaks the current time by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-time.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-time
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-time.ps1*
|
26
Docs/check-uptime.md
Normal file
26
Docs/check-uptime.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-uptime.ps1 - Determines the uptime
|
||||
|
||||
This script determines and says the uptime by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-uptime.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-uptime
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1*
|
26
Docs/check-vpn.md
Normal file
26
Docs/check-vpn.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-vpn.ps1 - Checks the VPN connections
|
||||
|
||||
This script checks the status of all available VPN connections.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-vpn.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-vpn
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1*
|
@ -1,10 +1,10 @@
|
||||
## check-weather.ps1 - Checks the weather for critical values
|
||||
## check-weather.ps1 - Checks the weather
|
||||
|
||||
Checks the current weather for critical values.
|
||||
Checks the current weather report.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-weather.ps1 [[-location] <String>] [<CommonParameters>]
|
||||
check-weather.ps1 [[-location] <String>] [<CommonParameters>]
|
||||
|
||||
-location <String>
|
||||
Specifies the location to use (determined automatically per default)
|
||||
|
@ -4,7 +4,7 @@ This script checks the validity of the Windows system files. It requires admin r
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-windows-system-files.ps1 [<CommonParameters>]
|
||||
check-windows-system-files.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script checks the given XML file for validity.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
|
||||
check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
|
||||
|
||||
-file <String>
|
||||
Specifies the path to the XML file to check
|
||||
|
26
Docs/check-zenith.md
Normal file
26
Docs/check-zenith.md
Normal file
@ -0,0 +1,26 @@
|
||||
## check-zenith.ps1 - Checks the time of zenith
|
||||
|
||||
This script queries the time of zenith and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-zenith.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-zenith
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of check-zenith.ps1*
|
@ -4,7 +4,7 @@ This script cleans a Git repository from untracked files (including submodules).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
|
||||
|
||||
-RepoDir <String>
|
||||
Specifies the path to the Git repository
|
||||
|
@ -4,7 +4,7 @@ This script cleans all Git repositories in a folder from untracked files (includ
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
|
||||
-ParentDir <String>
|
||||
Specifies the path to the parent folder
|
||||
|
@ -5,7 +5,7 @@ NOTE: can not be undo!
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/clear-recycle-bin.ps1 [<CommonParameters>]
|
||||
clear-recycle-bin.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script clones well-known Git repositories into a folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
|
||||
-folder <String>
|
||||
Specifies the target folder
|
||||
|
@ -1,10 +1,10 @@
|
||||
## close-calculator.ps1 - Closes the calculator program
|
||||
## close-calculator.ps1 - Closes the calculator application
|
||||
|
||||
This script closes the calculator program gracefully.
|
||||
This script closes the calculator application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-calculator.ps1 [<CommonParameters>]
|
||||
close-calculator.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
26
Docs/close-chrome-browser.md
Normal file
26
Docs/close-chrome-browser.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-chrome-browser.ps1 - Closes the Chrome browser
|
||||
|
||||
This script closes the Google Chrome Web browser gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-chrome-browser.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-chrome-browser
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-chrome-browser.ps1*
|
@ -4,7 +4,7 @@ This script closes Microsoft's Cortana application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-cortana.ps1 [<CommonParameters>]
|
||||
close-cortana.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
26
Docs/close-edge-browser.md
Normal file
26
Docs/close-edge-browser.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-edge-browser.ps1 - Closes the Edge browser
|
||||
|
||||
This script closes the Microsoft Edge Web browser gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-edge-browser.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-edge-browser
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-edge-browser.ps1*
|
@ -1,10 +1,10 @@
|
||||
## close-file-explorer.ps1 - Closes Microsoft's File Explorer
|
||||
## close-file-explorer.ps1 - Closes the File Explorer
|
||||
|
||||
This script closes Microsoft's File Explorer gracefully.
|
||||
This script closes the Microsoft File Explorer application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-file-explorer.ps1 [<CommonParameters>]
|
||||
close-file-explorer.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
26
Docs/close-firefox-browser.md
Normal file
26
Docs/close-firefox-browser.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-firefox-browser.ps1 - Closes the Firefox browser
|
||||
|
||||
This script closes the Mozilla Firefox Web browser gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-firefox-browser.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-firefox-browser
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-firefox-browser.ps1*
|
26
Docs/close-git-extensions.md
Normal file
26
Docs/close-git-extensions.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-git-extensions.ps1 - Closes the Git Extensions app
|
||||
|
||||
This script closes the Git Extensions application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-git-extensions.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-git-extensions
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1*
|
26
Docs/close-magnifier.md
Normal file
26
Docs/close-magnifier.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-magnifier.ps1 - Closes the Magnifier
|
||||
|
||||
This script closes the Windows Screen Magnifier application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-magnifier.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-magnifier
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1*
|
26
Docs/close-microsoft-paint.md
Normal file
26
Docs/close-microsoft-paint.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-microsoft-paint.ps1 - Closes the Microsoft Paint app
|
||||
|
||||
This script closes the Microsoft Paint application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-microsoft-paint.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-microsoft-paint
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1*
|
@ -4,7 +4,7 @@ This script closes the Microsoft Store application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-microsoft-store.ps1 [<CommonParameters>]
|
||||
close-microsoft-store.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -1,10 +1,10 @@
|
||||
## close-netflix.ps1 - Closes the Netflix application
|
||||
## close-netflix.ps1 - Closes the Netflix app
|
||||
|
||||
This script closes the Netflix application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-netflix.ps1 [<CommonParameters>]
|
||||
close-netflix.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
26
Docs/close-note-pad.md
Normal file
26
Docs/close-note-pad.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-note-pad.ps1 - Closes the Notepad app
|
||||
|
||||
This script closes the Notepad application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-note-pad.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-note-pad
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-note-pad.ps1*
|
26
Docs/close-obs-studio.md
Normal file
26
Docs/close-obs-studio.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-obs-studio.ps1 - Closes OBS Studio
|
||||
|
||||
This script closes the OBS Studio application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-obs-studio.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-obs-studio
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-obs-studio.ps1*
|
26
Docs/close-one-calendar.md
Normal file
26
Docs/close-one-calendar.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-one-calendar.ps1 - Closes the OneCalendar app
|
||||
|
||||
This script closes the OneCalendar application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-one-calendar.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-one-calendar
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-one-calendar.ps1*
|
26
Docs/close-outlook.md
Normal file
26
Docs/close-outlook.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-outlook.ps1 - Closes the Microsoft Outlook app
|
||||
|
||||
This script closes the Microsoft Outlook email application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-outlook.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-outlook
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-outlook.ps1*
|
26
Docs/close-paint-three-d.md
Normal file
26
Docs/close-paint-three-d.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-paint-three-d.ps1 - Closes the Paint 3D app
|
||||
|
||||
This script closes the Paint 3D application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-paint-three-d.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-paint-3d
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-paint-three-d.ps1*
|
@ -4,7 +4,7 @@ This script closes a program's processes gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
|
||||
close-program.ps1 [[-FullProgramName] <String>] [[-ProgramName] <String>] [[-ProgramAliasName] <String>] [<CommonParameters>]
|
||||
|
||||
-FullProgramName <String>
|
||||
Specifies the full program name
|
||||
|
@ -4,7 +4,7 @@ This script closes the Serenade.ai application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-serenade.ps1 [<CommonParameters>]
|
||||
close-serenade.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script closes the Snipping Tool application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-snipping-tool.ps1 [<CommonParameters>]
|
||||
close-snipping-tool.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -1,10 +1,10 @@
|
||||
## close-spotify.ps1 - Closes Spotify
|
||||
## close-spotify.ps1 - Closes the Spotify app
|
||||
|
||||
This script closes the Spotify application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-spotify.ps1 [<CommonParameters>]
|
||||
close-spotify.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script closes the System Settings window gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-system-settings.ps1 [<CommonParameters>]
|
||||
close-system-settings.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -4,7 +4,7 @@ This script closes the Task Manager application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-task-manager.ps1 [<CommonParameters>]
|
||||
close-task-manager.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
26
Docs/close-three-d-viewer.md
Normal file
26
Docs/close-three-d-viewer.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-three-d-viewer.ps1 - Closes the 3D-Viewer app
|
||||
|
||||
This script closes the 3D-Viewer application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-three-d-viewer.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-three-d-viewer
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-three-d-viewer.ps1*
|
@ -1,6 +1,6 @@
|
||||
## close-thunderbird.ps1 - Closes the Mozilla Thunderbird email client
|
||||
## close-thunderbird.ps1 - Closes the Thunderbird app
|
||||
|
||||
This script closes the Mozilla Thunderbird email client gracefully.
|
||||
This script closes the Mozilla Thunderbird email application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
26
Docs/close-visual-studio.md
Normal file
26
Docs/close-visual-studio.md
Normal file
@ -0,0 +1,26 @@
|
||||
## close-visual-studio.ps1 - Closes the Visual Studio app
|
||||
|
||||
This script closes the Microsoft Visual Studio application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
close-visual-studio.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-visual-studio
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of close-visual-studio.ps1*
|
@ -4,7 +4,7 @@ This script closes the VLC media player application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-vlc.ps1 [<CommonParameters>]
|
||||
close-vlc.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
|
@ -1,10 +1,10 @@
|
||||
## close-windows-terminal.ps1 - Closes the Windows Terminal application
|
||||
## close-windows-terminal.ps1 - Closes the Windows Terminal app
|
||||
|
||||
This script closes the Windows Terminal application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
/home/markus/Repos/PowerShell/Scripts/close-windows-terminal.ps1 [<CommonParameters>]
|
||||
close-windows-terminal.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
@ -14,7 +14,6 @@ This script closes the Windows Terminal application gracefully.
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./close-windows-terminal
|
||||
(Windows Terminal is closed)
|
||||
|
||||
```
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user