This PowerShell script lists all automatic variables of PowerShell.
PS> ./list-automatic-variables.ps1Variable Content-------- -------$HOME C:\Users\Markus...Author: Markus Fleschutz | License: CC0
This PowerShell script lists the installed applications (from Windows Store, or Snap Store).
PS> ./list-apps.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script lists all anagrams of the given word.
Word Specifies the word to use
Columns Specifies the number of columns
PS> ./list-anagrams BabyAuthor: Markus Fleschutz | License: CC0
This PowerShell scripts lists all PowerShell aliases.
PS> ./list-aliases.ps1CommandType Name Version Source----------- ---- ------- ------Alias CFS -> ConvertFrom-String 3.1.0.0 Microsoft.PowerShell.Utility...Author: Markus Fleschutz | License: CC0
This PowerShell script installs Syncthing on your computer. Syncthing is a continuous file synchronization program. See https://syncthing.net for details.
PS> ./install-syncthing.ps1⏳ Installing Syncthing from WinGet......https://github.com/fleschutz/PowerShell
This PowerShell script installs the MiniDLNA server.
PS> ./install-mini-dlna.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs and starts the Jenkins Agent.
PS> ./install-jenkins-agent.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs the tiny static Web server 'h2static'.
PS> ./install-h2static.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs the GitHub command-line interface (CLI).
PS> ./install-github-cli.ps1⏳ Installing GitHub CLI...✔ GitHub CLI installed successfully in 17s - to authenticate execute: 'gh auth login'.Author: Markus Fleschutz | License: CC0