Skip to content

jimbrig/PSScripts

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-PSCustomScripts

Individual 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/PSScripts

Roadmap

  • Get-FileHash - Calculates the hash of a file using the specified algorithm.

Scripts

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:

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:

Contact