Update the manuals in Docs/

This commit is contained in:
Markus Fleschutz 2022-11-17 20:13:00 +01:00
parent da4b013b89
commit 8a8ad95e29
515 changed files with 516 additions and 516 deletions

View File

@ -1,4 +1,4 @@
## The PowerShell Script **add-firewall-rules.ps1**
## The PowerShell Script *add-firewall-rules.ps1*
This PowerShell script adds firewall rules for the given executable. Administrator rights are required.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **add-memo.ps1**
## The PowerShell Script *add-memo.ps1*
This PowerShell script adds the given memo text to $HOME/Memos.csv.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **alert.ps1**
## The PowerShell Script *alert.ps1*
This PowerShell script handles and escalates the given alert message.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **build-repo.ps1**
## The PowerShell Script *build-repo.ps1*
This PowerShell script supports building with cmake, configure, autogen, Imakefile and Makefile.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **build-repos.ps1**
## The PowerShell Script *build-repos.ps1*
This PowerShell script builds all Git repositories in a folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-autostart.ps1**
## The PowerShell Script *cd-autostart.ps1*
This PowerShell script changes the working directory to the user's autostart folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-desktop.ps1**
## The PowerShell Script *cd-desktop.ps1*
This PowerShell script changes the working directory to the user's desktop folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-docs.ps1**
## The PowerShell Script *cd-docs.ps1*
This PowerShell script changes the working directory to the documents folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-downloads.ps1**
## The PowerShell Script *cd-downloads.ps1*
This PowerShell script changes the working directory to the user's downloads folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-dropbox.ps1**
## The PowerShell Script *cd-dropbox.ps1*
This PowerShell script changes the working directory to the user's Dropbox folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-fonts.ps1**
## The PowerShell Script *cd-fonts.ps1*
This PowerShell script changes the working directory to the fonts folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-home.ps1**
## The PowerShell Script *cd-home.ps1*
This PowerShell script changes the working directory to the user's home directory.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-music.ps1**
## The PowerShell Script *cd-music.ps1*
This PowerShell script changes the working directory to the user's music folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-onedrive.ps1**
## The PowerShell Script *cd-onedrive.ps1*
This PowerShell script changes the working directory to the user's OneDrive folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-pics.ps1**
## The PowerShell Script *cd-pics.ps1*
This PowerShell script changes the working directory to the user's pictures folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-recycle-bin.ps1**
## The PowerShell Script *cd-recycle-bin.ps1*
cd-recycle-bin.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-repos.ps1**
## The PowerShell Script *cd-repos.ps1*
This PowerShell script changes the working directory to the user's Git repositories folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-root.ps1**
## The PowerShell Script *cd-root.ps1*
This PowerShell script changes the current working directory to the root directory (C:\ on Windows).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-screenshots.ps1**
## The PowerShell Script *cd-screenshots.ps1*
This PowerShell script changes the working directory to the user's screenshots folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-scripts.ps1**
## The PowerShell Script *cd-scripts.ps1*
This PowerShell script changes the working directory to the PowerShell scripts folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-ssh.ps1**
## The PowerShell Script *cd-ssh.ps1*
This PowerShell script changes the working directory to the user's SSH folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-temp.ps1**
## The PowerShell Script *cd-temp.ps1*
cd-temp.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-up.ps1**
## The PowerShell Script *cd-up.ps1*
This PowerShell script changes the working directory to one directory level up.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-up2.ps1**
## The PowerShell Script *cd-up2.ps1*
This PowerShell script changes the working directory to two directory level up.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-up3.ps1**
## The PowerShell Script *cd-up3.ps1*
This PowerShell script changes the working directory to three directory levels up.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-up4.ps1**
## The PowerShell Script *cd-up4.ps1*
This PowerShell script changes the working directory to four directory levels up.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-users.ps1**
## The PowerShell Script *cd-users.ps1*
This PowerShell script changes the working directory to the users directory.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-videos.ps1**
## The PowerShell Script *cd-videos.ps1*
This PowerShell script changes the working directory to the user's videos folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **cd-windows.ps1**
## The PowerShell Script *cd-windows.ps1*
This PowerShell script changes the working directory to the Windows directory.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **change-wallpaper.ps1**
## The PowerShell Script *change-wallpaper.ps1*
This PowerShell script downloads a random photo from Unsplash and sets it as desktop background.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-bios.ps1**
## The PowerShell Script *check-bios.ps1*
This PowerShell script queries BIOS details and prints it.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-cpu.ps1**
## The PowerShell Script *check-cpu.ps1*
check-cpu.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-day.ps1**
## The PowerShell Script *check-day.ps1*
This PowerShell script determines and speaks the current day by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-dns-server.ps1**
## The PowerShell Script *check-dns-server.ps1*
check-dns-server.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-dns.ps1**
## The PowerShell Script *check-dns.ps1*
This PowerShell script measures and prints the DNS resolution speed by using 200 frequently used domain names.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-drive-space.ps1**
## The PowerShell Script *check-drive-space.ps1*
This PowerShell script checks a drive for free space left (20 GB by default).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-drives.ps1**
## The PowerShell Script *check-drives.ps1*
This PowerShell script checks all drives for free space left.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-dusk.ps1**
## The PowerShell Script *check-dusk.ps1*
check-dusk.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-easter-sunday.ps1**
## The PowerShell Script *check-easter-sunday.ps1*
This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-file-system.ps1**
## The PowerShell Script *check-file-system.ps1*
This PowerShell script checks the file system of a drive. It needs admin rights.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-gpu.ps1**
## The PowerShell Script *check-gpu.ps1*
check-gpu.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-health.ps1**
## The PowerShell Script *check-health.ps1*
This PowerShell script checks some health parameter of the local computer.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-independence-day.ps1**
## The PowerShell Script *check-independence-day.ps1*
This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-ipv4-address.ps1**
## The PowerShell Script *check-ipv4-address.ps1*
This PowerShell script checks the given IPv4 address for validity.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-ipv6-address.ps1**
## The PowerShell Script *check-ipv6-address.ps1*
This PowerShell script checks the given IPv6 address for validity

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-iss-position.ps1**
## The PowerShell Script *check-iss-position.ps1*
This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-mac-address.ps1**
## The PowerShell Script *check-mac-address.ps1*
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.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-midnight.ps1**
## The PowerShell Script *check-midnight.ps1*
check-midnight.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-month.ps1**
## The PowerShell Script *check-month.ps1*
This PowerShell script determines and speaks the current month name by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-moon-phase.ps1**
## The PowerShell Script *check-moon-phase.ps1*
This PowerShell script determines the Moon phase and answers by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-new-year.ps1**
## The PowerShell Script *check-new-year.ps1*
This PowerShell script checks the time until New Year and replies by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-noon.ps1**
## The PowerShell Script *check-noon.ps1*
check-noon.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-operating-system.ps1**
## The PowerShell Script *check-operating-system.ps1*
This PowerShell script queries and lists operating system details.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-outlook.ps1**
## The PowerShell Script *check-outlook.ps1*
This PowerShell script checks the inbox of Outlook for new/unread mails.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-pending-reboot.ps1**
## The PowerShell Script *check-pending-reboot.ps1*
check-pending-reboot.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-ping.ps1**
## The PowerShell Script *check-ping.ps1*
This PowerShell script checks the ping latency from the local computer to some Internet hosts.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-ram.ps1**
## The PowerShell Script *check-ram.ps1*
check-ram.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-repo.ps1**
## The PowerShell Script *check-repo.ps1*
This PowerShell script verifies the integrity of a local Git repository.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-santa.ps1**
## The PowerShell Script *check-santa.ps1*
This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-smart-devices.ps1**
## The PowerShell Script *check-smart-devices.ps1*
check-smart-devices.ps1

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-subnet-mask.ps1**
## The PowerShell Script *check-subnet-mask.ps1*
This PowerShell script checks the given subnet mask for validity.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-swap-space.ps1**
## The PowerShell Script *check-swap-space.ps1*
This PowerShell script checks the free swap space.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-symlinks.ps1**
## The PowerShell Script *check-symlinks.ps1*
This PowerShell script checks every symbolic link in a folder (including subfolders).
It returns the number of broken symlinks as exit value.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-time-zone.ps1**
## The PowerShell Script *check-time-zone.ps1*
This PowerShell script determines and prints the current time zone.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-uptime.ps1**
## The PowerShell Script *check-uptime.ps1*
This PowerShell script queries and prints the uptime.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-vpn.ps1**
## The PowerShell Script *check-vpn.ps1*
This PowerShell script queries and prints the status of any VPN connection.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-weather.ps1**
## The PowerShell Script *check-weather.ps1*
This PowerShell script checks the current weather report.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-week.ps1**
## The PowerShell Script *check-week.ps1*
This PowerShell script determines and speaks the current week number by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-wind.ps1**
## The PowerShell Script *check-wind.ps1*
This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-windows-system-files.ps1**
## The PowerShell Script *check-windows-system-files.ps1*
This PowerShell script checks the validity of the Windows system files. It requires admin rights.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **check-xml-file.ps1**
## The PowerShell Script *check-xml-file.ps1*
This PowerShell script checks the given XML file for validity.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **clean-repo.ps1**
## The PowerShell Script *clean-repo.ps1*
This PowerShell script deletes all untracked files and folders in a Git repository (including submodules).
NOTE: To be used with care! This cannot be undone!

