Updated the Markdown manuals

This commit is contained in:
Markus Fleschutz 2024-01-25 13:37:12 +01:00
parent e12bff48a1
commit e11581f2cd
607 changed files with 1840 additions and 1840 deletions

View File

@ -1,5 +1,5 @@
*add-firewall-rules.ps1* Script: *add-firewall-rules.ps1*
================ ========================
This PowerShell script adds firewall rules for the given executable. Administrator rights are required. This PowerShell script adds firewall rules for the given executable. Administrator rights are required.
@ -113,4 +113,4 @@ try {
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*add-memo.ps1* Script: *add-memo.ps1*
================ ========================
This PowerShell script saves the given memo text to Memos.csv in your home folder. This PowerShell script saves the given memo text to Memos.csv in your home folder.
@ -79,4 +79,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*alert.ps1* Script: *alert.ps1*
================ ========================
This PowerShell script handles and escalates the given alert message. This PowerShell script handles and escalates the given alert message.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*build-repo.ps1* Script: *build-repo.ps1*
================ ========================
This PowerShell script builds a Git repository by supporting build systems such as: autogen, cmake, configure, Gradle, Imakefile, Makefile, and Meson. This PowerShell script builds a Git repository by supporting build systems such as: autogen, cmake, configure, Gradle, Imakefile, Makefile, and Meson.
@ -192,4 +192,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*build-repos.ps1* Script: *build-repos.ps1*
================ ========================
This PowerShell script builds all Git repositories in a folder. This PowerShell script builds all Git repositories in a folder.
@ -82,4 +82,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-autostart.ps1* Script: *cd-autostart.ps1*
================ ========================
This PowerShell script changes the working directory to the user's autostart folder. This PowerShell script changes the working directory to the user's autostart folder.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-crashdumps.ps1* Script: *cd-crashdumps.ps1*
================ ========================
This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash. This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash.
@ -63,4 +63,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-desktop.ps1* Script: *cd-desktop.ps1*
================ ========================
This PowerShell script changes the working directory to the user's desktop folder. This PowerShell script changes the working directory to the user's desktop folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-docs.ps1* Script: *cd-docs.ps1*
================ ========================
This PowerShell script changes the working directory to the documents folder. This PowerShell script changes the working directory to the documents folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-downloads.ps1* Script: *cd-downloads.ps1*
================ ========================
This PowerShell script changes the working directory to the user's downloads folder. This PowerShell script changes the working directory to the user's downloads folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-dropbox.ps1* Script: *cd-dropbox.ps1*
================ ========================
This PowerShell script changes the working directory to the user's Dropbox folder. This PowerShell script changes the working directory to the user's Dropbox folder.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-etc.ps1* Script: *cd-etc.ps1*
================ ========================
This PowerShell script changes the working directory to the /etc directory. This PowerShell script changes the working directory to the /etc directory.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-fonts.ps1* Script: *cd-fonts.ps1*
================ ========================
This PowerShell script changes the working directory to the fonts folder. This PowerShell script changes the working directory to the fonts folder.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-home.ps1* Script: *cd-home.ps1*
================ ========================
This PowerShell script changes the working directory to the user's home directory. This PowerShell script changes the working directory to the user's home directory.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 01/25/2024 13:36:48)*

View File

