Update the manuals

This commit is contained in:
Markus Fleschutz 2023-07-29 09:55:25 +02:00
parent 46dae1445a
commit d4d37d66dd
554 changed files with 1669 additions and 1667 deletions

View File

@ -1,4 +1,4 @@
## The *add-firewall-rules.ps1* Script ## Script: *add-firewall-rules.ps1*
This PowerShell 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.
@ -35,7 +35,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -103,4 +103,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 07/29/2023 09:55:08)*

View File

@ -1,4 +1,4 @@
## The *add-memo.ps1* Script ## Script: *add-memo.ps1*
This PowerShell script saves the given memo text to Memos.csv in your home folder. This PowerShell script saves the given memo text to Memos.csv in your home folder.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -73,4 +73,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 07/29/2023 09:55:08)*

View File

@ -1,4 +1,4 @@
## The *alert.ps1* Script ## Script: *alert.ps1*
This PowerShell script handles and escalates the given alert message. This PowerShell script handles and escalates the given alert message.
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -65,4 +65,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of alert.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 07/29/2023 09:55:08)*

View File

@ -1,4 +1,4 @@
## The *build-repo.ps1* Script ## Script: *build-repo.ps1*
This PowerShell script builds a repository by supporting: cmake, configure, autogen, Imakefile, and Makefile. This PowerShell script builds a repository by supporting: cmake, configure, autogen, Imakefile, and Makefile.
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -171,4 +171,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 07/29/2023 09:55:08)*

View File

@ -1,4 +1,4 @@
## The *build-repos.ps1* Script ## Script: *build-repos.ps1*
This PowerShell script builds all Git repositories in a folder. This PowerShell script builds all Git repositories in a folder.
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -76,4 +76,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 07/29/2023 09:55:08)*

View File

@ -1,4 +1,4 @@
## The *cd-autostart.ps1* Script ## Script: *cd-autostart.ps1*
This PowerShell script changes the working directory to the user's autostart folder. This PowerShell script changes the working directory to the user's autostart folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-crashdumps.ps1* Script ## Script: *cd-crashdumps.ps1*
This PowerShell script changes the working directory to the crash dumps directory (Windows only). This PowerShell script changes the working directory to the crash dumps directory (Windows only).
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-desktop.ps1* Script ## Script: *cd-desktop.ps1*
This PowerShell script changes the working directory to the user's desktop folder. This PowerShell script changes the working directory to the user's desktop folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-docs.ps1* Script ## Script: *cd-docs.ps1*
This PowerShell script changes the working directory to the documents folder. This PowerShell script changes the working directory to the documents folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-downloads.ps1* Script ## Script: *cd-downloads.ps1*
This PowerShell script changes the working directory to the user's downloads folder. This PowerShell script changes the working directory to the user's downloads folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-dropbox.ps1* Script ## Script: *cd-dropbox.ps1*
This PowerShell script changes the working directory to the user's Dropbox folder. This PowerShell script changes the working directory to the user's Dropbox folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-etc.ps1* Script ## Script: *cd-etc.ps1*
This PowerShell script changes the working directory to the /etc directory. This PowerShell script changes the working directory to the /etc directory.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-fonts.ps1* Script ## Script: *cd-fonts.ps1*
This PowerShell script changes the working directory to the fonts folder. This PowerShell script changes the working directory to the fonts folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-home.ps1* Script ## Script: *cd-home.ps1*
This PowerShell script changes the working directory to the user's home directory. This PowerShell script changes the working directory to the user's home directory.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-logs.ps1* Script ## Script: *cd-logs.ps1*
cd-logs.ps1 cd-logs.ps1
@ -12,7 +12,7 @@ cd-logs.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -45,4 +45,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-music.ps1* Script ## Script: *cd-music.ps1*
This PowerShell script changes the working directory to the user's music folder. This PowerShell script changes the working directory to the user's music folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-onedrive.ps1* Script ## Script: *cd-onedrive.ps1*
This PowerShell script changes the working directory to the user's OneDrive folder. This PowerShell script changes the working directory to the user's OneDrive folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-pics.ps1* Script ## Script: *cd-pics.ps1*
This PowerShell script changes the working directory to the user's pictures folder. This PowerShell script changes the working directory to the user's pictures folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-public.ps1* Script ## Script: *cd-public.ps1*
This PowerShell script changes the working directory to the Public folder. This PowerShell script changes the working directory to the Public folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-recycle-bin.ps1* Script ## Script: *cd-recycle-bin.ps1*
cd-recycle-bin.ps1 cd-recycle-bin.ps1
@ -12,7 +12,7 @@ cd-recycle-bin.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -52,4 +52,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-repos.ps1* Script ## Script: *cd-repos.ps1*
This PowerShell 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.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -76,4 +76,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-root.ps1* Script ## Script: *cd-root.ps1*
This PowerShell script changes the current working directory to the root directory (C:\ on Windows). This PowerShell script changes the current working directory to the root directory (C:\ on Windows).
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -51,4 +51,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-screenshots.ps1* Script ## Script: *cd-screenshots.ps1*
cd-screenshots.ps1 cd-screenshots.ps1
@ -12,7 +12,7 @@ cd-screenshots.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -52,4 +52,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-scripts.ps1* Script ## Script: *cd-scripts.ps1*
This PowerShell script changes the working directory to the PowerShell scripts folder. This PowerShell script changes the working directory to the PowerShell scripts folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-ssh.ps1* Script ## Script: *cd-ssh.ps1*
This PowerShell script changes the working directory to the user's SSH folder. This PowerShell script changes the working directory to the user's SSH folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-temp.ps1* Script ## Script: *cd-temp.ps1*
cd-temp.ps1 cd-temp.ps1
@ -12,7 +12,7 @@ cd-temp.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -49,4 +49,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-templates.ps1* Script ## Script: *cd-templates.ps1*
This PowerShell script changes the working directory to the templates folder. This PowerShell script changes the working directory to the templates folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-trash.ps1* Script ## Script: *cd-trash.ps1*
cd-trash.ps1 cd-trash.ps1
@ -12,7 +12,7 @@ cd-trash.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -52,4 +52,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-up.ps1* Script ## Script: *cd-up.ps1*
This PowerShell script changes the working directory to one directory level up. This PowerShell script changes the working directory to one directory level up.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-up2.ps1* Script ## Script: *cd-up2.ps1*
This PowerShell script changes the working directory to two directory level up. This PowerShell script changes the working directory to two directory level up.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-up3.ps1* Script ## Script: *cd-up3.ps1*
This PowerShell script changes the working directory to three directory levels up. This PowerShell script changes the working directory to three directory levels up.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-up4.ps1* Script ## Script: *cd-up4.ps1*
This PowerShell script changes the working directory to four directory levels up. This PowerShell script changes the working directory to four directory levels up.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-users.ps1* Script ## Script: *cd-users.ps1*
This PowerShell script changes the working directory to the users directory. This PowerShell script changes the working directory to the users directory.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-videos.ps1* Script ## Script: *cd-videos.ps1*
This PowerShell script changes the working directory to the user's videos folder. This PowerShell script changes the working directory to the user's videos folder.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *cd-windows.ps1* Script ## Script: *cd-windows.ps1*
This PowerShell script changes the working directory to the Windows directory. This PowerShell script changes the working directory to the Windows directory.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *change-wallpaper.ps1* Script ## Script: *change-wallpaper.ps1*
This PowerShell script downloads a random photo from Unsplash and sets it as desktop background. This PowerShell script downloads a random photo from Unsplash and sets it as desktop background.
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -73,4 +73,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-apps.ps1* Script ## Script: *check-apps.ps1*
This PowerShell script queries the application status and prints it. This PowerShell script queries the application status and prints it.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -66,4 +66,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-battery.ps1* Script ## Script: *check-battery.ps1*
This PowerShell script queries the status of the system battery and prints it. This PowerShell script queries the status of the system battery and prints it.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -77,4 +77,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-bios.ps1* Script ## Script: *check-bios.ps1*
This PowerShell script queries the BIOS status and prints it. This PowerShell script queries the BIOS status and prints it.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -68,4 +68,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-cpu.ps1* Script ## Script: *check-cpu.ps1*
check-cpu.ps1 check-cpu.ps1
@ -12,7 +12,7 @@ check-cpu.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -100,4 +100,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-day.ps1* Script ## Script: *check-day.ps1*
This PowerShell script determines and speaks the current day by text-to-speech (TTS). This PowerShell script determines and speaks the current day by text-to-speech (TTS).
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -51,4 +51,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-dns.ps1* Script ## Script: *check-dns.ps1*
This PowerShell script measures and prints the DNS resolution speed by using 200 popular domains. This PowerShell script measures and prints the DNS resolution speed by using 200 popular domains.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -68,4 +68,4 @@ foreach($row in $table){$nop=Resolve-DNSName $row.Domain}
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-drive-space.ps1* Script ## Script: *check-drive-space.ps1*
This PowerShell 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).
@ -42,7 +42,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -85,4 +85,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-drives.ps1* Script ## Script: *check-drives.ps1*
This PowerShell script checks all drives for free space left. This PowerShell script checks all drives for free space left.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -99,4 +99,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-dusk.ps1* Script ## Script: *check-dusk.ps1*
check-dusk.ps1 check-dusk.ps1
@ -12,7 +12,7 @@ check-dusk.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -59,4 +59,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-easter-sunday.ps1* Script ## Script: *check-easter-sunday.ps1*
This PowerShell 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).
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -55,4 +55,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-file-system.ps1* Script ## Script: *check-file-system.ps1*
This PowerShell 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.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -69,4 +69,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-file.ps1* Script ## Script: *check-file.ps1*
This PowerShell script determines and prints the file type of the given file. This PowerShell script determines and prints the file type of the given file.
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -164,4 +164,4 @@ function Check-Header { param( $path )
Check-Header $Path Check-Header $Path
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-firewall.ps1* Script ## Script: *check-firewall.ps1*
This PowerShell script queries the status of the firewall and prints it. This PowerShell script queries the status of the firewall and prints it.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -59,4 +59,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-gpu.ps1* Script ## Script: *check-gpu.ps1*
check-gpu.ps1 check-gpu.ps1
@ -12,7 +12,7 @@ check-gpu.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -62,4 +62,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-hardware.ps1* Script ## Script: *check-hardware.ps1*
This PowerShell script queries the hardware details of the local computer and prints it. This PowerShell script queries the hardware details of the local computer and prints it.
@ -27,7 +27,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -57,4 +57,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-health.ps1* Script ## Script: *check-health.ps1*
This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it. This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it.
@ -27,7 +27,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -52,4 +52,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-independence-day.ps1* Script ## Script: *check-independence-day.ps1*
This PowerShell 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).
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -55,4 +55,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-ipv4-address.ps1* Script ## Script: *check-ipv4-address.ps1*
This PowerShell script checks the given IPv4 address for validity. This PowerShell script checks the given IPv4 address for validity.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -78,4 +78,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-ipv6-address.ps1* Script ## Script: *check-ipv6-address.ps1*
This PowerShell script checks the given IPv6 address for validity This PowerShell script checks the given IPv6 address for validity
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -92,4 +92,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-iss-position.ps1* Script ## Script: *check-iss-position.ps1*
This PowerShell 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).
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -49,4 +49,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-mac-address.ps1* Script ## Script: *check-mac-address.ps1*
This PowerShell 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. Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000.
@ -34,7 +34,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -81,4 +81,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-midnight.ps1* Script ## Script: *check-midnight.ps1*
check-midnight.ps1 check-midnight.ps1
@ -12,7 +12,7 @@ check-midnight.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -57,4 +57,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-month.ps1* Script ## Script: *check-month.ps1*
This PowerShell script determines and speaks the current month name by text-to-speech (TTS). This PowerShell script determines and speaks the current month name by text-to-speech (TTS).
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -51,4 +51,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-moon-phase.ps1* Script ## Script: *check-moon-phase.ps1*
This PowerShell 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).
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -70,4 +70,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-network.ps1* Script ## Script: *check-network.ps1*
This PowerShell script queries the network details of the local computer and prints it. This PowerShell script queries the network details of the local computer and prints it.
@ -29,7 +29,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -57,4 +57,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-new-year.ps1* Script ## Script: *check-new-year.ps1*
This PowerShell 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).
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-noon.ps1* Script ## Script: *check-noon.ps1*
check-noon.ps1 check-noon.ps1
@ -12,7 +12,7 @@ check-noon.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -56,4 +56,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-os.ps1* Script ## Script: *check-os.ps1*
This PowerShell script queries the operating system status and prints it. This PowerShell script queries the operating system status and prints it.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -67,4 +67,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-outlook.ps1* Script ## Script: *check-outlook.ps1*
This PowerShell script checks the inbox of Outlook for new/unread mails. This PowerShell script checks the inbox of Outlook for new/unread mails.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -57,4 +57,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-password.ps1* Script ## Script: *check-password.ps1*
This PowerShell script checks the security status of the given password by haveibeenpwned.com This PowerShell script checks the security status of the given password by haveibeenpwned.com
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -88,4 +88,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-pending-reboot.ps1* Script ## Script: *check-pending-reboot.ps1*
check-pending-reboot.ps1 check-pending-reboot.ps1
@ -12,7 +12,7 @@ check-pending-reboot.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -88,4 +88,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-ping.ps1* Script ## Script: *check-ping.ps1*
This PowerShell script measures the ping roundtrip times from the local computer to 10 Internet servers. This PowerShell script measures the ping roundtrip times from the local computer to 10 Internet servers.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -82,4 +82,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-powershell.ps1* Script ## Script: *check-powershell.ps1*
This PowerShell script queries the PowerShell status and prints it. This PowerShell script queries the PowerShell status and prints it.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -58,4 +58,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-ps1-file.ps1* Script ## Script: *check-ps1-file.ps1*
This PowerShell script checks the given PowerShell script file(s) for validity. This PowerShell script checks the given PowerShell script file(s) for validity.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -70,4 +70,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 07/29/2023 09:55:09)*

