Month: August 2011

  • Domain Auto-Enrollment / Hostname Management with Powershell (v2)

    I am realizing now that I need to get a git repo setup that is publicly accessible which will allow me to share scripts and other code snippets that I’m working on. Here is the second iteration of the powershell domain/hostname management script that I’m working on. It will also update the SQL Server dbname […]

  • Update ssh private key pass phrase.

    I like to keep certain pass words in sync with one another as I perform gigs for various clients and adhere to pass word policies for each company. As part of the password update, I typically need to update my SSH key pass phrase using the following command: $ ssh-keygen -f ~/.ssh/id_rsa -p Note that […]