Category: Exchange Server

Scenario:  After mailbox categories have mysteriously disappeared, you want to verify that the categories are not hanging around in the backend of your mailbox.  The concern is that you re-add the categories and if they mysteriously show up, it would create a headache to clean it up. Solution: The categories that is used throughout the […]
Configure bulk Exchange 2013 servers for Unified Messaging and Unified Messaging Call Router Settings. Set the UMService and UMCallRouterSettings for the servers: Get-UMService |  where {$_.identity -like ‘MBXSVR*’} | Set-UMService -DialPlans dialplan1 -UMStartupMode “dual”Get-UMCallRouterSettings |  where {$_.identity -like ‘MBXSVR*’} | Set-UMCallRouterSettings -DialPlans dialplan1 -UMStartupMode “dual” Configure the Exchange Certificate for the UM and UMCallRouter srevices. […]
NOTE – This post applies to Exchange Distribution Groups and Mail-Enabled Security Groups To add an additional owner to a group that you own After logging in to the Outlook Web App (OWA), select Settings > Options > groups > distribution groups I own Double click on the group to manage and click ownership In […]
Scenario:  Integrate Exchange 2013 OWA and LYNC together. The steps are from the Exchange perspective Steps: 1. Configure Partner Applications with Exchange and Lync: “C:\Program Files\Microsoft\Exchange Server\V15\Scripts\Configure-EnterprisePartnerApplication.ps1 -AuthMetaDataUrl ‘https://atl-cs-001.litwareinc.com/metadata/json/1’ -ApplicationType Lync” 2.  Configure OWA Virtual Directories to enable Instant Messaging and to assign OCS as the Instant Messaging Type. Note: InstantMesaging should be enabled but […]
Scenario:  When attempting to add your first server to a new DAG, you may receive the following error: A server-side database availability group administrative operation failed. Error The operation failed. CreateCluster errors may result from incorrectly configured static addresses. Error: The computer account ‘DAG1’ could not be validated. Access was denied. Check that the current […]
After an outage or maintenance to the Exchange 2010 or Exchange 2013, or Exchange 2016Mailbox servers in a Database Availability Group you may find that the mailbox databases are no longer balanced across all of the DAG members. For example after applying updates to DAG members you may see that all of the mailbox databases are active on a single DAG member. […]
How to Configure Exchange Server 2016 SMTP Relay while upgrading your email services. In most organizations, there are several devices or applications that need to use an SMTP service to send email messages. An Exchange can provide that service for you, however, the configuration required on the server depends on the SMTP relay requirements of your […]
When you use in a multiple domain organization. For example you need to separate the Global Address List as the other users from domain X are not allowed to see the address list of domain Y. You can create a new address list + Address List Policy. 01: First you have a add a custom […]
Archives