@ -1,5 +1,5 @@
*cd-logs.ps1* Script: *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 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-music.ps1* Script: *cd-music.ps1*
================ ========================
This PowerShell script changes the working directory to the user's music folder. This PowerShell script changes the working directory to the user's music folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-onedrive.ps1* Script: *cd-onedrive.ps1*
================ ========================
This PowerShell script changes the working directory to the user's OneDrive folder. This PowerShell script changes the working directory to the user's OneDrive folder.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-pics.ps1* Script: *cd-pics.ps1*
================ ========================
This PowerShell script changes the working directory to the user's pictures folder. This PowerShell script changes the working directory to the user's pictures folder.
@ -62,4 +62,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-public.ps1* Script: *cd-public.ps1*
================ ========================
This PowerShell script changes the working directory to the Public folder. This PowerShell script changes the working directory to the Public folder.
@ -62,4 +62,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-recycle-bin.ps1* Script: *cd-recycle-bin.ps1*
================ ========================
cd-recycle-bin.ps1 cd-recycle-bin.ps1
@ -53,4 +53,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-repos.ps1* Script: *cd-repos.ps1*
================ ========================
This PowerShell script changes the working directory to the user's Git repositories folder. This PowerShell script changes the working directory to the user's Git repositories folder.
@ -80,4 +80,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-root.ps1* Script: *cd-root.ps1*
================ ========================
This PowerShell script changes the current working directory to the root directory (C:\ on Windows). This PowerShell script changes the current working directory to the root directory (C:\ on Windows).
@ -57,4 +57,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-screenshots.ps1* Script: *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 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-scripts.ps1* Script: *cd-scripts.ps1*
================ ========================
This PowerShell script changes the working directory to the PowerShell scripts folder. This PowerShell script changes the working directory to the PowerShell scripts folder.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-ssh.ps1* Script: *cd-ssh.ps1*
================ ========================
This PowerShell script changes the working directory to the user's SSH folder. This PowerShell script changes the working directory to the user's SSH folder.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-temp.ps1* Script: *cd-temp.ps1*
================ ========================
cd-temp.ps1 cd-temp.ps1
@ -50,4 +50,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-templates.ps1* Script: *cd-templates.ps1*
================ ========================
This PowerShell script changes the working directory to the templates folder. This PowerShell script changes the working directory to the templates folder.
@ -62,4 +62,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-trash.ps1* Script: *cd-trash.ps1*
================ ========================
cd-trash.ps1 cd-trash.ps1
@ -53,4 +53,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-up.ps1* Script: *cd-up.ps1*
================ ========================
This PowerShell script changes the working directory to one directory level up. This PowerShell script changes the working directory to one directory level up.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 01/25/2024 13:28:31)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-up2.ps1* Script: *cd-up2.ps1*
================ ========================
This PowerShell script changes the working directory to two directory level up. This PowerShell script changes the working directory to two directory level up.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-up3.ps1* Script: *cd-up3.ps1*
================ ========================
This PowerShell script changes the working directory to three directory levels up. This PowerShell script changes the working directory to three directory levels up.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-up4.ps1* Script: *cd-up4.ps1*
================ ========================
This PowerShell script changes the working directory to four directory levels up. This PowerShell script changes the working directory to four directory levels up.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-users.ps1* Script: *cd-users.ps1*
================ ========================
This PowerShell script changes the working directory to the users directory. This PowerShell script changes the working directory to the users directory.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-videos.ps1* Script: *cd-videos.ps1*
================ ========================
This PowerShell script changes the working directory to the user's videos folder. This PowerShell script changes the working directory to the user's videos folder.
@ -62,4 +62,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*cd-windows.ps1* Script: *cd-windows.ps1*
================ ========================
This PowerShell script changes the working directory to the Windows directory. This PowerShell script changes the working directory to the Windows directory.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*change-wallpaper.ps1* Script: *change-wallpaper.ps1*
================ ========================
This PowerShell script downloads a random photo from Unsplash and sets it as desktop background. This PowerShell script downloads a random photo from Unsplash and sets it as desktop background.
@ -79,4 +79,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-admin.ps1* Script: *check-admin.ps1*
================ ========================
This PowerShell script checks if the user has administrator rights. This PowerShell script checks if the user has administrator rights.
@ -67,4 +67,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-admin.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-admin.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-apps.ps1* Script: *check-apps.ps1*
================ ========================
This PowerShell script queries the installed applications and prints it. This PowerShell script queries the installed applications and prints it.
@ -75,4 +75,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-bios.ps1* Script: *check-bios.ps1*
================ ========================
This PowerShell script queries the BIOS status and prints it. This PowerShell script queries the BIOS status and prints it.
@ -76,4 +76,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-cpu.ps1* Script: *check-cpu.ps1*
================ ========================
check-cpu.ps1 check-cpu.ps1
@ -101,4 +101,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-credentials.ps1* Script: *check-credentials.ps1*
================ ========================
This PowerShell script asks for credentials and checks them against saved ones ("$HOME\my.credentials" by default). This PowerShell script asks for credentials and checks them against saved ones ("$HOME\my.credentials" by default).
@ -82,4 +82,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-credentials.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-credentials.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-day.ps1* Script: *check-day.ps1*
================ ========================
This PowerShell script determines and speaks the current day by text-to-speech (TTS). This PowerShell script determines and speaks the current day by text-to-speech (TTS).
@ -57,4 +57,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-dns.ps1* Script: *check-dns.ps1*
================ ========================
This PowerShell script measures the DNS resolution speed (using 100 popular domains) and prints it. This PowerShell script measures the DNS resolution speed (using 100 popular domains) and prints it.
@ -73,4 +73,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-drive-space.ps1* Script: *check-drive-space.ps1*
================ ========================
This PowerShell script checks the given drive for free space left (10 GB by default). This PowerShell script checks the given drive for free space left (10 GB by default).
@ -110,4 +110,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-drives.ps1* Script: *check-drives.ps1*
================ ========================
This PowerShell script queries the free space of all drives and prints it. This PowerShell script queries the free space of all drives and prints it.
@ -105,4 +105,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-dusk.ps1* Script: *check-dusk.ps1*
================ ========================
check-dusk.ps1 check-dusk.ps1
@ -63,4 +63,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-easter-sunday.ps1* Script: *check-easter-sunday.ps1*
================ ========================
This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS). This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS).
@ -61,4 +61,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-file-system.ps1* Script: *check-file-system.ps1*
================ ========================
This PowerShell script checks the file system of a drive. It needs admin rights. This PowerShell script checks the file system of a drive. It needs admin rights.
@ -75,4 +75,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-file.ps1* Script: *check-file.ps1*
================ ========================
This PowerShell script determines and prints the file type of the given file. This PowerShell script determines and prints the file type of the given file.
@ -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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-firewall.ps1* Script: *check-firewall.ps1*
================ ========================
This PowerShell script queries the status of the firewall and prints it. This PowerShell script queries the status of the firewall and prints it.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-gpu.ps1* Script: *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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-hardware.ps1* Script: *check-hardware.ps1*
================ ========================
This PowerShell script queries the hardware details of the local computer and prints it. This PowerShell script queries the hardware details of the local computer and prints it.
@ -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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-health.ps1* Script: *check-health.ps1*
================ ========================
This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it. This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it.
@ -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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-independence-day.ps1* Script: *check-independence-day.ps1*
================ ========================
This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS). This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS).
@ -61,4 +61,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-ipv4-address.ps1* Script: *check-ipv4-address.ps1*
================ ========================
This PowerShell script checks the given IPv4 address for validity. This PowerShell script checks the given IPv4 address for validity.
@ -84,4 +84,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-ipv6-address.ps1* Script: *check-ipv6-address.ps1*
================ ========================
This PowerShell script checks the given IPv6 address for validity This PowerShell script checks the given IPv6 address for validity
@ -98,4 +98,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-iss-position.ps1* Script: *check-iss-position.ps1*
================ ========================
This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS). This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS).
@ -55,4 +55,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-mac-address.ps1* Script: *check-mac-address.ps1*
================ ========================
This PowerShell script checks the given MAC address for validity This PowerShell script checks the given MAC address for validity
Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000. Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000.
@ -87,4 +87,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-midnight.ps1* Script: *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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-month.ps1* Script: *check-month.ps1*
================ ========================
This PowerShell script determines and speaks the current month name by text-to-speech (TTS). This PowerShell script determines and speaks the current month name by text-to-speech (TTS).
@ -57,4 +57,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-moon-phase.ps1* Script: *check-moon-phase.ps1*
================ ========================
This PowerShell script determines the Moon phase and answers by text-to-speech (TTS). This PowerShell script determines the Moon phase and answers by text-to-speech (TTS).
@ -76,4 +76,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-network.ps1* Script: *check-network.ps1*
================ ========================
This PowerShell script queries the network details of the local computer and prints it. This PowerShell script queries the network details of the local computer and prints it.
@ -65,4 +65,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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-new-year.ps1* Script: *check-new-year.ps1*
================ ========================
This PowerShell script checks the time until New Year and replies by text-to-speech (TTS). This PowerShell script checks the time until New Year and replies by text-to-speech (TTS).
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-noon.ps1* Script: *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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-os.ps1* Script: *check-os.ps1*
================ ========================
This PowerShell script queries the operating system status and prints it. This PowerShell script queries the operating system status and prints it.
@ -73,4 +73,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 01/25/2024 13:36:49)*

