MEA Center of Expertise

We are a 120+ technology enthusiasts helping Microsoft customers around Middle-East & Africa region. We bridge Microsoft tools & technologies to their businesses.

Browse by Tags

Related Posts
  • Blog Post: Impact of enabling Unified Messaging for Lync users

    Lync Server Enterprise Voice uses the Exchange UM infrastructure to provide call answering, call notification, voice access (including voice mail), and auto-attendant services. all of the notifications and voicemails are stored on the main mailbox of the user; which can have an impact on the user...
  • Blog Post: CAS Array NLB Configuration with PowerShell

    First, we need to load the server manager module and install NLB. To do this run the following commands: 1 Import -Module ServerManager 2 Add -WindowsFeature NLB, RSAT -NLB Keep in mind, you’ll need to install these components on both CAS servers. Once NLB has been installed, load...
  • Blog Post: Exchange 2010 Interorg Freebusy without using Federation Gateway

    As long as autodiscover and EWS is working. Create account without mailbox on both domains (i.e.ID: domainx.com\Freebusy, Pass: P@ssw0rd On Coex.com Set-AvailabilityConfig -OrgWideAccount “domain1.com\freebusy” $a = get-credential (domain2.com\Freebusy, Pass: P@ssw0rd ) ...