jimbrig/PSScripts
PowerShell Scripts Published to the Gallery.
Custom PowerShell Scripts
Note
Collection of PowerShell Scripts published to my Powershell Gallery Profile.
Contents
Overview
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.
Installation
Bulk Installation
To install all scripts at once use the Install-PSCustomScripts.ps1 script:
Install-Script -Name Install-PSCustomScripts.ps1
Install-PSCustomScriptsIndividual Script Installation
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>Clone Locally
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/PSScriptsRoadmap
- Get-FileHash - Calculates the hash of a file using the specified algorithm.
Scripts
ConvertTo-Markdown
This script converts a string to Markdown.
Read-HostSecret
This script reads an encrypted secret from the user.
Set-FolderIcon
Sets the icon for a folder:
Update-PSModules
Update all modules at once:
Appendices
License
This project is licensed under the Unlicense. See the LICENSE file for details.
Versioning
I use Semantic Versioning for versioning all the scripts.
Acknowledgments
Hat tip to anyone whose code was used:
