Update the manuals

This commit is contained in:
Markus Fleschutz 2023-07-29 10:11:05 +02:00
parent 379dfe7655
commit 834eaca343
555 changed files with 1063 additions and 1063 deletions

View File

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

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script handles and escalates the given alert message.
Parameters
----------
```powershell
alert.ps1 [[-Message] <String>] [<CommonParameters>]
PS> alert.ps1 [[-Message] <String>] [<CommonParameters>]
-Message <String>
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 07/29/2023 10:10:42)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script builds all Git repositories in a folder.
Parameters
----------
```powershell
build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
PS> build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
-ParentDir <String>
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's autostart fol
Parameters
----------
```powershell
cd-autostart.ps1 [<CommonParameters>]
PS> cd-autostart.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the crash dumps director
Parameters
----------
```powershell
cd-crashdumps.ps1 [<CommonParameters>]
PS> cd-crashdumps.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's desktop folde
Parameters
----------
```powershell
cd-desktop.ps1 [<CommonParameters>]
PS> cd-desktop.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the documents folder.
Parameters
----------
```powershell
cd-docs.ps1 [<CommonParameters>]
PS> cd-docs.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's downloads fol
Parameters
----------
```powershell
cd-downloads.ps1 [<CommonParameters>]
PS> cd-downloads.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's Dropbox folde
Parameters
----------
```powershell
cd-dropbox.ps1 [<CommonParameters>]
PS> cd-dropbox.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the /etc directory.
Parameters
----------
```powershell
cd-etc.ps1 [<CommonParameters>]
PS> cd-etc.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the fonts folder.
Parameters
----------
```powershell
cd-fonts.ps1 [<CommonParameters>]
PS> cd-fonts.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's home director
Parameters
----------
```powershell
cd-home.ps1 [<CommonParameters>]
PS> cd-home.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 07/29/2023 10:10:42)*

View File

@ -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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's music folder.
Parameters
----------
```powershell
cd-music.ps1 [<CommonParameters>]
PS> cd-music.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's OneDrive fold
Parameters
----------
```powershell
cd-onedrive.ps1 [<CommonParameters>]
PS> cd-onedrive.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's pictures fold
Parameters
----------
```powershell
cd-pics.ps1 [<CommonParameters>]
PS> cd-pics.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the Public folder.
Parameters
----------
```powershell
cd-public.ps1 [<CommonParameters>]
PS> cd-public.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 07/29/2023 10:10:42)*

View File

@ -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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 07/29/2023 10:10:42)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script changes the current working directory to the root directo
Parameters
----------
```powershell
cd-root.ps1 [<CommonParameters>]
PS> cd-root.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 07/29/2023 10:10:42)*

View File

@ -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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the PowerShell scripts f
Parameters
----------
```powershell
cd-scripts.ps1 [<CommonParameters>]
PS> cd-scripts.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's SSH folder.
Parameters
----------
```powershell
cd-ssh.ps1 [<CommonParameters>]
PS> cd-ssh.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:00)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 07/29/2023 10:10:42)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the templates folder.
Parameters
----------
```powershell
cd-templates.ps1 [<CommonParameters>]
PS> cd-templates.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 07/29/2023 10:10:42)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to one directory level up.
Parameters
----------
```powershell
cd-up.ps1 [<CommonParameters>]
PS> cd-up.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to two directory level up.
Parameters
----------
```powershell
cd-up2.ps1 [<CommonParameters>]
PS> cd-up2.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to three directory levels u
Parameters
----------
```powershell
cd-up3.ps1 [<CommonParameters>]
PS> cd-up3.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to four directory levels up
Parameters
----------
```powershell
cd-up4.ps1 [<CommonParameters>]
PS> cd-up4.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the users directory.
Parameters
----------
```powershell
cd-users.ps1 [<CommonParameters>]
PS> cd-users.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's videos folder
Parameters
----------
```powershell
cd-videos.ps1 [<CommonParameters>]
PS> cd-videos.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the Windows directory.
Parameters
----------
```powershell
cd-windows.ps1 [<CommonParameters>]
PS> cd-windows.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 07/29/2023 10:10:42)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script queries the application status and prints it.
Parameters
----------
```powershell
check-apps.ps1 [<CommonParameters>]
PS> check-apps.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the status of the system battery and prints it.
Parameters
----------
```powershell
check-battery.ps1 [<CommonParameters>]
PS> check-battery.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the BIOS status and prints it.
Parameters
----------
```powershell
check-bios.ps1 [<CommonParameters>]
PS> check-bios.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 07/29/2023 10:10:42)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 07/29/2023 10:10:42)*

View File

@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current day by text-to-speech (
Parameters
----------
```powershell
check-day.ps1 [<CommonParameters>]
PS> check-day.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script measures and prints the DNS resolution speed by using 200
Parameters
----------
```powershell
check-dns.ps1 [<CommonParameters>]
PS> check-dns.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script checks all drives for free space left.
Parameters
----------
```powershell
check-drives.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
PS> check-drives.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
-MinLevel <Int32>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 07/29/2023 10:10:43)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the time until Easter Sunday and replies by text-t
Parameters
----------
```powershell
check-easter-sunday.ps1 [<CommonParameters>]
PS> check-easter-sunday.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script queries the status of the firewall and prints it.
Parameters
----------
```powershell
check-firewall.ps1 [<CommonParameters>]
PS> check-firewall.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 07/29/2023 10:10:43)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script checks the time until Indepence Day and replies by text-t
Parameters
----------
```powershell
check-independence-day.ps1 [<CommonParameters>]
PS> check-independence-day.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the given IPv4 address for validity.
Parameters
----------
```powershell
check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
PS> check-ipv4-address.ps1 [[-Address] <String>] [<CommonParameters>]
-Address <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the given IPv6 address for validity
Parameters
----------
```powershell
check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
PS> check-ipv6-address.ps1 [[-Address] <String>] [<CommonParameters>]
-Address <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the position of the International Space Station (
Parameters
----------
```powershell
check-iss-position.ps1 [<CommonParameters>]
PS> check-iss-position.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 07/29/2023 10:10:43)*

View File

@ -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
----------
```powershell
check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
PS> check-mac-address.ps1 [[-MAC] <String>] [<CommonParameters>]
-MAC <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 07/29/2023 10:10:43)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current month name by text-to-s
Parameters
----------
```powershell
check-month.ps1 [<CommonParameters>]
PS> check-month.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script determines the Moon phase and answers by text-to-speech (
Parameters
----------
```powershell
check-moon-phase.ps1 [<CommonParameters>]
PS> check-moon-phase.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script checks the time until New Year and replies by text-to-spe
Parameters
----------
```powershell
check-new-year.ps1 [<CommonParameters>]
PS> check-new-year.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 07/29/2023 10:10:43)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the operating system status and prints it.
Parameters
----------
```powershell
check-os.ps1 [<CommonParameters>]
PS> check-os.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the inbox of Outlook for new/unread mails.
Parameters
----------
```powershell
check-outlook.ps1 [<CommonParameters>]
PS> check-outlook.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script measures the ping roundtrip times from the local computer
Parameters
----------
```powershell
check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
PS> check-ping.ps1 [[-hosts] <String>] [<CommonParameters>]
-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)
@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the PowerShell status and prints it.
Parameters
----------
```powershell
check-powershell.ps1 [<CommonParameters>]
PS> check-powershell.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script verifies the integrity of a local Git repository.
Parameters
----------
```powershell
check-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
PS> check-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
-RepoDir <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the time until Saint Nicholas Day and replies by t
Parameters
----------
```powershell
check-santa.ps1 [<CommonParameters>]
PS> check-santa.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 07/29/2023 10:10:43)*

View File

@ -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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script checks the given subnet mask for validity.
Parameters
----------
```powershell
check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
PS> check-subnet-mask.ps1 [[-address] <String>] [<CommonParameters>]
-address <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the status of the swap space and prints it.
Parameters
----------
```powershell
check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
PS> check-swap-space.ps1 [[-MinLevel] <Int32>] [<CommonParameters>]
-MinLevel <Int32>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 07/29/2023 10:10:43)*

