Hey! You've stumbled upon my collection of tools and utilities. Most, hopefully all, are documented on my blog: https://theposhwolf.com.
Most of these scripts are written as functions, so there are a couple of ways to use them:
Import-Module
.Import-Module
on that file directly.I prefer #1 so you can have a large number of custom functions and import them all with one command. In fact, you could just put the Import-Module
command in your profile and have it run automatically!