View File

@ -1,4 +1,4 @@
## The *check-ram.ps1* Script ## Script: *check-ram.ps1*
check-ram.ps1 check-ram.ps1
@ -12,7 +12,7 @@ check-ram.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -95,4 +95,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-repo.ps1* Script ## Script: *check-repo.ps1*
This PowerShell script verifies the integrity of a local Git repository. This PowerShell script verifies the integrity of a local Git repository.
@ -40,7 +40,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -122,4 +122,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-santa.ps1* Script ## Script: *check-santa.ps1*
This PowerShell 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).
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -50,4 +50,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-smart-devices.ps1* Script ## Script: *check-smart-devices.ps1*
check-smart-devices.ps1 check-smart-devices.ps1
@ -12,7 +12,7 @@ check-smart-devices.ps1
WarningVariable, OutBuffer, PipelineVariable, and OutVariable. WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
``` ```
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -92,4 +92,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-software.ps1* Script ## Script: *check-software.ps1*
This PowerShell script queries the software details of the local computer and prints it. This PowerShell script queries the software details of the local computer and prints it.
@ -29,7 +29,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -61,4 +61,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-subnet-mask.ps1* Script ## Script: *check-subnet-mask.ps1*
This PowerShell script checks the given subnet mask for validity. This PowerShell script checks the given subnet mask for validity.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -78,4 +78,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-swap-space.ps1* Script ## Script: *check-swap-space.ps1*
This PowerShell script queries the status of the swap space and prints it. This PowerShell script queries the status of the swap space and prints it.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -101,4 +101,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-symlinks.ps1* Script ## Script: *check-symlinks.ps1*
This PowerShell script checks every symbolic link in a folder (including subfolders). This PowerShell script checks every symbolic link in a folder (including subfolders).
It returns the number of broken symlinks as exit value. It returns the number of broken symlinks as exit value.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -90,4 +90,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-time-zone.ps1* Script ## Script: *check-time-zone.ps1*
This PowerShell script queries the time zone and prints it. This PowerShell script queries the time zone and prints it.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -59,4 +59,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-uptime.ps1* Script ## Script: *check-uptime.ps1*
This PowerShell script queries the computer's uptime and prints it. This PowerShell script queries the computer's uptime and prints it.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -74,4 +74,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-vpn.ps1* Script ## Script: *check-vpn.ps1*
This PowerShell script queries and prints the status of the VPN connection(s). This PowerShell script queries and prints the status of the VPN connection(s).
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -59,4 +59,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-weather.ps1* Script ## Script: *check-weather.ps1*
This PowerShell script checks the current weather report. This PowerShell script checks the current weather report.
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -75,4 +75,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-week.ps1* Script ## Script: *check-week.ps1*
This PowerShell script determines and speaks the current week number by text-to-speech (TTS). This PowerShell script determines and speaks the current week number by text-to-speech (TTS).
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -48,4 +48,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-wind.ps1* Script ## Script: *check-wind.ps1*
This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS). This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS).
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -66,4 +66,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-windows-system-files.ps1* Script ## Script: *check-windows-system-files.ps1*
This PowerShell 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.
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -54,4 +54,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *check-xml-file.ps1* Script ## Script: *check-xml-file.ps1*
This PowerShell script checks the given XML file for validity. This PowerShell script checks the given XML file for validity.
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -82,4 +82,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *clean-repo.ps1* Script ## Script: *clean-repo.ps1*
This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules). This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules).
NOTE: To be used with care! This cannot be undone! NOTE: To be used with care! This cannot be undone!
@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -85,4 +85,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *clean-repos.ps1* Script ## Script: *clean-repos.ps1*
This PowerShell 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).
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -86,4 +86,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *clear-dns-cache.ps1* Script ## Script: *clear-dns-cache.ps1*
This PowerShell script clears the DNS client cache of the local computer. This PowerShell script clears the DNS client cache of the local computer.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -52,4 +52,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *clear-recycle-bin.ps1* Script ## Script: *clear-recycle-bin.ps1*
This PowerShell script removes the content of the recycle bin folder permanently. This PowerShell script removes the content of the recycle bin folder permanently.
IMPORTANT NOTE: this cannot be undo! IMPORTANT NOTE: this cannot be undo!
@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -52,4 +52,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *clone-repos.ps1* Script ## Script: *clone-repos.ps1*
This PowerShell script clones popular Git repositories into a target directory. This PowerShell script clones popular Git repositories into a target directory.
@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -103,4 +103,4 @@ try {
} }
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-calculator.ps1* Script ## Script: *close-calculator.ps1*
This PowerShell script closes the calculator application gracefully. This PowerShell script closes the calculator application gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -42,4 +42,4 @@ Stop-Process -name "CalculatorApp"
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-chrome.ps1* Script ## Script: *close-chrome.ps1*
This PowerShell script closes the Google Chrome Web browser gracefully. This PowerShell script closes the Google Chrome Web browser gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-cortana.ps1* Script ## Script: *close-cortana.ps1*
This PowerShell script closes Microsoft's Cortana application gracefully. This PowerShell script closes Microsoft's Cortana application gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-edge.ps1* Script ## Script: *close-edge.ps1*
This PowerShell script closes the Microsoft Edge Web browser gracefully. This PowerShell script closes the Microsoft Edge Web browser gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") {
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-file-explorer.ps1* Script ## Script: *close-file-explorer.ps1*
This PowerShell script closes the Microsoft File Explorer application gracefully. This PowerShell script closes the Microsoft File Explorer application gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-firefox.ps1* Script ## Script: *close-firefox.ps1*
This PowerShell script closes the Mozilla Firefox Web browser gracefully. This PowerShell script closes the Mozilla Firefox Web browser gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-git-extensions.ps1* Script ## Script: *close-git-extensions.ps1*
This PowerShell script closes the Git Extensions application gracefully. This PowerShell script closes the Git Extensions application gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") {
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-magnifier.ps1* Script ## Script: *close-magnifier.ps1*
This PowerShell script closes the Windows Screen Magnifier application gracefully. This PowerShell script closes the Windows Screen Magnifier application gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -42,4 +42,4 @@ tskill magnify
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 07/29/2023 09:55:10)*

View File

@ -1,4 +1,4 @@
## The *close-microsoft-paint.ps1* Script ## Script: *close-microsoft-paint.ps1*
This PowerShell script closes the Microsoft Paint application gracefully. This PowerShell script closes the Microsoft Paint application gracefully.
@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0
## Related Links ## Related Links
https://github.com/fleschutz/PowerShell https://github.com/fleschutz/PowerShell
## Source Code ## Script Content
```powershell ```powershell
<# <#
.SYNOPSIS .SYNOPSIS
@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") {
exit 0 # success exit 0 # success
``` ```
*Generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1* *(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 07/29/2023 09:55:10)*

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