View File

@ -1,5 +1,5 @@
*check-outlook.ps1* Script: *check-outlook.ps1*
================ ========================
This PowerShell script checks the inbox of Outlook for new/unread mails. This PowerShell script checks the inbox of Outlook for new/unread mails.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-password.ps1* Script: *check-password.ps1*
================ ========================
This PowerShell script checks the security status of the given password by haveibeenpwned.com This PowerShell script checks the security status of the given password by haveibeenpwned.com
@ -94,4 +94,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-pending-reboot.ps1* Script: *check-pending-reboot.ps1*
================ ========================
check-pending-reboot.ps1 check-pending-reboot.ps1
@ -92,4 +92,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-power.ps1* Script: *check-power.ps1*
================ ========================
This PowerShell script queries the power status and prints it. This PowerShell script queries the power status and prints it.
@ -92,4 +92,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-powershell.ps1* Script: *check-powershell.ps1*
================ ========================
check-powershell.ps1 check-powershell.ps1
@ -59,4 +59,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-ps1-file.ps1* Script: *check-ps1-file.ps1*
================ ========================
This PowerShell script checks the given PowerShell script file(s) for validity. This PowerShell script checks the given PowerShell script file(s) for validity.
@ -76,4 +76,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-ram.ps1* Script: *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 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-repo.ps1* Script: *check-repo.ps1*
================ ========================
This PowerShell script verifies the integrity of a local Git repository. This PowerShell script verifies the integrity of a local Git repository.
@ -128,4 +128,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 01/25/2024 13:28:32)* *(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-repos.ps1* Script: *check-repos.ps1*
================ ========================
This PowerShell script checks all Git repositories in a folder. This PowerShell script checks all Git repositories in a folder.
@ -82,4 +82,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-repos.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-repos.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-santa.ps1* Script: *check-santa.ps1*
================ ========================
This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS). This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS).
@ -56,4 +56,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-smart-devices.ps1* Script: *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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-software.ps1* Script: *check-software.ps1*
================ ========================
This PowerShell script queries the software status of the local computer and prints it. This PowerShell script queries the software status of the local computer and prints it.
@ -69,4 +69,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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-subnet-mask.ps1* Script: *check-subnet-mask.ps1*
================ ========================
This PowerShell script checks the given subnet mask for validity. This PowerShell script checks the given subnet mask for validity.
@ -84,4 +84,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-swap-space.ps1* Script: *check-swap-space.ps1*
================ ========================
This PowerShell script queries the current status of the swap space and prints it. This PowerShell script queries the current status of the swap space and prints it.
@ -105,4 +105,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-symlinks.ps1* Script: *check-symlinks.ps1*
================ ========================
This PowerShell script checks every symbolic link in a folder (including subfolders). This PowerShell script checks every symbolic link in a folder (including subfolders).
It returns the number of broken symlinks as exit value. It returns the number of broken symlinks as exit value.
@ -100,4 +100,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-time-zone.ps1* Script: *check-time-zone.ps1*
================ ========================
This PowerShell script queries the time zone and prints it. This PowerShell script queries the time zone and prints it.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-uptime.ps1* Script: *check-uptime.ps1*
================ ========================
check-uptime.ps1 check-uptime.ps1
@ -61,4 +61,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-vpn.ps1* Script: *check-vpn.ps1*
================ ========================
This PowerShell script queries the status of the VPN connection(s) and prints it. This PowerShell script queries the status of the VPN connection(s) and prints it.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-weather.ps1* Script: *check-weather.ps1*
================ ========================
This PowerShell script checks the current weather report. This PowerShell script checks the current weather report.
@ -81,4 +81,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-week.ps1* Script: *check-week.ps1*
================ ========================
This PowerShell script determines and speaks the current week number by text-to-speech (TTS). This PowerShell script determines and speaks the current week number by text-to-speech (TTS).
@ -54,4 +54,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-wind.ps1* Script: *check-wind.ps1*
================ ========================
This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS). This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS).
@ -72,4 +72,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-windows-system-files.ps1* Script: *check-windows-system-files.ps1*
================ ========================
This PowerShell script checks the validity of the Windows system files. It requires admin rights. This PowerShell script checks the validity of the Windows system files. It requires admin rights.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-xml-file.ps1* Script: *check-xml-file.ps1*
================ ========================
This PowerShell script checks the given XML file for validity. This PowerShell script checks the given XML file for validity.
@ -84,4 +84,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*check-xml-files.ps1* Script: *check-xml-files.ps1*
================ ========================
This PowerShell script verifies each XML file (with suffix .xml) in the given directory tree for validity. This PowerShell script verifies each XML file (with suffix .xml) in the given directory tree for validity.
@ -83,4 +83,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-files.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of check-xml-files.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*clean-repo.ps1* Script: *clean-repo.ps1*
================ ========================
This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules). This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules).
NOTE: To be used with care! This cannot be undone! NOTE: To be used with care! This cannot be undone!
@ -101,4 +101,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*clean-repos.ps1* Script: *clean-repos.ps1*
================ ========================
This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules). This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules).
@ -100,4 +100,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*clear-dns-cache.ps1* Script: *clear-dns-cache.ps1*
================ ========================
This PowerShell script clears the DNS client cache of the local computer. This PowerShell script clears the DNS client cache of the local computer.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*clear-recycle-bin.ps1* Script: *clear-recycle-bin.ps1*
================ ========================
This PowerShell script removes the content of the recycle bin folder permanently. This PowerShell script removes the content of the recycle bin folder permanently.
IMPORTANT NOTE: this cannot be undo! IMPORTANT NOTE: this cannot be undo!
@ -58,4 +58,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*clone-repos.ps1* Script: *clone-repos.ps1*
================ ========================
This PowerShell script clones popular Git repositories into a common target directory. This PowerShell script clones popular Git repositories into a common target directory.
@ -112,4 +112,4 @@ try {
} }
``` ```
*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*close-calculator.ps1* Script: *close-calculator.ps1*
================ ========================
This PowerShell script closes the calculator application gracefully. This PowerShell script closes the calculator application gracefully.
@ -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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*close-chrome.ps1* Script: *close-chrome.ps1*
================ ========================
This PowerShell script closes the Google Chrome Web browser gracefully. This PowerShell script closes the Google Chrome Web browser gracefully.
@ -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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*close-cortana.ps1* Script: *close-cortana.ps1*
================ ========================
This PowerShell script closes Microsoft's Cortana application gracefully. This PowerShell script closes Microsoft's Cortana application gracefully.
@ -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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*close-edge.ps1* Script: *close-edge.ps1*
================ ========================
This PowerShell script closes the Microsoft Edge Web browser gracefully. This PowerShell script closes the Microsoft Edge Web browser gracefully.
@ -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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*close-file-explorer.ps1* Script: *close-file-explorer.ps1*
================ ========================
This PowerShell script closes the Microsoft File Explorer application gracefully. This PowerShell script closes the Microsoft File Explorer application gracefully.
@ -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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 01/25/2024 13:36:50)*

View File

@ -1,5 +1,5 @@
*close-firefox.ps1* Script: *close-firefox.ps1*
================ ========================
This PowerShell script closes the Mozilla Firefox Web browser gracefully. This PowerShell script closes the Mozilla Firefox Web browser gracefully.
@ -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 01/25/2024 13:28:33)* *(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 01/25/2024 13:36:50)*

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