mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 15:33:15 +01:00
Updated the manuals
This commit is contained in:
parent
54635c32da
commit
73d250a182
@ -1,5 +1,5 @@
|
||||
Script: *add-firewall-rules.ps1*
|
||||
========================
|
||||
The *add-firewall-rules.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *alert.ps1*
|
||||
========================
|
||||
The *alert.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *build-repo.ps1*
|
||||
========================
|
||||
The *build-repo.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script builds a Git repository by supporting build systems such as: autogen, cmake, configure, Gradle, Imakefile, Makefile, and Meson.
|
||||
|
||||
@ -196,4 +196,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *build-repos.ps1*
|
||||
========================
|
||||
The *build-repos.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-autostart.ps1*
|
||||
========================
|
||||
The *cd-autostart.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-crashdumps.ps1*
|
||||
========================
|
||||
The *cd-crashdumps.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-desktop.ps1*
|
||||
========================
|
||||
The *cd-desktop.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-docs.ps1*
|
||||
========================
|
||||
The *cd-docs.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-downloads.ps1*
|
||||
========================
|
||||
The *cd-downloads.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-dropbox.ps1*
|
||||
========================
|
||||
The *cd-dropbox.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the user's Dropbox folder.
|
||||
|
||||
@ -58,4 +58,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-etc.ps1*
|
||||
========================
|
||||
The *cd-etc.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-fonts.ps1*
|
||||
========================
|
||||
The *cd-fonts.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-home.ps1*
|
||||
========================
|
||||
The *cd-home.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the user's home directory.
|
||||
|
||||
@ -58,4 +58,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-jenkins.ps1*
|
||||
========================
|
||||
The *cd-jenkins.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the Jenkins home directory.
|
||||
|
||||
@ -63,4 +63,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-jenkins.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-jenkins.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-logs.ps1*
|
||||
========================
|
||||
The *cd-logs.ps1* Script
|
||||
===========================
|
||||
|
||||
cd-logs.ps1
|
||||
|
||||
@ -48,4 +48,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-music.ps1*
|
||||
========================
|
||||
The *cd-music.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-nextcloud.ps1*
|
||||
========================
|
||||
The *cd-nextcloud.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the user's NextCloud folder.
|
||||
|
||||
@ -58,4 +58,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-nextcloud.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-nextcloud.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-onedrive.ps1*
|
||||
========================
|
||||
The *cd-onedrive.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the user's OneDrive folder.
|
||||
|
||||
@ -58,4 +58,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-pics.ps1*
|
||||
========================
|
||||
The *cd-pics.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-public.ps1*
|
||||
========================
|
||||
The *cd-public.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-recent.ps1*
|
||||
========================
|
||||
The *cd-recent.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the 'recent' folder.
|
||||
|
||||
@ -60,4 +60,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-recent.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-recent.ps1 as of 11/08/2024 12:37:48)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-recycle-bin.ps1*
|
||||
========================
|
||||
The *cd-recycle-bin.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-repo.ps1*
|
||||
========================
|
||||
The *cd-repo.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the given local Git repository.
|
||||
|
||||
@ -90,4 +90,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-repo.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-repo.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-repos.ps1*
|
||||
========================
|
||||
The *cd-repos.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the user's Git repositories folder.
|
||||
|
||||
@ -73,4 +73,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-root.ps1*
|
||||
========================
|
||||
The *cd-root.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:45)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-screenshots.ps1*
|
||||
========================
|
||||
The *cd-screenshots.ps1* Script
|
||||
===========================
|
||||
|
||||
cd-screenshots.ps1
|
||||
|
||||
@ -55,4 +55,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-scripts.ps1*
|
||||
========================
|
||||
The *cd-scripts.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-ssh.ps1*
|
||||
========================
|
||||
The *cd-ssh.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script changes the working directory to the user's secure shell (SSH) folder.
|
||||
|
||||
@ -59,4 +59,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-temp.ps1*
|
||||
========================
|
||||
The *cd-temp.ps1* Script
|
||||
===========================
|
||||
|
||||
cd-temp.ps1
|
||||
|
||||
@ -50,4 +50,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-templates.ps1*
|
||||
========================
|
||||
The *cd-templates.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-trash.ps1*
|
||||
========================
|
||||
The *cd-trash.ps1* Script
|
||||
===========================
|
||||
|
||||
cd-trash.ps1
|
||||
|
||||
@ -53,4 +53,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-up.ps1*
|
||||
========================
|
||||
The *cd-up.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-up2.ps1*
|
||||
========================
|
||||
The *cd-up2.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-up3.ps1*
|
||||
========================
|
||||
The *cd-up3.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-up4.ps1*
|
||||
========================
|
||||
The *cd-up4.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-users.ps1*
|
||||
========================
|
||||
The *cd-users.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-videos.ps1*
|
||||
========================
|
||||
The *cd-videos.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *cd-windows.ps1*
|
||||
========================
|
||||
The *cd-windows.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *change-wallpaper.ps1*
|
||||
========================
|
||||
The *change-wallpaper.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-admin.ps1*
|
||||
========================
|
||||
The *check-admin.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-admin.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-apps.ps1*
|
||||
========================
|
||||
The *check-apps.ps1* Script
|
||||
===========================
|
||||
|
||||
check-apps.ps1
|
||||
|
||||
@ -72,4 +72,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-bios.ps1*
|
||||
========================
|
||||
The *check-bios.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the BIOS status and prints it.
|
||||
|
||||
@ -75,4 +75,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-cpu.ps1*
|
||||
========================
|
||||
The *check-cpu.ps1* Script
|
||||
===========================
|
||||
|
||||
check-cpu.ps1
|
||||
|
||||
@ -106,4 +106,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-credentials.ps1*
|
||||
========================
|
||||
The *check-credentials.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-credentials.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-day.ps1*
|
||||
========================
|
||||
The *check-day.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-dns.ps1*
|
||||
========================
|
||||
The *check-dns.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script measures the DNS resolution speed using 100 internet domains and prints it.
|
||||
|
||||
@ -70,4 +70,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-drive-space.ps1*
|
||||
========================
|
||||
The *check-drive-space.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-drives.ps1*
|
||||
========================
|
||||
The *check-drives.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the free space of all drives and prints it.
|
||||
|
||||
@ -102,4 +102,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-dusk.ps1*
|
||||
========================
|
||||
The *check-dusk.ps1* Script
|
||||
===========================
|
||||
|
||||
check-dusk.ps1
|
||||
|
||||
@ -63,4 +63,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-easter-sunday.ps1*
|
||||
========================
|
||||
The *check-easter-sunday.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-file-system.ps1*
|
||||
========================
|
||||
The *check-file-system.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-file.ps1*
|
||||
========================
|
||||
The *check-file.ps1* Script
|
||||
===========================
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-firewall.ps1*
|
||||
========================
|
||||
The *check-firewall.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-gpu.ps1*
|
||||
========================
|
||||
The *check-gpu.ps1* Script
|
||||
===========================
|
||||
|
||||
check-gpu.ps1
|
||||
|
||||
@ -65,4 +65,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-hardware.ps1*
|
||||
========================
|
||||
The *check-hardware.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the hardware details of the local computer and prints it.
|
||||
|
||||
@ -64,4 +64,4 @@ Write-Host "`n H A R D W A R E" -foregroundColor green
|
||||
exit 0 # success
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-health.ps1*
|
||||
========================
|
||||
The *check-health.ps1* Script
|
||||
===========================
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-independence-day.ps1*
|
||||
========================
|
||||
The *check-independence-day.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-ipv4-address.ps1*
|
||||
========================
|
||||
The *check-ipv4-address.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-ipv6-address.ps1*
|
||||
========================
|
||||
The *check-ipv6-address.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-iss-position.ps1*
|
||||
========================
|
||||
The *check-iss-position.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-mac-address.ps1*
|
||||
========================
|
||||
The *check-mac-address.ps1* Script
|
||||
===========================
|
||||
|
||||
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.
|
||||
@ -87,4 +87,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-midnight.ps1*
|
||||
========================
|
||||
The *check-midnight.ps1* Script
|
||||
===========================
|
||||
|
||||
check-midnight.ps1
|
||||
|
||||
@ -60,4 +60,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 11/08/2024 12:34:46)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-month.ps1*
|
||||
========================
|
||||
The *check-month.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-moon-phase.ps1*
|
||||
========================
|
||||
The *check-moon-phase.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-motherboard.ps1*
|
||||
========================
|
||||
The *check-motherboard.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script lists the motherboard details.
|
||||
|
||||
@ -59,4 +59,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-motherboard.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-motherboard.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-network.ps1*
|
||||
========================
|
||||
The *check-network.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the network details of the local computer and prints it.
|
||||
|
||||
@ -67,4 +67,4 @@ Write-Host "`n N E T W O R K" -foregroundColor green
|
||||
exit 0 # success
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-noon.ps1*
|
||||
========================
|
||||
The *check-noon.ps1* Script
|
||||
===========================
|
||||
|
||||
check-noon.ps1
|
||||
|
||||
@ -59,4 +59,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-os.ps1*
|
||||
========================
|
||||
The *check-os.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-outlook.ps1*
|
||||
========================
|
||||
The *check-outlook.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-password.ps1*
|
||||
========================
|
||||
The *check-password.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-pending-reboot.ps1*
|
||||
========================
|
||||
The *check-pending-reboot.ps1* Script
|
||||
===========================
|
||||
|
||||
check-pending-reboot.ps1
|
||||
|
||||
@ -90,4 +90,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-pnp-devices.ps1*
|
||||
========================
|
||||
The *check-pnp-devices.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script checks all Plug'n'PLay devices connected to the local computer.
|
||||
|
||||
@ -65,4 +65,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-pnp-devices.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-pnp-devices.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-power.ps1*
|
||||
========================
|
||||
The *check-power.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the power status and prints it.
|
||||
|
||||
@ -91,4 +91,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-powershell.ps1*
|
||||
========================
|
||||
The *check-powershell.ps1* Script
|
||||
===========================
|
||||
|
||||
check-powershell.ps1
|
||||
|
||||
@ -59,4 +59,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-ps1-file.ps1*
|
||||
========================
|
||||
The *check-ps1-file.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 11/08/2024 12:37:49)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-ram.ps1*
|
||||
========================
|
||||
The *check-ram.ps1* Script
|
||||
===========================
|
||||
|
||||
check-ram.ps1
|
||||
|
||||
@ -98,4 +98,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-repo.ps1*
|
||||
========================
|
||||
The *check-repo.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script verifies the integrity of a local Git repository and performs maintenance tasks.
|
||||
|
||||
@ -129,4 +129,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-repos.ps1*
|
||||
========================
|
||||
The *check-repos.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script verifies the data integrity of all Git repositories in a folder.
|
||||
|
||||
@ -91,4 +91,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-repos.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-repos.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-santa.ps1*
|
||||
========================
|
||||
The *check-santa.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-smart-devices.ps1*
|
||||
========================
|
||||
The *check-smart-devices.ps1* Script
|
||||
===========================
|
||||
|
||||
check-smart-devices.ps1
|
||||
|
||||
@ -119,4 +119,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-software.ps1*
|
||||
========================
|
||||
The *check-software.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the software status of the local computer and prints it.
|
||||
|
||||
@ -64,4 +64,4 @@ Write-Host "`n S O F T W A R E" -foregroundColor green
|
||||
exit 0 # success
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-subnet-mask.ps1*
|
||||
========================
|
||||
The *check-subnet-mask.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-swap-space.ps1*
|
||||
========================
|
||||
The *check-swap-space.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the current status of the swap space and prints it.
|
||||
|
||||
@ -107,4 +107,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-symlinks.ps1*
|
||||
========================
|
||||
The *check-symlinks.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script checks every symbolic link in a folder (including subfolders).
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-time-zone.ps1*
|
||||
========================
|
||||
The *check-time-zone.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script queries the local time zone and prints it.
|
||||
|
||||
@ -66,4 +66,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-uptime.ps1*
|
||||
========================
|
||||
The *check-uptime.ps1* Script
|
||||
===========================
|
||||
|
||||
check-uptime.ps1
|
||||
|
||||
@ -114,4 +114,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-vpn.ps1*
|
||||
========================
|
||||
The *check-vpn.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-weather.ps1*
|
||||
========================
|
||||
The *check-weather.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-week.ps1*
|
||||
========================
|
||||
The *check-week.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-wind.ps1*
|
||||
========================
|
||||
The *check-wind.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-windows-system-files.ps1*
|
||||
========================
|
||||
The *check-windows-system-files.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-xml-file.ps1*
|
||||
========================
|
||||
The *check-xml-file.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script checks the given XML file for validity.
|
||||
|
||||
@ -85,4 +85,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *check-xml-files.ps1*
|
||||
========================
|
||||
The *check-xml-files.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script verifies any 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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-files.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *clean-repo.ps1*
|
||||
========================
|
||||
The *clean-repo.ps1* Script
|
||||
===========================
|
||||
|
||||
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!
|
||||
@ -101,4 +101,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *clean-repos.ps1*
|
||||
========================
|
||||
The *clean-repos.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *clear-dns-cache.ps1*
|
||||
========================
|
||||
The *clear-dns-cache.ps1* Script
|
||||
===========================
|
||||
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *clear-recycle-bin.ps1*
|
||||
========================
|
||||
The *clear-recycle-bin.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script removes the content of the recycle bin folder permanently.
|
||||
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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *clone-repos.ps1*
|
||||
========================
|
||||
The *clone-repos.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script clones popular Git repositories into a common target directory.
|
||||
|
||||
@ -118,4 +118,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *clone-shallow.ps1*
|
||||
========================
|
||||
The *clone-shallow.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script clones popular Git repositories into a common target directory.
|
||||
|
||||
@ -74,4 +74,4 @@ try {
|
||||
}
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clone-shallow.ps1 as of 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of clone-shallow.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
@ -1,5 +1,5 @@
|
||||
Script: *close-calculator.ps1*
|
||||
========================
|
||||
The *close-calculator.ps1* Script
|
||||
===========================
|
||||
|
||||
This PowerShell script closes the calculator application gracefully.
|
||||
|
||||
@ -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 11/08/2024 12:34:47)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 11/08/2024 12:37:50)*
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user