Exchange Update / Install Error: The Error Code Is 8224
Jul28

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:...

Read More
O365: Enable Application Impersonation
Jul23

O365: Enable Application Impersonation

KB ID 0001449 Problem While using a migration tool to do some ‘on-prem’ to Office 365 migrations I had to enable ‘Application Impersonation’ for my Office 365 user. The tool didn’t explain how to do that, so I had to work it out for myself 🙁 So to make things easier for everyone else, here’s how to do it. Solution From within the Office 365 portal > Admin > Exchange. Dashboard > Permissions...

Read More
AD Sites and Services: ‘Show Services Node’ Missing?
Jul23

AD Sites and Services: ‘Show Services Node’ Missing?

KB ID 0001448 Problem While working on an old Exchange system this week I wanted to take a look at the ‘autodiscovery’ SCP in AD Sites and Services. Read any post, and you will se that you need to enable ‘Services Node View’ in AD sites and services. To do that you simply right click then go to View > Show Service Node. However, I didn’t get that option? Solution This was driving me crazy for a while,...

Read More
Exchange 2010 Stops Working after 6 – 12 Hours Uptime
Jul17

Exchange 2010 Stops Working after 6 – 12 Hours Uptime

KB ID 0001447 Problem If your Exchange 2010 Server Stops working after a 6 to 12 hour window, then this is a known problem caused by last months (July 2018) security updates. You will also notice that the ‘transport service’ becomes unresponsive. Note: A reboot will temporarily fix the problem but the server then ceases to function after the same time. Solution Which update you need to uninstall, depends on your operating...

Read More
Microsoft One Drive: Analysis, Pros &Cons of Using It
May18

Microsoft One Drive: Analysis, Pros &Cons of Using It

KB ID 0001439 There are a lot of cloud storage options available on the market. More and more companies make their own cloud storage service. This is why it can be tricky to pick the right service for you. Also, you need to take into consideration a lot of things before you select a cloud storage service. The level of security, its features, and the price are just some of them. In this article, we are going to talk about Microsoft One...

Read More
PowerShell: Finding Stale User and Computer Accounts
May15

PowerShell: Finding Stale User and Computer Accounts

KB ID 0001438 Problem I do this a lot, (usually prior to big migrations), most organisations have no mechanism for removing old users and computers from Active Directory, some don’t even disable the accounts. Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike “*” -and Enabled -eq $true } -Properties LastLogonDate | Select-Object @{...

Read More
Exchange: “BuildToBuildUpgrade” Error
May12

Exchange: “BuildToBuildUpgrade” Error

KB ID 0001436 Problem In the middle of an Exchange upgrade I got a bit stuck with the following error; “Setup previously failed while performing the action “”BuildToBuildUpgrade” You can’t resume setup by performing the action “Install”. There are a couple of variations on this error as well, you can also see either of the following; “Setup previously failed while performing the action “Install” You can’t resume...

Read More
Exchange Update Fails: ‘Cannot find Arbitration Mailbox’
May11

Exchange Update Fails: ‘Cannot find Arbitration Mailbox’

KB ID 0001435 Problem Last night was a late one, Exchange 2016 update (CU9) failed to install and left the server in an unusable state. Relevant Part(s) of the Error —–Output Removed For the Sake of Brevity—–         $name = “SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}”; —–Output Removed For the Sake of Brevity—–         Write-ExchangeSetupLog -Info (“Cannot...

Read More
Exchange: No Arbitration Mailboxes?
May11

Exchange: No Arbitration Mailboxes?

KB ID 0001434 Problem I was doing a ‘mop up’, after an Exchange install problem, (post to follow.) And went to look at the ‘Arbitration’ mailboxes in the clients Exchange Organisation. And they could not be seen? Get-Mailbox | -Arbitration Get-MailboxDatabase | Get-Mailbox -Arbitration Solution In my case, it was because the Exchange server was in a ‘Child Domain’ and the...

Read More
Windows RDP: ‘An authentication error has occurred’
May10

Windows RDP: ‘An authentication error has occurred’

KB ID 0001433 Problem When attempting to RDP to a remote machine;   An authentication error has occurred. The function requested is not supported Remote computer: {name} This could be due to CredSSP encryption oracle remediation. Or you may just see;   An authentication error has occurred. The function requested is not supported Remote computer: {name} Solution This is happening after you have a applied a windows security update it...

Read More