Privacy Notice This privacy notice discloses the privacy practices for apps developed by me. Information Collection, Use, and Sharing Data is not collected, used, or shared. Your Access and My Security Measures No data is collected, therefore no access or security is needed.
Life in the Key of E
Many years ago, sometime during high school, I set out to learn guitar. This was in the days before YouTube, so all I had to work with was an antique book of my dad's. Utilizing that, and eventually the internet, I picked up four or five chords and was feeling pretty good about myself. E... Continue Reading →
Quickly Copy AD Group Memberships To A New User
I recently moved into a new role and needed to to be added to a number of AD groups. An often-used method for this is to model a new employee's permissions after someone already in the same role. For one or two groups it is relatively simple to just do this manually, but as you... Continue Reading →
SQL Server “Failed to open loopback connection”
TLDR: If you have the SQL Browser Service disabled then you must also have Shared Memory enabled, otherwise SQL Server can't communicate with itself. While setting up a sandbox Always On Availability Group cluster recently I ran into some unexpected behavior. The first sign of problems was that SQL Agent would not start. The service... Continue Reading →
God Wants Only Your Good, Even When It Doesn’t Feel That Way
One thing that has surprised me as a parent is how often interactions between my kids and myself mirror my relationship with God. Parenthood really gives you a unique opportunity to be on the flip side of the interaction, where you're now the one trying to work for the good of someone who you love... Continue Reading →
Kindle Fire HD8 Review
Background: I recently found myself wanting to replace my iPad Mini 2. It's around four years old and starting to become sluggish enough to be frustrating. Given the incredibly low price of Amazon tablets on Prime Day, I decided to take a risk and try out the Kindle Fire HD 8. Below are my impressions... Continue Reading →
List the Manager Emails for AD Group Members with PowerShell
Below is a quick script I've been working on for a colleague. Its simple purpose is to query an AD group then display each member's username and the email address of their manager. Hopefully this will help others accomplish this common task with ease. (Update 04/11/2018) I modified the script to include the employee's full... Continue Reading →
Getting Started with PowerShell Desired State Configuration (DSC)
As I've mentioned in other posts, Desired State Configuration (DSC) is a powerful technology with a lot of potential. However, due to how new it is and how rapidly it's evolving, it can be difficult to get started and figure out how to accomplish your specific goals. My intention here is not to give an... Continue Reading →
Installing SQL Server Using Desired State Configuration
(Update: I've since discovered that SqlServerDsc has replaced xSQLServer.) One of my growing passions is using PowerShell Desired State Configuration (DSC) to automate all the things. I started out with simple configurations for testing but wanted to dive into more complex\useful situations for my day-to-day DBA life. To be honest, I was intimidated by the... Continue Reading →
My First PowerShell Module – PSOraenv
Update (04/01/2019): We've hit over 100 downloads for PSOraenv! A big thanks to the PowerShell community. Please keep using it and let me know how I can make it better. ******* Most of my experience with Oracle has been on Linux, but recently I began working with it on Windows as well. It came to... Continue Reading →