Load Balance IIS with Microsoft ARR
Jul05

Load Balance IIS with Microsoft ARR

KB ID 0001573 Problem If you have a lot of IIS servers, and want to load balance between them, then you can either buy a load balancer, or use Microsoft ARR (Application Request Routing). Note: ARR does a lot more than simply load balancing, e.g. it can perform caching, and complex web routing, and even SSL offloading. Here we are just looking at load balancing. I’m going to deploy TWO ARR servers in my DMZ, here I’ve got...

Read More
Convert MBR Partitioned Drives to GPT
Jun25

Convert MBR Partitioned Drives to GPT

KB ID 0001407 Problem I got asked if I’d ever had to do this today, I vaguely remember having this problem in the past, but I can’t remember how I solved it. You set the ‘Partition Table Type’ on a  disk in Windows, when the drive is first initialised, like so; And the default is MBR, so that usually gets ticked, the problem is MBR only supports disks up to 2TB in size. Now if it’s just a new disk, with...

Read More
Windows Disks ‘CanPool’ set False?
May29

Windows Disks ‘CanPool’ set False?

KB ID 0001560 Problem While attempting to create some Storage Spaces in Server 2016 today, I presented a bunch of ‘new’ disks and some of them were flagged CanPool as false? CanPool simply means the disk it available to be added to a storage pool, Id just removed all the arrays from these drives so I was confused? Solution Just because we’re on Powershell does not mean I can’t go old school! Launch Diskpart and...

Read More
ADFS: Deploy Active Directory Federation Services
May03

ADFS: Deploy Active Directory Federation Services

KB ID 0001140 Problem The actual configuration of ADFS depends largely on what you intend to do with it. Here I’m using it to broker connections from my Microsoft Web Application Proxy. This article is just to ‘join the dots’ and covers just the installation of the role itself. Solution Before you Start: Make sure you have a certificate ready to use for ADFS. I typically use a wildcard cert for this, it’s...

Read More
Install .Net 2.0 on Server 2019 & 2016
Jan21

Install .Net 2.0 on Server 2019 & 2016

KB ID 0001506 Problem .Net2, man thats old! Well I was setting up PowerCLI for VMware today and was faced with this; .Net Framework 2.0 is not installed on this machine. Please download and install .Net Framework 2.0 before installing VMware PowerCLI. Solution Pop in the Server 2019/2016 DVD, (or present the ISO if it’s a VM.) Then execute the following commands, (Note: It’s installed with .Net 3); dism /online...

Read More