Creating a Config File for your PowerShell Scripts

Introduction 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 but I didn’t find one that really worked like I had intended. Here are my steps that I used to accomplish what I had in mind. ...

January 15, 2021 · 5 min · 948 words · Kyle Parrish

PSEmailRep PowerShell Module

Introduction 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. Github PowerShellGallery First of all, if you work in Information Security or IT in general, be sure to check out EmailRep.io. This is an excellent service built by a great group of people to provide enrichment data about an email address. Nearly all of our online interactions these days link back to an email address and it is important that we observe the “reputation” of email addresses that are used to interact with our systems. ...

February 8, 2020 · 6 min · 1177 words · Kyle Parrish