Deploying a Two Tier Certificate Authority with AD-CS

Overview Install and Configure Root CA First need to temporarily add your account as member of “Enterprise Admins” Add AD-CS Role and management tools Install and Configure Issuing CA First make sure the newly created Root CA certificate has been added to the local machine trusted root certificate store on the domain joined computer and remove […]

Download Windows 10 ISO Directly Using BitsTransfer

In this post I want to download a Windows 10 ISO file without having to use the Media Creation tool. Normally when we navigate to https://www.microsoft.com/en-us/software-download/windows10ISO , we’ll see only one option to obtain the latest version of windows 10, which is to download the windows media installation tool. But I want to download an […]

How to Extend Windows Server 2016 Evaluation Period

Do you know what happens when windows server evaluation expires? Well I found out Windows will automatically shut down after a set period of time. This can pose some challenges if you’re running dependent services on your evaluation server. In my case, I was using two Windows 2016 servers for Active Directory and DNS. I […]

Using PuTTY ssh keys with OpenSSH on Ubuntu

Anyone who needs to access a unix/linux/osx machine from windows via ssh will be familiar with PuTTY, the free ssh client. PuTTYGen, available to download here, is a handy utility for creating RSA/DSA public/private keys for authentication. If you have generated your RSA keys using PuTTYGen, and would like to use them with OpenSSH on […]