Update the manuals

This commit is contained in:
Markus Fleschutz 2023-07-29 10:15:44 +02:00
parent 834eaca343
commit 2abcd039c2
554 changed files with 1615 additions and 1615 deletions

View File

@ -1,4 +1,4 @@
PS> *add-firewall-rules.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script adds firewall rules for the given executable. Administrat
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>] PS> ./add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
-PathToExecutables <String> -PathToExecutables <String>
Specifies the path to the executables Specifies the path to the executables
@ -109,4 +109,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *add-memo.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script saves the given memo text to Memos.csv in your home folde
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> add-memo.ps1 [[-text] <String>] [<CommonParameters>] PS> ./add-memo.ps1 [[-text] <String>] [<CommonParameters>]
-text <String> -text <String>
Specifies the text to memorize Specifies the text to memorize
@ -79,4 +79,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *alert.ps1* PS> *./alert.ps1*
==================== ====================
This PowerShell script handles and escalates the given alert message. This PowerShell script handles and escalates the given alert message.
@ -6,7 +6,7 @@ This PowerShell script handles and escalates the given alert message.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> alert.ps1 [[-Message] <String>] [<CommonParameters>] PS> ./alert.ps1 [[-Message] <String>] [<CommonParameters>]
-Message <String> -Message <String>
Specifies the alert message Specifies the alert message
@ -71,4 +71,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *build-repo.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script builds a repository by supporting: cmake, configure, auto
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] PS> ./build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
-RepoDir <String> -RepoDir <String>
Specifies the path to the Git repository Specifies the path to the Git repository
@ -177,4 +177,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *build-repos.ps1* PS> *./build-repos.ps1*
==================== ====================
This PowerShell script builds all Git repositories in a folder. This PowerShell script builds all Git repositories in a folder.
@ -6,7 +6,7 @@ This PowerShell script builds all Git repositories in a folder.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] PS> ./build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
-ParentDir <String> -ParentDir <String>
Specifies the path to the parent folder Specifies the path to the parent folder
@ -82,4 +82,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-autostart.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's autostart fol
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-autostart.ps1 [<CommonParameters>] PS> ./cd-autostart.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-crashdumps.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the crash dumps director
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-crashdumps.ps1 [<CommonParameters>] PS> ./cd-crashdumps.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-desktop.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's desktop folde
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-desktop.ps1 [<CommonParameters>] PS> ./cd-desktop.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-docs.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the documents folder.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-docs.ps1 [<CommonParameters>] PS> ./cd-docs.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-downloads.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's downloads fol
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-downloads.ps1 [<CommonParameters>] PS> ./cd-downloads.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-dropbox.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's Dropbox folde
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-dropbox.ps1 [<CommonParameters>] PS> ./cd-dropbox.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-etc.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the /etc directory.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-etc.ps1 [<CommonParameters>] PS> ./cd-etc.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-fonts.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the fonts folder.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-fonts.ps1 [<CommonParameters>] PS> ./cd-fonts.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-home.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's home director
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-home.ps1 [<CommonParameters>] PS> ./cd-home.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-logs.ps1* PS> *./cd-logs.ps1*
==================== ====================
cd-logs.ps1 cd-logs.ps1
@ -48,4 +48,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-music.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's music folder.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-music.ps1 [<CommonParameters>] PS> ./cd-music.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-onedrive.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's OneDrive fold
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-onedrive.ps1 [<CommonParameters>] PS> ./cd-onedrive.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-pics.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's pictures fold
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-pics.ps1 [<CommonParameters>] PS> ./cd-pics.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-public.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the Public folder.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-public.ps1 [<CommonParameters>] PS> ./cd-public.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-recycle-bin.ps1* PS> *./cd-recycle-bin.ps1*
==================== ====================
cd-recycle-bin.ps1 cd-recycle-bin.ps1
@ -55,4 +55,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-repos.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's Git repositor
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-repos.ps1 [[-Subpath] <String>] [<CommonParameters>] PS> ./cd-repos.ps1 [[-Subpath] <String>] [<CommonParameters>]
-Subpath <String> -Subpath <String>
Specifies an additional relative subpath (optional) Specifies an additional relative subpath (optional)
@ -82,4 +82,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-root.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script changes the current working directory to the root directo
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-root.ps1 [<CommonParameters>] PS> ./cd-root.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -57,4 +57,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-screenshots.ps1* PS> *./cd-screenshots.ps1*
==================== ====================
cd-screenshots.ps1 cd-screenshots.ps1
@ -55,4 +55,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-scripts.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the PowerShell scripts f
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-scripts.ps1 [<CommonParameters>] PS> ./cd-scripts.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-ssh.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's SSH folder.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-ssh.ps1 [<CommonParameters>] PS> ./cd-ssh.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-temp.ps1* PS> *./cd-temp.ps1*
==================== ====================
cd-temp.ps1 cd-temp.ps1
@ -52,4 +52,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-templates.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the templates folder.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-templates.ps1 [<CommonParameters>] PS> ./cd-templates.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-trash.ps1* PS> *./cd-trash.ps1*
==================== ====================
cd-trash.ps1 cd-trash.ps1
@ -55,4 +55,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-up.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to one directory level up.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-up.ps1 [<CommonParameters>] PS> ./cd-up.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-up2.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to two directory level up.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-up2.ps1 [<CommonParameters>] PS> ./cd-up2.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-up3.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to three directory levels u
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-up3.ps1 [<CommonParameters>] PS> ./cd-up3.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-up4.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to four directory levels up
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-up4.ps1 [<CommonParameters>] PS> ./cd-up4.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-users.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the users directory.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-users.ps1 [<CommonParameters>] PS> ./cd-users.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-videos.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's videos folder
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-videos.ps1 [<CommonParameters>] PS> ./cd-videos.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *cd-windows.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the Windows directory.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> cd-windows.ps1 [<CommonParameters>] PS> ./cd-windows.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *change-wallpaper.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script downloads a random photo from Unsplash and sets it as des
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> change-wallpaper.ps1 [[-Category] <String>] [<CommonParameters>] PS> ./change-wallpaper.ps1 [[-Category] <String>] [<CommonParameters>]
-Category <String> -Category <String>
Specifies the photo category (beach, city, ...) Specifies the photo category (beach, city, ...)
@ -79,4 +79,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-apps.ps1* PS> *./check-apps.ps1*
==================== ====================
This PowerShell script queries the application status and prints it. This PowerShell script queries the application status and prints it.
@ -6,7 +6,7 @@ This PowerShell script queries the application status and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-apps.ps1 [<CommonParameters>] PS> ./check-apps.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -72,4 +72,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-battery.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the status of the system battery and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-battery.ps1 [<CommonParameters>] PS> ./check-battery.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -83,4 +83,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-bios.ps1* PS> *./check-bios.ps1*
==================== ====================
This PowerShell script queries the BIOS status and prints it. This PowerShell script queries the BIOS status and prints it.
@ -6,7 +6,7 @@ This PowerShell script queries the BIOS status and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-bios.ps1 [<CommonParameters>] PS> ./check-bios.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -74,4 +74,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-cpu.ps1* PS> *./check-cpu.ps1*
==================== ====================
check-cpu.ps1 check-cpu.ps1
@ -103,4 +103,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 07/29/2023 10:10:42)* *(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-day.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current day by text-to-speech (
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-day.ps1 [<CommonParameters>] PS> ./check-day.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -57,4 +57,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-dns.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script measures and prints the DNS resolution speed by using 200
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-dns.ps1 [<CommonParameters>] PS> ./check-dns.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -74,4 +74,4 @@ foreach($row in $table){$nop=Resolve-DNSName $row.Domain}
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-drive-space.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script checks a drive for free space left (20 GB by default).
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>] PS> ./check-drive-space.ps1 [[-Drive] <String>] [[-MinLevel] <Int32>] [<CommonParameters>]
-Drive <String> -Drive <String>
Specifies the drive to check Specifies the drive to check
@ -91,4 +91,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-drives.ps1* PS> *./check-drives.ps1*
==================== ====================
This PowerShell script checks all drives for free space left. This PowerShell script checks all drives for free space left.
@ -6,7 +6,7 @@ This PowerShell script checks all drives for free space left.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-drives.ps1 [[-MinLevel] <Int32>] [<CommonParameters>] PS> ./check-drives.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
-MinLevel <Int32> -MinLevel <Int32>
Specifies the minimum warning level (10 GB by default) Specifies the minimum warning level (10 GB by default)
@ -105,4 +105,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-dusk.ps1* PS> *./check-dusk.ps1*
==================== ====================
check-dusk.ps1 check-dusk.ps1
@ -62,4 +62,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-easter-sunday.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script checks the time until Easter Sunday and replies by text-t
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-easter-sunday.ps1 [<CommonParameters>] PS> ./check-easter-sunday.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -61,4 +61,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-file-system.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script checks the file system of a drive. It needs admin rights.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>] PS> ./check-file-system.ps1 [[-Drive] <String>] [<CommonParameters>]
-Drive <String> -Drive <String>
Specifies the drive to check Specifies the drive to check
@ -75,4 +75,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-file.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script determines and prints the file type of the given file.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-file.ps1 [[-Path] <String>] [<CommonParameters>] PS> ./check-file.ps1 [[-Path] <String>] [<CommonParameters>]
-Path <String> -Path <String>
Specifies the path to the file Specifies the path to the file
@ -170,4 +170,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 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-firewall.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the status of the firewall and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-firewall.ps1 [<CommonParameters>] PS> ./check-firewall.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-gpu.ps1* PS> *./check-gpu.ps1*
==================== ====================
check-gpu.ps1 check-gpu.ps1
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-hardware.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the hardware details of the local computer and pr
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-hardware.ps1 [<CommonParameters>] PS> ./check-hardware.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -63,4 +63,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-health.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the system health of the local computer (hardware
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-health.ps1 [<CommonParameters>] PS> ./check-health.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -58,4 +58,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-independence-day.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script checks the time until Indepence Day and replies by text-t
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-independence-day.ps1 [<CommonParameters>] PS> ./check-independence-day.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -61,4 +61,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-ipv4-address.ps1* PS> *./check-ipv4-address.ps1*
==================== ====================
This PowerShell script checks the given IPv4 address for validity. This PowerShell script checks the given IPv4 address for validity.
@ -6,7 +6,7 @@ This PowerShell script checks the given IPv4 address for validity.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>] PS> ./check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
-Address <String> -Address <String>
Specifies the IPv4 address to check Specifies the IPv4 address to check
@ -84,4 +84,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-ipv6-address.ps1* PS> *./check-ipv6-address.ps1*
==================== ====================
This PowerShell script checks the given IPv6 address for validity This PowerShell script checks the given IPv6 address for validity
@ -6,7 +6,7 @@ This PowerShell script checks the given IPv6 address for validity
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>] PS> ./check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
-Address <String> -Address <String>
Specifies the IPv6 address to check Specifies the IPv6 address to check
@ -98,4 +98,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-iss-position.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script queries the position of the International Space Station (
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-iss-position.ps1 [<CommonParameters>] PS> ./check-iss-position.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -55,4 +55,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-mac-address.ps1* PS> *./check-mac-address.ps1*
==================== ====================
This PowerShell script checks the given MAC address for validity This PowerShell script checks the given MAC address for validity
@ -7,7 +7,7 @@ Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>] PS> ./check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
-MAC <String> -MAC <String>
Specifies the MAC address to check Specifies the MAC address to check
@ -87,4 +87,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 07/29/2023 10:15:06)*

