mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-24 17:03:45 +01:00
Update the manuals
This commit is contained in:
parent
15e3d9f49c
commit
97b407536d
@ -1,6 +1,6 @@
|
||||
## add-firewall-rules.ps1 - Adds firewall rules for executables (needs admin rights)
|
||||
|
||||
This script adds firewall rules for the given executable. Administrator rights are required.
|
||||
This PowerShell script adds firewall rules for the given executable. Administrator rights are required.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -30,7 +30,7 @@ Adding firewall rule for C:\MyApp\bin\app2.exe
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## add-memo.ps1 - Adds a memo text to $HOME/Memos.csv
|
||||
## add-memo.ps1 - Adds a memo text
|
||||
|
||||
This script adds the given memo text to $HOME/Memos.csv.
|
||||
This PowerShell script adds the given memo text to $HOME/Memos.csv.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./add-memo "Buy apples"
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## alert.ps1 - Handles and escalates an alert
|
||||
|
||||
This script handles and escalates the given alert message.
|
||||
This PowerShell script handles and escalates the given alert message.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./alert "Harddisk failure"
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## build-repo.ps1 - Builds a Git repository
|
||||
|
||||
This scripts supports building with cmake, configure, autogen, Imakefile and Makefile.
|
||||
This PowerShell script supports building with cmake, configure, autogen, Imakefile and Makefile.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./build-repo C:\MyRepo
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## build-repos.ps1 - Builds all Git repositories in a folder
|
||||
|
||||
This script builds all Git repositories in a given folder.
|
||||
This PowerShell script builds all Git repositories in a given folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./build-repos C:\MyRepos
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-autostart.ps1 - Sets the working directory to the user's autostart folder
|
||||
|
||||
This script changes the working directory to the user's autostart folder.
|
||||
This PowerShell script changes the working directory to the user's autostart folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-autostart
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-desktop.ps1 - Sets the working directory to the user's desktop folder
|
||||
|
||||
This script changes the working directory to the user's desktop folder.
|
||||
This PowerShell script changes the working directory to the user's desktop folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-desktop
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-docs.ps1 - Sets the working directory to the user's documents folder
|
||||
|
||||
This scripts changes the working directory to the user's documents folder.
|
||||
This PowerShell script changes the working directory to the user's documents folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-docs
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-downloads.ps1 - Sets the working directory to the user's downloads folder
|
||||
|
||||
This script changes the working directory to the user's downloads folder.
|
||||
This PowerShell script changes the working directory to the user's downloads folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-downloads
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-dropbox.ps1 - Sets the working directory to the user's Dropbox folder
|
||||
|
||||
This script changes the working directory to the user's Dropbox folder.
|
||||
This PowerShell script changes the working directory to the user's Dropbox folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-dropbox
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-home.ps1 - Sets the working directory to the user's home directory
|
||||
|
||||
This script changes the working directory to the user's home directory.
|
||||
This PowerShell script changes the working directory to the user's home directory.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-home
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-music.ps1 - Sets the working directory to the user's music folder
|
||||
|
||||
This script changes the working directory to the user's music folder.
|
||||
This PowerShell script changes the working directory to the user's music folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-music
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-onedrive.ps1 - Sets the working directory to the user's OneDrive folder
|
||||
|
||||
This script changes the working directory to the user's OneDrive folder.
|
||||
This PowerShell script changes the working directory to the user's OneDrive folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-onedrive
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-pics.ps1 - Sets the working directory to the user's pictures folder
|
||||
|
||||
This script changes the working directory to the user's pictures folder.
|
||||
This PowerShell script changes the working directory to the user's pictures folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-pics
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-repos.ps1 - Sets the working directory to the user's Git repositories folder
|
||||
|
||||
This script changes the working directory to the user's Git repositories folder.
|
||||
This PowerShell script changes the working directory to the user's Git repositories folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-repos
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-root.ps1 - Sets the working directory to the root directory (C:\ on Windows)
|
||||
## cd-root.ps1 - Sets the working directory to the root directory
|
||||
|
||||
This script changes the working directory to the root directory (C:\ on Windows).
|
||||
This PowerShell script changes the working directory to the root directory (C:\ on Windows).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-root
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-scripts.ps1 - Sets the working directory to the PowerShell scripts folder
|
||||
|
||||
This script changes the working directory to the PowerShell scripts folder.
|
||||
This PowerShell script changes the working directory to the PowerShell scripts folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-scripts
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-ssh.ps1 - Sets the working directory to the user's SSH folder
|
||||
|
||||
This script changes the working directory to the user's SSH folder.
|
||||
This PowerShell script changes the working directory to the user's SSH folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-ssh
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,27 +1,13 @@
|
||||
## cd-temp.ps1 - Sets the working directory to the temporary folder
|
||||
## cd-temp.ps1 - cd-temp.ps1
|
||||
|
||||
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*
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-up.ps1 - Sets the working directory to one level up
|
||||
|
||||
This script changes the working directory to one directory level up.
|
||||
This PowerShell script changes the working directory to one directory level up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -14,12 +14,11 @@ cd-up.ps1 [<CommonParameters>]
|
||||
## Example
|
||||
```powershell
|
||||
PS> .\cd-up
|
||||
(one level up)
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-up2.ps1 - Sets the working directory to two directory levels up
|
||||
|
||||
This script changes the working directory to two directory level up.
|
||||
This PowerShell script changes the working directory to two directory level up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -14,12 +14,11 @@ cd-up2.ps1 [<CommonParameters>]
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./cd-up2
|
||||
(two levels up)
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-up3.ps1 - Sets the working directory to three directory levels up
|
||||
|
||||
This script changes the working directory to three directory levels up.
|
||||
This PowerShell script changes the working directory to three directory levels up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -14,12 +14,11 @@ cd-up3.ps1 [<CommonParameters>]
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./cd-up3
|
||||
(three levels up)
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-up4.ps1 - Sets the working directory to four directory levels up
|
||||
|
||||
This script changes the working directory to four directory levels up.
|
||||
This PowerShell script changes the working directory to four directory levels up.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -14,12 +14,11 @@ cd-up4.ps1 [<CommonParameters>]
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./cd-up4
|
||||
(four levels up)
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## cd-videos.ps1 - Sets the working directory to the user's videos folder
|
||||
|
||||
This script changes the working directory to the user's videos folder.
|
||||
This PowerShell script changes the working directory to the user's videos folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./cd-videos
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
27
Docs/cd-windows.md
Normal file
27
Docs/cd-windows.md
Normal file
@ -0,0 +1,27 @@
|
||||
## cd-windows.ps1 - Sets the working directory to the Windows directory
|
||||
|
||||
This PowerShell script changes the working directory to the Windows directory.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
cd-windows.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./cd-windows
|
||||
📂C:\Windows
|
||||
|
||||
```
|
||||
|
||||
## 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-windows.ps1*
|
35
Docs/change-wallpaper.md
Normal file
35
Docs/change-wallpaper.md
Normal file
@ -0,0 +1,35 @@
|
||||
## change-wallpaper.ps1 - Changes the wallpaper
|
||||
|
||||
This PowerShell script downloads a random photo from Unsplash and sets it as desktop background.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
change-wallpaper.ps1 [[-Category] <String>] [<CommonParameters>]
|
||||
|
||||
-Category <String>
|
||||
Specifies the photo category (beach, city, ...)
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
Default value
|
||||
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> ./change-wallpaper
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1*
|
@ -1,6 +1,6 @@
|
||||
## check-cpu.ps1 - Checks the CPU
|
||||
## check-cpu.ps1 - Checks the CPU temperature
|
||||
|
||||
This script checks the CPU temperature.
|
||||
This PowerShell script checks the CPU temperature.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./check-cpu
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-date.ps1 - Determines the current date
|
||||
|
||||
This script determines and speaks the current date by text-to-speech (TTS).
|
||||
This PowerShell script determines and speaks the current date by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./check-date
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
27
Docs/check-day.md
Normal file
27
Docs/check-day.md
Normal file
@ -0,0 +1,27 @@
|
||||
## check-day.ps1 - Determines the current day
|
||||
|
||||
This PowerShell script determines and speaks the current day by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-day.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-day
|
||||
✔️ It's 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-day.ps1*
|
@ -1,6 +1,6 @@
|
||||
## check-dns.ps1 - Checks the DNS resolution
|
||||
|
||||
This script checks the DNS resolution with frequently used domain names.
|
||||
This PowerShell script checks the DNS resolution with frequently used domain names.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./check-dns
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-drive-space.ps1 - Checks a drive for free space left (20 GB by default)
|
||||
## check-drive-space.ps1 - Checks a drive for free space left
|
||||
|
||||
This script checks a drive for free space left (20 GB by default).
|
||||
This PowerShell script checks a drive for free space left (20 GB by default).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -37,7 +37,7 @@ PS> ./check-drive-space C
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-drives.ps1 - Checks all drives for free space left (20 GB by default)
|
||||
## check-drives.ps1 - Checks all drives for free space left
|
||||
|
||||
This script checks all drives for free space left (20 GB by default).
|
||||
This PowerShell script checks all drives for free space left (20 GB by default).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./check-drives
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,26 +1,13 @@
|
||||
## check-dusk.ps1 - Checks the time of dusk
|
||||
## check-dusk.ps1 - check-dusk.ps1
|
||||
|
||||
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*
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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).
|
||||
This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-easter-sunday
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-file-system.ps1 - Checks the file system of a drive (needs admin rights)
|
||||
|
||||
This script checks the file system of a drive. It needs admin rights.
|
||||
This PowerShell script checks the file system of a drive. It needs admin rights.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./check-file-system C
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -31,12 +31,12 @@ check-headlines.ps1 [[-RSS_URL] <String>] [[-MaxCount] <Int32>] [<CommonParamete
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./list-news
|
||||
PS> ./check-headlines
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-health.ps1 - Checks the computer health
|
||||
|
||||
This script checks the health of the local computer.
|
||||
This PowerShell script checks the health of the local computer.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -23,8 +23,7 @@ PS> ./check-health
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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).
|
||||
This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-independence-day
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-ipv4-address.ps1 - Checks an IPv4 address for validity
|
||||
|
||||
This script checks the given IPv4 address for validity.
|
||||
This PowerShell script checks the given IPv4 address for validity.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./check-ipv4-address 192.168.11.22
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-ipv6-address.ps1 - Checks an IPv6 address for validity
|
||||
|
||||
This script checks the given IPv6 address for validity
|
||||
This PowerShell script checks the given IPv6 address for validity
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./check-ipv6-address fe80::200:5aee:feaa:20a2
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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).
|
||||
This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-iss-position
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-mac-address.ps1 - Checks the given MAC address for validity
|
||||
|
||||
This script checks the given MAC address for validity
|
||||
This PowerShell script checks the given MAC address for validity
|
||||
Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000.
|
||||
|
||||
## Parameters
|
||||
@ -29,7 +29,7 @@ PS> ./check-mac-address 11:22:33:44:55:66
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
27
Docs/check-month.md
Normal file
27
Docs/check-month.md
Normal file
@ -0,0 +1,27 @@
|
||||
## check-month.ps1 - Gets the current month name
|
||||
|
||||
This PowerShell script determines and speaks the current month name by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-month.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-month
|
||||
✔️ It's December.
|
||||
|
||||
```
|
||||
|
||||
## 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-month.ps1*
|
@ -1,6 +1,6 @@
|
||||
## check-moon-phase.ps1 - Checks the Moon phase
|
||||
|
||||
This script determines the Moon phase and answers by text-to-speech (TTS).
|
||||
This PowerShell script determines the Moon phase and answers by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-moon-phase
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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).
|
||||
This PowerShell script checks the time until New Year and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-new-year
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-operating-system.ps1 - Determines the exact OS version
|
||||
|
||||
This script determines and says the exact operating system version by text-to-speech (TTS).
|
||||
This PowerShell script determines and says the exact operating system version by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-operating-system
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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.
|
||||
This PowerShell script checks the ping latency from the local computer to selected Internet hosts.
|
||||
The hosts by default are: amazon.com,bing.com,cnn.com,dropbox.com,facebook.com,google.com,live.com,twitter.com,youtube.com
|
||||
|
||||
## Parameters
|
||||
@ -29,7 +29,7 @@ PS> ./check-ping
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## 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).
|
||||
This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-santa
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-smart-devices.ps1 - Performs a selftest on your S.M.A.R.T. HDD/SSD devices.
|
||||
|
||||
This script performs a selftest on your S.M.A.R.T. HDD/SSD devices.
|
||||
This PowerShell script performs a selftest on your S.M.A.R.T. HDD/SSD devices.
|
||||
It requires smartctl (smartmontools package) and admin rights.
|
||||
|
||||
## Parameters
|
||||
@ -29,7 +29,7 @@ PS> ./check-smart-devices
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-subnet-mask.ps1 - Checks the given subnet mask for validity
|
||||
|
||||
This script checks the given subnet mask for validity.
|
||||
This PowerShell script checks the given subnet mask for validity.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./check-subnet-mask 255.255.255.0
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-swap-space.ps1 - Checks the swap space
|
||||
|
||||
This script checks the free swap space.
|
||||
This PowerShell script checks the free swap space.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./check-swap-space
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-symlinks.ps1 - Checks every symlink in a folder (including subfolders)
|
||||
## check-symlinks.ps1 - Checks every symlink in a folder
|
||||
|
||||
This script checks every symlink in a folder (including subfolders).
|
||||
This PowerShell script checks every symlink in a folder (including subfolders).
|
||||
Returns the number of broken symlinks as exit value.
|
||||
|
||||
## Parameters
|
||||
@ -29,7 +29,7 @@ PS> ./check-symlinks .
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-time-zone.ps1 - Determines the time zone
|
||||
|
||||
This script determines and returns the current time zone.
|
||||
This PowerShell script determines and returns the current time zone.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-time-zone
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-time.ps1 - Determines the current time
|
||||
|
||||
This script determines and speaks the current time by text-to-speech (TTS).
|
||||
This PowerShell script determines and speaks the current time by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-time
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-uptime.ps1 - Determines the uptime
|
||||
|
||||
This script determines and says the uptime by text-to-speech (TTS).
|
||||
This PowerShell script determines and says the uptime by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-uptime
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-vpn.ps1 - Checks the VPN connections
|
||||
|
||||
This script checks the status of all available VPN connections.
|
||||
This PowerShell script checks the status of all available VPN connections.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./check-vpn
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-weather.ps1 - Checks the weather
|
||||
|
||||
Checks the current weather report.
|
||||
This PowerShell script checks the current weather report.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./check-weather
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
27
Docs/check-week.md
Normal file
27
Docs/check-week.md
Normal file
@ -0,0 +1,27 @@
|
||||
## check-week.ps1 - Determines the week number
|
||||
|
||||
This PowerShell script determines and speaks the current week number by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-week.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./check-week
|
||||
✔️ It's week #4.
|
||||
|
||||
```
|
||||
|
||||
## 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-week.ps1*
|
35
Docs/check-wind.md
Normal file
35
Docs/check-wind.md
Normal file
@ -0,0 +1,35 @@
|
||||
## check-wind.ps1 - Checks the wind conditions
|
||||
|
||||
This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
check-wind.ps1 [[-location] <String>] [<CommonParameters>]
|
||||
|
||||
-location <String>
|
||||
Specifies the location to use (determined automatically per default)
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
Default value
|
||||
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-wind
|
||||
|
||||
```
|
||||
|
||||
## 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-wind.ps1*
|
@ -1,6 +1,6 @@
|
||||
## check-windows-system-files.ps1 - Checks the validity of the Windows system files (requires admin rights)
|
||||
|
||||
This script checks the validity of the Windows system files. It requires admin rights.
|
||||
This PowerShell script checks the validity of the Windows system files. It requires admin rights.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -19,7 +19,7 @@ PS> ./check-windows-system-files
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## check-xml-file.ps1 - Checks the given XML file for validity
|
||||
|
||||
This script checks the given XML file for validity.
|
||||
This PowerShell script checks the given XML file for validity.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -28,7 +28,7 @@ PS> ./check-xml-file myfile.xml
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## clean-repo.ps1 - Cleans a Git repository from untracked files (including submodules)
|
||||
|
||||
This script cleans a Git repository from untracked files (including submodules).
|
||||
This PowerShell script cleans a Git repository from untracked files (including submodules).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -29,7 +29,7 @@ PS> ./clean-repo C:\MyRepo
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## clean-repos.ps1 - Cleans all Git repositories in a folder from untracked files (including submodules)
|
||||
## clean-repos.ps1 - Cleans all Git repositories in a folder from untracked files
|
||||
|
||||
This script cleans all Git repositories in a folder from untracked files (including submodules).
|
||||
This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./clean-repos C:\MyRepos
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,7 +1,7 @@
|
||||
## clear-recycle-bin.ps1 - Removes the content of the recycle bin folder permanently
|
||||
## clear-recycle-bin.ps1 - Clears the recycle bin folder
|
||||
|
||||
This script removes the content of the recycle bin folder permanently.
|
||||
NOTE: can not be undo!
|
||||
This PowerShell script removes the content of the recycle bin folder permanently.
|
||||
IMPORTANT NOTE: this cannot be undo!
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -15,12 +15,11 @@ clear-recycle-bin.ps1 [<CommonParameters>]
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./clear-recycle-bin
|
||||
✔️ cleared recycle bin
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,13 +1,12 @@
|
||||
## clone-repos.ps1 - Clones well-known Git repositories into a folder
|
||||
|
||||
This script clones well-known Git repositories into a folder.
|
||||
This PowerShell script clones well-known Git repositories into a folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
clone-repos.ps1 [[-FolderPath] <String>] [<CommonParameters>]
|
||||
|
||||
-folder <String>
|
||||
Specifies the target folder
|
||||
-FolderPath <String>
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
@ -22,12 +21,12 @@ clone-repos.ps1 [[-folder] <String>] [<CommonParameters>]
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./clone-repos C:\Users\Markus\Repos
|
||||
PS> ./clone-repos C:\Repos
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-calculator.ps1 - Closes the calculator application
|
||||
|
||||
This script closes the calculator application gracefully.
|
||||
This PowerShell script closes the calculator application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-calculator
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-chrome.ps1 - Closes the Google Chrome Web browser
|
||||
## close-chrome.ps1 - Closes the Chrome browser
|
||||
|
||||
This script closes the Google Chrome Web browser gracefully.
|
||||
This PowerShell script closes the Google Chrome Web browser gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-chrome
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-cortana.ps1 - Closes Microsoft's Cortana application
|
||||
|
||||
This script closes Microsoft's Cortana application gracefully.
|
||||
This PowerShell script closes Microsoft's Cortana application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-cortana
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-edge.ps1 - Closes Microsoft's Edge Web browser
|
||||
## close-edge.ps1 - Closes the Edge browser
|
||||
|
||||
This script closes Microsoft's Edge Web browser gracefully.
|
||||
This PowerShell script closes the Microsoft Edge Web browser gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-edge
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-file-explorer.ps1 - Closes the File Explorer
|
||||
|
||||
This script closes the Microsoft File Explorer application gracefully.
|
||||
This PowerShell script closes the Microsoft File Explorer application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-file-explorer
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-firefox.ps1 - Closes Mozilla's Firefox Web browser
|
||||
## close-firefox.ps1 - Closes the Firefox browser
|
||||
|
||||
This script closes Mozilla's Firefox Web browser gracefully.
|
||||
This PowerShell script closes the Mozilla Firefox Web browser gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-firefox
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-git-extensions.ps1 - Closes the Git Extensions app
|
||||
|
||||
This script closes the Git Extensions application gracefully.
|
||||
This PowerShell script closes the Git Extensions application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-git-extensions
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-magnifier.ps1 - Closes the Magnifier
|
||||
|
||||
This script closes the Windows Screen Magnifier application gracefully.
|
||||
This PowerShell script closes the Windows Screen Magnifier application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-magnifier
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-microsoft-paint.ps1 - Closes the Microsoft Paint app
|
||||
|
||||
This script closes the Microsoft Paint application gracefully.
|
||||
This PowerShell script closes the Microsoft Paint application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-microsoft-paint
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-microsoft-store.ps1 - Closes the Microsoft Store app
|
||||
|
||||
This script closes the Microsoft Store application gracefully.
|
||||
This PowerShell script closes the Microsoft Store application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-microsoft-store
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-netflix.ps1 - Closes the Netflix app
|
||||
|
||||
This script closes the Netflix application gracefully.
|
||||
This PowerShell script closes the Netflix application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-netflix
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-note-pad.ps1 - Closes the Notepad app
|
||||
|
||||
This script closes the Notepad application gracefully.
|
||||
This PowerShell script closes the Notepad application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-note-pad
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-obs-studio.ps1 - Closes OBS Studio
|
||||
|
||||
This script closes the OBS Studio application gracefully.
|
||||
This PowerShell script closes the OBS Studio application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-obs-studio
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-one-calendar.ps1 - Closes the OneCalendar app
|
||||
|
||||
This script closes the OneCalendar application gracefully.
|
||||
This PowerShell script closes the OneCalendar application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-one-calendar
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-outlook.ps1 - Closes the Microsoft Outlook app
|
||||
|
||||
This script closes the Microsoft Outlook email application gracefully.
|
||||
This PowerShell script closes the Microsoft Outlook email application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-outlook
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-paint-three-d.ps1 - Closes the Paint 3D app
|
||||
|
||||
This script closes the Paint 3D application gracefully.
|
||||
This PowerShell script closes the Paint 3D application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-paint-3d
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-program.ps1 - Closes a program's processes
|
||||
|
||||
This script closes a program's processes gracefully.
|
||||
This PowerShell script closes a program's processes gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -45,7 +45,7 @@ PS> ./close-program "Google Chrome" "chrome.exe"
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-serenade.ps1 - Closes the Serenade.ai application
|
||||
|
||||
This script closes the Serenade.ai application gracefully.
|
||||
This PowerShell script closes the Serenade.ai application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-serenade
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-snipping-tool.ps1 - Closes the Snipping Tool
|
||||
|
||||
This script closes the Snipping Tool application gracefully.
|
||||
This PowerShell script closes the Snipping Tool application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-snipping-tool
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-spotify.ps1 - Closes the Spotify app
|
||||
|
||||
This script closes the Spotify application gracefully.
|
||||
This PowerShell script closes the Spotify application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-spotify
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-task-manager.ps1 - Closes the Task Manager
|
||||
|
||||
This script closes the Task Manager application gracefully.
|
||||
This PowerShell script closes the Task Manager application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-task-manager
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-three-d-viewer.ps1 - Closes the 3D-Viewer app
|
||||
|
||||
This script closes the 3D-Viewer application gracefully.
|
||||
This PowerShell script closes the 3D-Viewer application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-three-d-viewer
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-thunderbird.ps1 - Closes the Thunderbird app
|
||||
|
||||
This script closes the Mozilla Thunderbird email application gracefully.
|
||||
This PowerShell script closes the Mozilla Thunderbird email application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-thunderbird
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-visual-studio.ps1 - Closes the Visual Studio app
|
||||
|
||||
This script closes the Microsoft Visual Studio application gracefully.
|
||||
This PowerShell script closes the Microsoft Visual Studio application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-visual-studio
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-vlc.ps1 - Closes the VLC media player application
|
||||
|
||||
This script closes the VLC media player application gracefully.
|
||||
This PowerShell script closes the VLC media player application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-vlc
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## close-windows-terminal.ps1 - Closes the Windows Terminal app
|
||||
|
||||
This script closes the Windows Terminal application gracefully.
|
||||
This PowerShell script closes the Windows Terminal application gracefully.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./close-windows-terminal
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## come-on.ps1 - Replies to "Come on"
|
||||
|
||||
This script replies to 'Come on' by text-to-speech (TTS).
|
||||
This PowerShell script replies to 'Come on' by text-to-speech (TTS).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./come-on
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## configure-git.ps1 - Configures the user settings for Git
|
||||
|
||||
This script configures the user settings for Git.
|
||||
This PowerShell script configures the user settings for Git.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -45,7 +45,7 @@ PS> ./configure-git
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## connect-vpn.ps1 - Connects to the VPN
|
||||
|
||||
This script tries to connect to the VPN.
|
||||
This PowerShell script tries to connect to the VPN.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -18,7 +18,7 @@ PS> ./connect-vpn
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## convert-csv2txt.ps1 - Converts a .CSV file into a text file
|
||||
|
||||
This script converts a .CSV file into a text file.
|
||||
This PowerShell script converts a .CSV file into a text file.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./convert-csv2txt salaries.csv
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## convert-mysql2csv.ps1 - Convert a MySQL database table to a .CSV file
|
||||
|
||||
This script converts a MySQL database table to a .CSV file.
|
||||
This PowerShell script converts a MySQL database table to a .CSV file.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -63,7 +63,7 @@ PS> ./convert-mysql2csv
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## convert-ps2bat.ps1 - Converts PowerShell scripts to batch files
|
||||
|
||||
This script converts one or more PowerShell scripts to .bat batch files.
|
||||
This PowerShell script converts one or more PowerShell scripts to .bat batch files.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./convert-ps2bat *.ps1
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## convert-ps2md.ps1 - Converts the comment-based help of a PowerShell script to Markdown
|
||||
|
||||
This script converts the comment-based help of a PowerShell script to Markdown.
|
||||
This PowerShell script converts the comment-based help of a PowerShell script to Markdown.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -27,7 +27,7 @@ PS> ./convert-ps2md myscript.ps1
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## convert-sql2csv.ps1 - Converts a SQL database table to a .CSV file
|
||||
|
||||
This script converts a SQL database table to a .CSV file.
|
||||
This PowerShell script converts a SQL database table to a .CSV file.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -63,7 +63,7 @@ PS> ./convert-sql2csv
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## convert-txt2wav.ps1 - Converts text to a .WAV audio file
|
||||
|
||||
This script converts text to a .WAV audio file.
|
||||
This PowerShell script converts text to a .WAV audio file.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
@ -36,7 +36,7 @@ PS> ./convert-txt2wav "Hello World" spoken.wav
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user