View File

@ -7,7 +7,7 @@ It returns the number of broken symlinks as exit value.
Parameters
----------
```powershell
check-symlinks.ps1 [[-Folder] <String>] [<CommonParameters>]
PS> check-symlinks.ps1 [[-Folder] <String>] [<CommonParameters>]
-Folder <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the time zone and prints it.
Parameters
----------
```powershell
check-time-zone.ps1 [<CommonParameters>]
PS> check-time-zone.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries the computer's uptime and prints it.
Parameters
----------
```powershell
check-uptime.ps1 [<CommonParameters>]
PS> check-uptime.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script queries and prints the status of the VPN connection(s).
Parameters
----------
```powershell
check-vpn.ps1 [<CommonParameters>]
PS> check-vpn.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the current weather report.
Parameters
----------
```powershell
check-weather.ps1 [[-location] <String>] [<CommonParameters>]
PS> check-weather.ps1 [[-location] <String>] [<CommonParameters>]
-location <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current week number by text-to-
Parameters
----------
```powershell
check-week.ps1 [<CommonParameters>]
PS> check-week.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script determines the current wind conditions and replies by tex
Parameters
----------
```powershell
check-wind.ps1 [[-location] <String>] [<CommonParameters>]
PS> check-wind.ps1 [[-location] <String>] [<CommonParameters>]
-location <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the validity of the Windows system files. It requi
Parameters
----------
```powershell
check-windows-system-files.ps1 [<CommonParameters>]
PS> check-windows-system-files.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script checks the given XML file for validity.
Parameters
----------
```powershell
check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
PS> check-xml-file.ps1 [[-file] <String>] [<CommonParameters>]
-file <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 07/29/2023 10:10:43)*

View File

@ -7,7 +7,7 @@ NOTE: To be used with care! This cannot be undone!
Parameters
----------
```powershell
clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
PS> clean-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
-RepoDir <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script clears the DNS client cache of the local computer.
Parameters
----------
```powershell
clear-dns-cache.ps1 [<CommonParameters>]
PS> clear-dns-cache.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 07/29/2023 10:10:43)*

View File

@ -7,7 +7,7 @@ IMPORTANT NOTE: this cannot be undo!
Parameters
----------
```powershell
clear-recycle-bin.ps1 [<CommonParameters>]
PS> clear-recycle-bin.ps1 [<CommonParameters>]
[<CommonParameters>]
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script clones popular Git repositories into a target directory.
Parameters
----------
```powershell
clone-repos.ps1 [[-TargetDir] <String>] [<CommonParameters>]
PS> clone-repos.ps1 [[-TargetDir] <String>] [<CommonParameters>]
-TargetDir <String>
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:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 07/29/2023 10:10:43)*

View File

@ -6,7 +6,7 @@ This PowerShell script closes the calculator application gracefully.
Parameters
----------
```powershell
close-calculator.ps1 [<CommonParameters>]
PS> close-calculator.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -48,4 +48,4 @@ Stop-Process -name "CalculatorApp"
exit 0 # success
```
*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 07/29/2023 10:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Edge Web browser gracefully.
Parameters
----------
```powershell
close-edge.ps1 [<CommonParameters>]
PS> close-edge.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") {
exit 0 # success
```
*(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 07/29/2023 10:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script closes the Git Extensions application gracefully.
Parameters
----------
```powershell
close-git-extensions.ps1 [<CommonParameters>]
PS> close-git-extensions.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") {
exit 0 # success
```
*(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 07/29/2023 10:06:01)*
*(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 07/29/2023 10:10:43)*

View File

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

View File

@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Paint application gracefully.
Parameters
----------
```powershell
close-microsoft-paint.ps1 [<CommonParameters>]
PS> close-microsoft-paint.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") {
exit 0 # success
```
*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 07/29/2023 10:06:02)*
*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 07/29/2023 10:10:43)*

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