Exchange – OWA and ECP Blank Page After Logon
Dec15

Exchange – OWA and ECP Blank Page After Logon

ECP Blank Page KB ID 0001185 Problem Note: This article is for Exchange 2013,2016 and 2019, if you are running Exchange 2010 or 2007 see the following article; Exchange 2010 – Blank OWA Page? Sometimes this happens after applying updates to Exchange! Firstly make sure all your services a running! From an administrative Powershell window run the following command; Get-Service *Exchange* | Start-Service After making some certificate...

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
Windows Administrator “Lost Password” / “Password Reset”
Nov30

Windows Administrator “Lost Password” / “Password Reset”

KB ID 0000159 Problem You have forgotten your password, or the administrators password fo your Windows machine. Note: You can also ‘Blank’ or reset the DSRM (Directory Services Restore Mode) password on a Domain Controller (Tested on 2012 R2, by blanking the password). Using this method. Lost Password : Fix Lost Password Software Download Links Password Reset CD Image (3.5Mb) Note: This is a .iso file – you need to...

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 Update Fails
Nov17

Windows Update Fails

KB ID 0000359 Problem There are a LOT of different reasons for Windows Updates to fail, I can’t cover every eventuality, but there a a few common steps to try. Solution 1. As soon as the updates fail you should get an Error Message, that should point you in the right direction. Update Error Code 80200011 2. If you error code matches one of these… Code Error Description 0x80070002 ERROR_FILE_NOT_FOUND The system cannot find...

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
Exchange – Failed to mount database(hr=0x80040115, ec=-2147221227)
Nov17

Exchange – Failed to mount database(hr=0x80040115, ec=-2147221227)

KB ID 0000664  Problem The Exchange server on my test network stopped working, the mailbox database was not mounted. When I attempted to mount it: ——————————————————– Microsoft Exchange Error...

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