powershell

Creating a Config File for your PowerShell Scripts

Creating a Config File for your PowerShell Scripts

Kyle Parrish

5 minute read

Recently, I was working on a PowerShell scripts that I wanted to share with others on my team but did not want to commit it to our Git repository with the customizable variables declared in the code (Always best practice. Keep the sensitives out of repos!). Instead, I wanted to implement a way to have a config file where these configurable variables can be set and the main script would load them when launched. A quick “DuckDuckGo” search led to many others that have had the same goal…

PSEmailRep PowerShell Module

Using the PSEmailRep PowerShell Module

Kyle Parrish

6 minute read

Hey! Kyle here. I recently released a small update to one of the PowerShell modules I put together to interact with EmailRep’s API and thought I would share a little about what it is and why I built it.