Try our new Certificate Revocation List Check Tool
CRLcheck.exe is a tool developed to verify digital signatures of executable files. It collects files from known paths on your client, checks their signature, and checks Certificate Revocation Lists (CRL) and OCSP download. This helps avoid delays in launching files.

Category: Exchange 2010

Defrag Exchange on-premises Database with ESEUTIL

http://technet.microsoft.com/en-us/library/aa998863(v=exchg.80).aspx If you are at the end of Migration. Check there are no user active on the DB:  Show all mailboxes on Database “mb3” Get-Mailbox -Database “mb3” | select Displayname, Alias, Database, OrganizationalUnit | ft -wrap –auto  Also check this KB for hidden accounts and dead accounts : https://www.butsch.ch/post/Exchange-20072010-Delete-default-Mailbox-Database-remove-last-MailboxSG.aspx Get the Path of the DB: How […]

Exchange: WINRM Service, The WinRM client sent a request to the remote WS-Management service

Error we get in PowerShell : Starting a command on remote server failed with the following error message : The WinRM client sent a request to the re mote WS-Management service and was notified that the request size exceeded the configured MaxEnvelopeSize quota. For mo re information, see the about_Remote_Troubleshooting Help topic. + CategoryInfo : OperationStopped: […]

Turn of Autodiscover warning box agree Outlook.exe with GPO

How to turn off Autodiscover Warning in Outlook 2010/2013/2016/2019 Warnung: Das Konto wurde fuer die Einstellung auf die Website umgeleitet https://support.microsoft.com/en-us/help/2480582/how-to-suppress-the-autodiscover-redirect-warning-in-outlook A little bit more explained than in the Microsoft KB and with a check THAT if you ONLY set the Registry key if the OFFICE Version is installed. During Migrations you could otherwise run […]

Exchange 2007/2010 Delete default Mailbox Database / remove last Mailbox/SG

Exchange 2007/2010 Delete default Mailbox Database / remove last Mailbox/SG When you are migrating an Exchange from 2003 to 2007/2010 if you want to delete remove old or default mailboxes there are always mailboxes, which prevent you.  Here is the Microsoft Error as it shows up: MDB01FailedError:This mailbox database contains one or more mailboxes, mailbox plans, […]

Exchange Wildcard Certificate imported Powershell without password option (PrivateKeyMissing)

Valid Exchange 2010/2013/2016 Problem: You can IMPORT a KEYFILE (Password) protected Exchange Certificate via PowerShell. The import itself does work, it’s there but the Cert is NOT usable for Exchange or visible in PowerShell get-exchange certificate or in the Exchange Console under Certificates. Import-ExchangeCertificate -Instance <String[]> [-Confirm] [-DomainController <Fqdn>] [-FriendlyName <String>] [-Password <SecureString>] [-PrivateKeyExportable <$true […]

Exchange-20102013-POP-or-IMAP-with-Wildcard-Certificate-activation

  You try to activate a WILDCARD Certificate for IMAP or POP Services for Exchange 2010. Either GUI or Powershell this does not work as wanted: Enable-ExchangeCertificate -Server ‘ exchange2010’ -Services ‘IMAP, IIS, SMTP’ -Thumbprint ‘C22E2AE9FC07C7DA55454522B0E0ACF996C8’  ERROR: This certificate with thumbprint C22E2AE9FC0646473449422B0E0ACF996C8 and subject ‘*.butsch.ch’ cannot used for IMAP SSL/TLS connections because the subject is not […]

Exchange 2010 Console error, an error caused a change in the current set of domain controllers

(PID 5856, Thread 164) Task Get-FederationTrust throwing terminating exception at stage  Microsoft.Exchange.Data.Directory.ADTransientException: An error caused a change in the current set of domain controllers.. Exception: {2fa78b33-8275-45ce-a132-9bce2a244a92} EventID: 5 I have seen this only in large Forest wide usage with Child domains and different Administrator accounts used to operate the console. Error in Exchange 2010 Management […]

Exchange: Server 2008 SMTP/IIS does not write Logfiles

On old Exchange machines we migrated we often (After Exchange is de-installed) install the SMTP Server. So we can re-route E-Mail from devices which have not been migrated and log that info. You have a Server 2008 64BOIT RTM and the separate installed SMTP-Service in IIS 6.0 Manager does not write Logfiles. You set the […]

Netapp Snapdrive Migration from Version. 6.5.0.5474 to 7.0.2.6322 Exchange 2010

Product: Netapp Snapdrive Migration from Version. 6.5.0.5474 to 7.0.2.6322. Product running on it: Exchange 2010 DAG (Cluster components) Following hotfixes are NEW additional required for Netapp Snapdrive Version 7.0.2.6322 P2 on an Exchange 2010 DAG Mailbox Server. However all three of them have been Superseded by newer Patches through Microsoft. You are able to select Continue […]

Mcafee Security for Exchange 8.5 Patch 1 Update fails on 2010 SP3 CAS with HUB roll

Problem: Mcafee Security for Exchange 8.5 Patch 1 Update fails on 2010 SP3 CAS with HUB roll Product: McAfee Security for Microsoft Exchange — Error 1920.Service MSExchangeIS (MSExchangeIS) failed to start. Verify that you have sufficient privileges to start system services. Migration Groupshield Mcafee Security for Exchange 8.6 to Patch 1 We first thought this was related […]

Exchange 2010 SP3 RU9 / 2013 CU8, ROLLUP and Android problems

A remote mailbox user receives the following error message when he or she tries to configure Exchange Active Sync account on an Android device: Setup could not finish Failed to search Exchange server automatically. Enter settings manually https://support.microsoft.com/en-us/kb/3035227?wa=wsignin1.0 http://blogs.technet.com/b/exchange/archive/2015/03/17/announcing-update-rollup-9-for-exchange-server-2010-service-pack-3.aspx http://www.microsoft.com/en-us/download/details.aspx?id=46372 Solution: If the MobileSyncRedirectBypass feature is causing the problem, you can turn it off by […]