View File

@ -1,4 +1,4 @@
## The PowerShell Script **clean-repos.ps1**
## The PowerShell Script *clean-repos.ps1*
This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules).

View File

@ -1,4 +1,4 @@
## The PowerShell Script **clear-dns-cache.ps1**
## The PowerShell Script *clear-dns-cache.ps1*
This PowerShell script clears the DNS client cache of the local computer.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **clear-recycle-bin.ps1**
## The PowerShell Script *clear-recycle-bin.ps1*
This PowerShell script removes the content of the recycle bin folder permanently.
IMPORTANT NOTE: this cannot be undo!

View File

@ -1,4 +1,4 @@
## The PowerShell Script **clone-repos.ps1**
## The PowerShell Script *clone-repos.ps1*
This PowerShell script clones well-known Git repositories into a folder.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-calculator.ps1**
## The PowerShell Script *close-calculator.ps1*
This PowerShell script closes the calculator application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-chrome.ps1**
## The PowerShell Script *close-chrome.ps1*
This PowerShell script closes the Google Chrome Web browser gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-cortana.ps1**
## The PowerShell Script *close-cortana.ps1*
This PowerShell script closes Microsoft's Cortana application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-edge.ps1**
## The PowerShell Script *close-edge.ps1*
This PowerShell script closes the Microsoft Edge Web browser gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-file-explorer.ps1**
## The PowerShell Script *close-file-explorer.ps1*
This PowerShell script closes the Microsoft File Explorer application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-firefox.ps1**
## The PowerShell Script *close-firefox.ps1*
This PowerShell script closes the Mozilla Firefox Web browser gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-git-extensions.ps1**
## The PowerShell Script *close-git-extensions.ps1*
This PowerShell script closes the Git Extensions application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-magnifier.ps1**
## The PowerShell Script *close-magnifier.ps1*
This PowerShell script closes the Windows Screen Magnifier application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-microsoft-paint.ps1**
## The PowerShell Script *close-microsoft-paint.ps1*
This PowerShell script closes the Microsoft Paint application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-microsoft-store.ps1**
## The PowerShell Script *close-microsoft-store.ps1*
This PowerShell script closes the Microsoft Store application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-netflix.ps1**
## The PowerShell Script *close-netflix.ps1*
This PowerShell script closes the Netflix application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-note-pad.ps1**
## The PowerShell Script *close-note-pad.ps1*
This PowerShell script closes the Notepad application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-obs-studio.ps1**
## The PowerShell Script *close-obs-studio.ps1*
This PowerShell script closes the OBS Studio application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-one-calendar.ps1**
## The PowerShell Script *close-one-calendar.ps1*
This PowerShell script closes the OneCalendar application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-outlook.ps1**
## The PowerShell Script *close-outlook.ps1*
This PowerShell script closes the Microsoft Outlook email application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-paint-three-d.ps1**
## The PowerShell Script *close-paint-three-d.ps1*
This PowerShell script closes the Paint 3D application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-program.ps1**
## The PowerShell Script *close-program.ps1*
This PowerShell script closes a program's processes gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-serenade.ps1**
## The PowerShell Script *close-serenade.ps1*
This PowerShell script closes the Serenade.ai application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-snipping-tool.ps1**
## The PowerShell Script *close-snipping-tool.ps1*
This PowerShell script closes the Snipping Tool application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-spotify.ps1**
## The PowerShell Script *close-spotify.ps1*
This PowerShell script closes the Spotify application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-task-manager.ps1**
## The PowerShell Script *close-task-manager.ps1*
This PowerShell script closes the Task Manager application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-three-d-viewer.ps1**
## The PowerShell Script *close-three-d-viewer.ps1*
This PowerShell script closes the 3D-Viewer application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-thunderbird.ps1**
## The PowerShell Script *close-thunderbird.ps1*
This PowerShell script closes the Mozilla Thunderbird email application gracefully.

View File

@ -1,4 +1,4 @@
## The PowerShell Script **close-visual-studio.ps1**
## The PowerShell Script *close-visual-studio.ps1*
This PowerShell script closes the Microsoft Visual Studio application gracefully.

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