Windows 11 Unsupported CPU
Unsupported CPU KB ID 0001878 Problem I needed to upgrade a Windows 11 VM from 21H2 to 23H2, as is recommended I installed the PC Health Check, I was surprised to see this error. The processor isn’t currently supported for Windows 11. More about supported CPUs Processor Intel Xeon CPU E5-2650 v3 @ 2.4GHz I say surprised, because although this was a VMware virtual machine it was ultimately on a HPE DL360 Gen 9 – which is...
Exchange Update / Install Error: The Error Code Is 8224
KB ID 0001451 Problem I saw this error while attempting to install an update on Exchange 2010, but it can be seen on all flavours of Exchange. This is the ‘gist’ of the error; Organization Preparation Failed Error: The following error was generated when “$error.Clear(); install-ExchangeSchema -LdapFileName ($roleInstallPath + “Setup\Data\”+$RoleSchemaPrefix + “schema0.ldf”) ” was run:...
Webmin – Upgrade Error – ‘Perl (Net::SSLeay) is needed’
KB ID 0001100 Problem I like to keep my CentOS server updated as much as I can, but the last couple of times I’ve gone to run the upgrade of the Webmin console, I’ve got this; error: Failed dependencies: perl(Net::SSLeay) is needed by webmin (version) Solution 1. As error messages go this is not a bad one, it obviously needs perl installing. So SSH into the server and execute the following command; yum -y install perl...