Mailbox Move ‘StalledDueToMailboxLock’
Aug17

Mailbox Move ‘StalledDueToMailboxLock’

KB ID 0001581 Problem I was doing a migration from Exchange 2007 (on prem) to Exchange 2013 (on prem), this week. I had a number of mailboxes that were ‘StalledDueToMailboxLock’. Solution Nice easy fix, on the Source and Destination Exchange severs, restart the ‘Microsoft Exchange Mailbox Replication Service’. Wont this break my Mailboxes! No, it will interrupt the migration process, (which is already stalled)....

Read More
Virtualising Hyper-V ‘Validation Fails’
Aug13

Virtualising Hyper-V ‘Validation Fails’

KB ID 0001580 Problem Normally if you saw this error, it would mean that you didn’t have the advanced virtual extensions turned on, in the physical machine’s BIOS. But here I’m installing on Hyper-V in a vSphere/ESX environment; Validation Results The validation process found problems on the server which you want to install features. The selected features are not compatible with the current configuration of your...

Read More
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
Remote Desktop Services – Securing By Group Policy
Jun24

Remote Desktop Services – Securing By Group Policy

KB ID 0001211 Problem Note: This is not an exhaustive list, but it’s what I use when securing Remote Desktop Services, (Terminal Services) servers. Some of these settings are ONLY for Server 2012 R2 and later. If you have any settings you think are omitted, please comment below.   Solution User Access To RDS If you want to create a Domain security group for RDS users than please do so. BE AWARE the ‘Remote Desktop...

Read More
Windows 10 & Windows Server Update Error 0x800705b4
Jun18

Windows 10 & Windows Server Update Error 0x800705b4

KB ID 0001569 Problem I can’t remember Windows being so diabolically bad at simply updating? I built a new 2016 server, simply to create a VM template, and it would not update; There were some problems installing updates, but we’ll try again later. If you keep. seeing this and want to search the web or contact support for information this may help: (0x800705b4) Solution Well that’s a very polite but useless error!...

Read More
Exchange: Hide All Contacts From Global Address List
May30

Exchange: Hide All Contacts From Global Address List

KB ID 0001564 Problem I saw this on EE this evening, so I thought I’d work it out, what if your Global Address List is full of external ‘contacts’, and you want to remove/hide them? Solution First take a look at them, to see you’re not about to cause any damage! Get-MailContact | Where-Object {$_.HiddenFromAddressListsEnabled -eq $false} If you are happy, to remove/hide them from the GAL, simply do the...

Read More
vSphere: Presenting Physical Disks to a VM
May30

vSphere: Presenting Physical Disks to a VM

KB ID 0001563 Problem I’m doing some work presenting StarWind vSAN into VMware ESX. Because we also want ‘disk tiering’ it has to be ran from Microsoft Windows with Storage Spaces*. To do that I needed to present the physical disks in the ESX hosts, (HP DL380 Gen 10s) to the Windows Virtual Machines that StarWind will be running on. *Note: At present, ‘tiering’ cannot be done from the StarWind Linux...

Read More
The Storage Pool Does Not Have Sufficient Eligible Resources
May30

The Storage Pool Does Not Have Sufficient Eligible Resources

KB ID 0001562 Problem When attempting to  create a vDisk in Tiered Windows Storage Spaces you see this; Failed to create virtual disk – Not Supported Extended Information: The storage pool does not have sufficient eligible resources for the creation of the specified virtual disk. Recommended Actions: -Choose a combination of FaultDomainAwareness and NumberOfDataCopies (or PhysicalDiskRedundancy) supported by the storage pool....

Read More
Exchange: ‘Can’t find the Organizational Unit that you specified’
May30

Exchange: ‘Can’t find the Organizational Unit that you specified’

KB ID 0001561 Problem I’ve not actually seen this myself, but it was asked on a forum, and I managed to replicate it on the bench. When working on a user or mailbox in Exchange  you may see the following error; Error Can’t find the organisational unit that you specified, Make sure that you have typed the OU’s identity correctly Solution This happens because you have a ‘Slash’ ‘/’in the...

Read More