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...
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...
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...
Upgrading vSphere ESXi Hosts (Including HP and Dell)
KB ID 0001343 Problem Before you think about upgrading your hosts, you should upgrade your vCenter, Upgrade vSphere vCenter Appliance Assuming that’s all done, your task now is to upgrade your hosts, if you have a vanilla VMware ESXi version installed. You COULD simply SSH into the host, and execute the following commands; esxcli network firewall ruleset set -e true -r httpClient esxcli software profile install -p...
Stacking (VSF) Aruba Switches
KB ID 0001492 I noticed some shiny Aruba switches on the bench today, they were for a job my colleague is working on. (Note: Each switch in a stack should be the same model, so these will need two stacks!) I work on the occasional HP/Aruba core switch, but it’s been a while since I did any work on distribution switches like these. The first thing I learned, was there’s no dedicated stacking cable for them. They simply use...