Note
Collection of PowerShell Scripts published to my Powershell Gallery Profile.
Note View the Repository's CHANGELOG for the latest updates and changes made over time
This repository contains a collection of PowerShell scripts that I have written for various purposes and published to my Powershell Gallery Profile.
To install all scripts at once use the Install-PSCustomScripts.ps1 script:
Install-Script -Name Install-PSCustomScripts.ps1
Install-PSCustomScripts
To install any individual script listed in this repository, you can use the Install-Script
cmdlet from the
PowerShellGet module.
Install-Script -Name <script-name>
Lastly, one can simply clone or download the scripts for use locally:
# SSH
git clone git@github.com:jimbrig/PSScripts.git
# HTTPS
https://github.com/jimbrig/PSScripts.git
# Github-CLI
gh repo clone jimbrig/PSScripts
- Get-FileHash - Calculates the hash of a file using the specified algorithm.
This script converts a string to Markdown.
This script reads an encrypted secret from the user.
Sets the icon for a folder:
Update all modules at once:
This project is licensed under the Unlicense. See the LICENSE file for details.
I use Semantic Versioning for versioning all the scripts.
Hat tip to anyone whose code was used: