Windows ‘Auto Suspends’ In ESX
KB ID 0000311 Problem Has annoyed me for a while, first seen in vSphere4 ESX, a guest Windows machine “Suspends” after a while. Solution 1. Power the Windows VM down. 2. Right click the VM and Select “Edit Settings”. 3. Select the VM Options Tab > Power Management > Select “Put OS into standby mode..” > OK. HTML5 FLEX vClient 4. Power the VM on again, problem sorted. Related Articles,...
Outlook: Import and Export Data (.pst)
Backup and restore from .pst file KB ID 0000154 Problem You want to import your mail from an older version of Outlook into your new Outlook mailbox, or you simply want to backup your mail. Solution Thankfully the process is the same for modern Outlook as it was for previous versions of Outlook. 1. In Outlook > Select the “File” Tab > Open > Open & Export > Import/Export Note: On older versions of Outlook...
Microsoft Outlook – Showing Email Headers
KB ID 0000663 Problem There are plenty of reasons for wanting to look at a message header, to see where a mail has come from or from which email address it was sent for example. Different versions of Outlook have different methods of letting you read the email header. Solution Display Message Headers with Outlook 2013 1. Open the mail in question and select ‘file’. 2. Info > Properties. 3. Your message headers are...
Exchange 2013 – Working with and Managing the OAB
KB ID 0000745 Problem Exchange 2013, has changed the way Offline Address Books are handled, with previous versions only one server (the first server holding the mailbox role) was responsible for generating the OAB. With 2013 however multiple servers generate the OAB, In fact every server that has a special arbitration mailbox called an organization mailbox will create a copy. This is better for fault tolerance and resilience, and you...
VMware: List/Audit VMware Tools Versions
KB ID 0001618 Problem If you want to either audit, or simply get a quick list of which of your VMs are running which versions of VMware Tools, here are a few options. Show VMware Tools Versions With PowerCLI Use the following Syntax Get-VM | Select-Object -Property Name,@{Name=’ToolsVersion’;Expression={$_.Guest.ToolsVersion}} Like so; Show VMware Tools Versions With VI Client Using HTML Client To Show VMware Tools...
NGINX: Redirect HTTP to HTTPS
KB ID 0001617 Problem Rather by accident I discovered this was not working on the site. I know it used to work, but when the old certificate expired last year I was on holiday in The States, and had a panic trying to disable https, (to keep the site up until I got back and bought a new cert). So I’m guessing its been broken since then. Solution I spent about two days looking at forums about how to do this, and every time I...
ASA Local CA Depreciated: Use Windows CA
KB ID 0001616 Problem I got an email about this last night, I rarely ever use the ASA as a Local CA, But that has now been completely depreciated, (post version 9.12(x)) The documentation tells us; Local CA server is deprecated in 9.12(1), and will be removed in a later release—When ASA is configured as local CA server, it is enabled to issue digital certificates, publish Certificate Revocation Lists (CRLs), and securely revoke issued...
Add The ‘Group Policy Management Console’
KB ID 0001615 Problem On a Domain Controller you will get Group Policy Management, (by default) listed under administrative tools. But if you have a ‘Management Server’ of a ‘Jump Box’, that you want to install the tool onto, (without making it a domain controller!) Then do the following; Option 1: Install GPMC with Powershell This is the quickest and simplest option! Open a PowerShell Windows and execute the...
Veeam: ‘Error Storage Not Initialized’
KB ID 0001614 Problem I got tasked with looking at a failover plan for a customer recently, but I noticed their replications were failing, two of the VMs in the replication job were repeatedly failing with; Error: Storage not initialized Solution This took a while to get to the bottom of! Essentially the problem was the ‘Metadata’ for these two VMs was either corrupt or could not be written to. So to fix the problem, the...
Windows Group Policy – Disable The Local Windows Firewall
KB ID 0001090 Problem I’ve got nothing against the Windows firewall, it’s certainly a lot easier to manage now than it was back in the XP SP2 days. But I find a lot of clients still just ‘want it gone’ and, providing they have a decent corporate firewall in front of them that’s fair enough. Solution 1. On a domain controller or a client running the remote administration tools > Windows Key+R >...