Sometime you can get error while connecting to exchange Powershell with the error : Connecting to remote server [Your Exchange Server] failed with the following error message : [ClientAccessServer=[Your Exchange Server],BackEndServer=
Category: Microsoft Exchange 2016
Access to Exchange OWA can get Rejected and in event viewer you get StorageTransientExceptionAccess to Exchange OWA can get Rejected and in event viewer you get StorageTransientException
when trying to connect to exchange OWA you get General error : “Can not access the mailbox”, in event viewer you get error Event 33: Current User: 'Active directory user'
How To Move Exchange Database And Logs LocationHow To Move Exchange Database And Logs Location
Lets assume you need to move the exchange database and logs files to different drive because of lack of space. The easiest way is with Powershell using Move-DatabasePath :
How to Change PrimarySmtpAddress For Public Folder in Autodiscover.xmlHow to Change PrimarySmtpAddress For Public Folder in Autodiscover.xml
Some time you need to change the primary smtp address for the public folder inside the autodiscover.xml to prevent certificate name warning, this is the command : set-Mailbox -PublicFolder
How To Set Message Size Limits in ExchangeHow To Set Message Size Limits in Exchange
When set the message size limits for incoming and outgoing email & attachments size, Please take under consideration the other side message size limitation . Change the defaults on
Exchange Powershell error The WS-Management service cannot process the requestExchange Powershell error The WS-Management service cannot process the request
Some time you might get error regarding lost of connection to exchange management with powershell : Connecting to remote server <Your Exchange server FQDN> failed with the following
How To delete Outlook Offline Address BookHow To delete Outlook Offline Address Book
Some time Outlook Offline Address Book (OAB) do not sync right with exchange server, to delete it and make outlook re-create new one follow this steps : Windows XP C:\Documents
After Add Certificate To Exchange And URL changing Accordingly, Free&Busy not showing . OWA Show error code 5021After Add Certificate To Exchange And URL changing Accordingly, Free&Busy not showing . OWA Show error code 5021
After replacing the self sign exchange certificate with trusted certificate publisher, you need to change the exchange services URL’s accordingly to mach the names on the certificate : How
How to change exchange internals/externals URL’sHow to change exchange internals/externals URL’s
The best way to change exchange URL’s is with Exchange Powershell, here is all the commands you need : Set-WebServicesVirtualDirectory -Identity "<Your Server Name>\EWS (Default Web Site)" -InternalUrl https://<Your Server
outlook keep getting old server settings from autodiscoveroutlook keep getting old server settings from autodiscover
Outlook still trying to connect to old exchange server after change all the dns record and settings to new server, after you make sure all the settings are correct !