View File

@ -1,4 +1,4 @@
PS> *check-midnight.ps1* PS> *./check-midnight.ps1*
==================== ====================
check-midnight.ps1 check-midnight.ps1
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-month.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current month name by text-to-s
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-month.ps1 [<CommonParameters>] PS> ./check-month.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -57,4 +57,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-moon-phase.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script determines the Moon phase and answers by text-to-speech (
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-moon-phase.ps1 [<CommonParameters>] PS> ./check-moon-phase.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -76,4 +76,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-network.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the network details of the local computer and pri
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-network.ps1 [<CommonParameters>] PS> ./check-network.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -63,4 +63,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-new-year.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script checks the time until New Year and replies by text-to-spe
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-new-year.ps1 [<CommonParameters>] PS> ./check-new-year.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-noon.ps1* PS> *./check-noon.ps1*
==================== ====================
check-noon.ps1 check-noon.ps1
@ -59,4 +59,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-os.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the operating system status and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-os.ps1 [<CommonParameters>] PS> ./check-os.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -73,4 +73,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-outlook.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script checks the inbox of Outlook for new/unread mails.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-outlook.ps1 [<CommonParameters>] PS> ./check-outlook.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -63,4 +63,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-password.ps1* PS> *./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
@ -6,7 +6,7 @@ This PowerShell script checks the security status of the given password by havei
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-password.ps1 [[-password] <String>] [<CommonParameters>] PS> ./check-password.ps1 [[-password] <String>] [<CommonParameters>]
-password <String> -password <String>
@ -94,4 +94,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-pending-reboot.ps1* PS> *./check-pending-reboot.ps1*
==================== ====================
check-pending-reboot.ps1 check-pending-reboot.ps1
@ -91,4 +91,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-ping.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script measures the ping roundtrip times from the local computer
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-ping.ps1 [[-hosts] <String>] [<CommonParameters>] PS> ./check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
-hosts <String> -hosts <String>
Specifies the hosts to check, seperated by commata (default is: amazon.com,bing.com,cnn.com,dropbox.com,facebook.com,github.com,google.com,live.com,twitter.com,youtube.com) Specifies the hosts to check, seperated by commata (default is: amazon.com,bing.com,cnn.com,dropbox.com,facebook.com,github.com,google.com,live.com,twitter.com,youtube.com)
@ -88,4 +88,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-powershell.ps1* PS> *./check-powershell.ps1*
==================== ====================
This PowerShell script queries the PowerShell status and prints it. This PowerShell script queries the PowerShell status and prints it.
@ -6,7 +6,7 @@ This PowerShell script queries the PowerShell status and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-powershell.ps1 [<CommonParameters>] PS> ./check-powershell.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-ps1-file.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script checks the given PowerShell script file(s) for validity.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-ps1-file.ps1 [[-filePattern] <String>] [<CommonParameters>] PS> ./check-ps1-file.ps1 [[-filePattern] <String>] [<CommonParameters>]
-filePattern <String> -filePattern <String>
Specifies the file pattern to the PowerShell file(s) Specifies the file pattern to the PowerShell file(s)
@ -76,4 +76,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-ram.ps1* PS> *./check-ram.ps1*
==================== ====================
check-ram.ps1 check-ram.ps1
@ -98,4 +98,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-repo.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script verifies the integrity of a local Git repository.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] PS> ./check-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
-RepoDir <String> -RepoDir <String>
Specifies the path to the Git repository (current working directory by default) Specifies the path to the Git repository (current working directory by default)
@ -128,4 +128,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-santa.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script checks the time until Saint Nicholas Day and replies by t
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-santa.ps1 [<CommonParameters>] PS> ./check-santa.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -56,4 +56,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-smart-devices.ps1* PS> *./check-smart-devices.ps1*
==================== ====================
check-smart-devices.ps1 check-smart-devices.ps1
@ -95,4 +95,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-software.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the software details of the local computer and pr
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-software.ps1 [<CommonParameters>] PS> ./check-software.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -67,4 +67,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-subnet-mask.ps1* PS> *./check-subnet-mask.ps1*
==================== ====================
This PowerShell script checks the given subnet mask for validity. This PowerShell script checks the given subnet mask for validity.
@ -6,7 +6,7 @@ This PowerShell script checks the given subnet mask for validity.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>] PS> ./check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
-address <String> -address <String>
Specifies the subnet mask to check Specifies the subnet mask to check
@ -84,4 +84,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-swap-space.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the status of the swap space and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>] PS> ./check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
-MinLevel <Int32> -MinLevel <Int32>
Specifies the minimum level (10 GB by default) Specifies the minimum level (10 GB by default)
@ -107,4 +107,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-symlinks.ps1* PS> *./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).
@ -7,7 +7,7 @@ It returns the number of broken symlinks as exit value.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-symlinks.ps1 [[-Folder] <String>] [<CommonParameters>] PS> ./check-symlinks.ps1 [[-Folder] <String>] [<CommonParameters>]
-Folder <String> -Folder <String>
Specifies the path to the folder Specifies the path to the folder
@ -96,4 +96,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-time-zone.ps1* PS> *./check-time-zone.ps1*
==================== ====================
This PowerShell script queries the time zone and prints it. This PowerShell script queries the time zone and prints it.
@ -6,7 +6,7 @@ This PowerShell script queries the time zone and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-time-zone.ps1 [<CommonParameters>] PS> ./check-time-zone.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-uptime.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script queries the computer's uptime and prints it.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-uptime.ps1 [<CommonParameters>] PS> ./check-uptime.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -80,4 +80,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-vpn.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script queries and prints the status of the VPN connection(s).
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-vpn.ps1 [<CommonParameters>] PS> ./check-vpn.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-weather.ps1* PS> *./check-weather.ps1*
==================== ====================
This PowerShell script checks the current weather report. This PowerShell script checks the current weather report.
@ -6,7 +6,7 @@ This PowerShell script checks the current weather report.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-weather.ps1 [[-location] <String>] [<CommonParameters>] PS> ./check-weather.ps1 [[-location] <String>] [<CommonParameters>]
-location <String> -location <String>
Specifies the location to use (determined automatically per default) Specifies the location to use (determined automatically per default)
@ -81,4 +81,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-week.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current week number by text-to-
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-week.ps1 [<CommonParameters>] PS> ./check-week.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -54,4 +54,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-wind.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script determines the current wind conditions and replies by tex
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-wind.ps1 [[-location] <String>] [<CommonParameters>] PS> ./check-wind.ps1 [[-location] <String>] [<CommonParameters>]
-location <String> -location <String>
Specifies the location to use (determined automatically per default) Specifies the location to use (determined automatically per default)
@ -72,4 +72,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-windows-system-files.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script checks the validity of the Windows system files. It requi
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-windows-system-files.ps1 [<CommonParameters>] PS> ./check-windows-system-files.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *check-xml-file.ps1* PS> *./check-xml-file.ps1*
==================== ====================
This PowerShell script checks the given XML file for validity. This PowerShell script checks the given XML file for validity.
@ -6,7 +6,7 @@ This PowerShell script checks the given XML file for validity.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> check-xml-file.ps1 [[-file] <String>] [<CommonParameters>] PS> ./check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
-file <String> -file <String>
Specifies the path to the XML file to check Specifies the path to the XML file to check
@ -88,4 +88,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *clean-repo.ps1* PS> *./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).
@ -7,7 +7,7 @@ NOTE: To be used with care! This cannot be undone!
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>] PS> ./clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
-RepoDir <String> -RepoDir <String>
Specifies the file path to the local Git repository Specifies the file path to the local Git repository
@ -91,4 +91,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *clean-repos.ps1* PS> *./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).
@ -6,7 +6,7 @@ This PowerShell script cleans all Git repositories in a folder from untracked fi
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>] PS> ./clean-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
-ParentDir <String> -ParentDir <String>
Specifies the path to the parent folder Specifies the path to the parent folder
@ -92,4 +92,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *clear-dns-cache.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script clears the DNS client cache of the local computer.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> clear-dns-cache.ps1 [<CommonParameters>] PS> ./clear-dns-cache.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *clear-recycle-bin.ps1* PS> *./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.
@ -7,7 +7,7 @@ IMPORTANT NOTE: this cannot be undo!
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> clear-recycle-bin.ps1 [<CommonParameters>] PS> ./clear-recycle-bin.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *clone-repos.ps1* PS> *./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.
@ -6,7 +6,7 @@ This PowerShell script clones popular Git repositories into a target directory.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> clone-repos.ps1 [[-TargetDir] <String>] [<CommonParameters>] PS> ./clone-repos.ps1 [[-TargetDir] <String>] [<CommonParameters>]
-TargetDir <String> -TargetDir <String>
Specifies the file path to the target directory (current working directory by default) Specifies the file path to the target directory (current working directory by default)
@ -109,4 +109,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-calculator.ps1* PS> *./close-calculator.ps1*
==================== ====================
This PowerShell script closes the calculator application gracefully. This PowerShell script closes the calculator application gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the calculator application gracefully.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-calculator.ps1 [<CommonParameters>] PS> ./close-calculator.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -48,4 +48,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 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-chrome.ps1* PS> *./close-chrome.ps1*
==================== ====================
This PowerShell script closes the Google Chrome Web browser gracefully. This PowerShell script closes the Google Chrome Web browser gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the Google Chrome Web browser gracefully.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-chrome.ps1 [<CommonParameters>] PS> ./close-chrome.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -48,4 +48,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-cortana.ps1* PS> *./close-cortana.ps1*
==================== ====================
This PowerShell script closes Microsoft's Cortana application gracefully. This PowerShell script closes Microsoft's Cortana application gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes Microsoft's Cortana application gracefully.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-cortana.ps1 [<CommonParameters>] PS> ./close-cortana.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -48,4 +48,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-edge.ps1* PS> *./close-edge.ps1*
==================== ====================
This PowerShell script closes the Microsoft Edge Web browser gracefully. This PowerShell script closes the Microsoft Edge Web browser gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Edge Web browser gracefully.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-edge.ps1 [<CommonParameters>] PS> ./close-edge.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -52,4 +52,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 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-file-explorer.ps1* PS> *./close-file-explorer.ps1*
==================== ====================
This PowerShell script closes the Microsoft File Explorer application gracefully. This PowerShell script closes the Microsoft File Explorer application gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft File Explorer application gracefully
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-file-explorer.ps1 [<CommonParameters>] PS> ./close-file-explorer.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -48,4 +48,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-firefox.ps1* PS> *./close-firefox.ps1*
==================== ====================
This PowerShell script closes the Mozilla Firefox Web browser gracefully. This PowerShell script closes the Mozilla Firefox Web browser gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the Mozilla Firefox Web browser gracefully.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-firefox.ps1 [<CommonParameters>] PS> ./close-firefox.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -48,4 +48,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-git-extensions.ps1* PS> *./close-git-extensions.ps1*
==================== ====================
This PowerShell script closes the Git Extensions application gracefully. This PowerShell script closes the Git Extensions application gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the Git Extensions application gracefully.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-git-extensions.ps1 [<CommonParameters>] PS> ./close-git-extensions.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -52,4 +52,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 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-magnifier.ps1* PS> *./close-magnifier.ps1*
==================== ====================
This PowerShell script closes the Windows Screen Magnifier application gracefully. This PowerShell script closes the Windows Screen Magnifier application gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the Windows Screen Magnifier application gracefull
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-magnifier.ps1 [<CommonParameters>] PS> ./close-magnifier.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -48,4 +48,4 @@ tskill magnify
exit 0 # success exit 0 # success
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 07/29/2023 10:15:07)*

View File

@ -1,4 +1,4 @@
PS> *close-microsoft-paint.ps1* PS> *./close-microsoft-paint.ps1*
==================== ====================
This PowerShell script closes the Microsoft Paint application gracefully. This PowerShell script closes the Microsoft Paint application gracefully.
@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Paint application gracefully.
Parameters Parameters
---------- ----------
```powershell ```powershell
PS> close-microsoft-paint.ps1 [<CommonParameters>] PS> ./close-microsoft-paint.ps1 [<CommonParameters>]
[<CommonParameters>] [<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -52,4 +52,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 as of 07/29/2023 10:10:43)* *(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 07/29/2023 10:15:07)*

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