You Have Exceeded the Maximum Number of Computer Accounts
Apr17

You Have Exceeded the Maximum Number of Computer Accounts

KB ID 0001536 Problem A few weeks ago, this was asked in a forum, and while I knew what the problem was, I’d never seen it myself. So I recreated the problem on the test network to look at why it happened, and how to fix / get around the problem. The following error occurred attempting to join the domain {domain-name} You computer could not be joined to the domain, You have exceeded the maximum number of computer accounts you...

Read More
Veeam Restore Error: Copying Data from Deduplicated Volumes
Feb26

Veeam Restore Error: Copying Data from Deduplicated Volumes

KB ID 0001521 Problem If you attempt to restore items from a backup of a server where the data was stored on a deduplicated volume, you may see the following error; Copying data from deduplicated volumes requires that the console is installed on Windows Server 2012 R2 or later with the data duplication feature enabled. Restoring files from  deduplicated volumes requires that the mount server associated with the source backup...

Read More
KMS Error 0xC004F056
Jan11

KMS Error 0xC004F056

KB ID 0001502 Problem While checking the KMS licence status of a newly deployed 2016 Datacenter server. I got this; Licence Status: Notification Notification Reason:0xC004F056 Solution While I’m not a fan of any errors, this ones harmless, in fact it’s telling us to perform an activation (slmgr /ato). So let’s do that. Then re-check. Related Articles, References, Credits, or External Links...

Read More
Recovering Windows Activation Keys
Jan01

Recovering Windows Activation Keys

KB ID 0001115 “Have you got one of those programs that gets the Windows key?”, My colleague asked me the other week. I said “Just download a key finder application?”, “Yeah I’ve tried that and is showing the code as all B’s”. You may also just see ‘Product key was not found’ on some software. I sent him some more links and got back to what I was doing. He was having no joy...

Read More
Domain Controller Wont Boot: Stop Code ‘0x00002e2’
Dec12

Domain Controller Wont Boot: Stop Code ‘0x00002e2’

KB ID 0001494 Problem I had this problem after a VMware host upgrade last night, this domain controller would not boot, I tried ‘Last Known Good Configuration’, I tried ‘Safe Mode’ it would not boot. More out of desperation than procedure, I tried to boot to ‘Directory Services Restore Mode’ and it booted up (hooray!) I tried all the client’s usual passwords, and could not log in, I messaged...

Read More
Getting a Servers Serial Number (Remotely)
Dec09

Getting a Servers Serial Number (Remotely)

KB ID 0001493 Problem If you have an iLO/iDRAC/EMM, then logging into these will give you the servers serial number, but what if they are not setup/connected, or you don’t know username or password? Then you can use WMI to discover the serial number. Solution From PowerShell; Get-Ciminstance -classname win32_bios -computername {Server-Name} | format-list serialnumber   Or if you have RDP/Console access , then from an...

Read More
How to Tell if Windows is 32 or 64 bit
Nov17

How to Tell if Windows is 32 or 64 bit

KB ID 0000153 Problem If you want to know what version (x64 or x86) of Windows you are running, then this is the simplest way to find out. Solution Under accessories run system information; Under System Type: If it says x86 then it’s 32 bit. However if it says x64 then it’s 64 bit. Windows XP and Server 2003 1. Click Start > Run > sysdm.cpl {enter} > General Tab. Windows XP x32 (x86) and Windows XP x64 Windows...

Read More
Windows – Lost / Forgotten Password?
Nov17

Windows – Lost / Forgotten Password?

KB ID 0000755 Problem There are many reasons why you might want to do this, someone has managed to change a user password and that person is not available, you might simply have forgotten it. Or you might have been given a machine, or bought one from ebay that has come without a password. Also there have been a few times when a user has looked me in the eye and said “I’m typing my password in, but it’s not...

Read More
Using a KMS Server
Nov17

Using a KMS Server

KB ID 0000582 Problem Given the amount of deployments I do, it’s surprising that I don’t use KMS more often. Like most technical types, I find a way that works for me, and that’s the way I do things from then on. However these last few weeks I’ve been putting in a new infrastructure for a local secondary school. Their internet access is through a proxy server, that refuses to let Windows activation work....

Read More
IIS: Move WWWRoot Folder
Nov06

IIS: Move WWWRoot Folder

KB ID 0001487 Problem I migrated an IIS website I use for hosting files this week, and realised I’d forgotten how to relocate the wwwroot directory from it’s default install location on C:\inetpub\wwwroot. Solution Firstly, I’m assuming you have instilled the IIS role and you already have a wwwroot folder on your C: Drive, (in the above location). If so you can simply copy this folder to your new partition/drive (in...

Read More