Skip to content

Tag: Exchange

Peer behind the curtain – how Microsoft runs Exchange Online

Peer behind the curtain – how Microsoft runs Exchange Online Speakers: Eddie Fong (Microsoft), Karim Battish (Microsoft) For full session details, click here. ABSTRACT: For 75 minutes, you’ll give you a virtual Microsoft blue badge and enter the world of Microsoft Exchange Online operations. See how it’s done with a rare look behind the scenes…

Leave a Comment

User Account has been Disabled :Exchange 2010 OWA

Exchange 2010 OWA : User Account has been Disabled. After a users account has been disabled for some time and re-enabled , they might be faced with the below error in Outlook and OWA. Outlook Error OWA Error To resolved this issue you can open ‘Exchange PowerShell’ and the the following #OneLiner

  Once…

Leave a Comment

Bulk Enable ActiveSync Exchange PowerShell

Bulk Enable ActiveSync using Exchange PowerShell Lets Start by search for all Mailboxes with ActiveSync Disabled. Open Exchange Powershell and Type the following.

Now that we have a list of Users with ‘ActiveSyncEnabled’ set to ‘false’ , lets change this and Enable ActiveSync for these Users.

Once done all users will have ‘ActiveSyncEnabled’…

Leave a Comment

KEMP – Free Load Balancer

Free Load Balancer from KEMP Since the introduction of #Exchange 2010 Microsoft no longer recommend the use of “Windows Load balancer” for #Exchange. KEMP Provide an excellent alternative with great additional features. The Free version of #KEMP Load Balancer come with the following features. KEMP Technologies free LoadMaster Application Load Balancer is a fully featured…

Leave a Comment

The-Term ‘Clean-Mailboxdatabase’ is not a recognized cmdlet,function, script Exchange 2013

Clean MailboxDatabase Command no longer Valid on #Exchange 2013

Command has  been decommissioned for Exchange 2013 and replaced with Update-StoreMailboxState http://technet.microsoft.com/en-us/library/jj860462(v=exchg.150).aspx Update-StoreMailboxState require the GUID of a mailbox to execute so it usually easier to run in combination with Get-MailboxStatistics like the example below Get-MailboxStatistics -Database MDB02 | ForEach { Update-StoreMailboxState -Database $_.Database -Identity $_.MailboxGuid…

Leave a Comment

Find Exchange Mailboxes with Automatic Email Address Policy set to $False

How to Find all User Mailboxes with Auto Email Address Policy Removed. Let’s have a look at what the settings in Exchange Management Console looks like. Let’s start by running a quick one liner to search for all these users.

Next we can see the results output That was a quick one liner ,but…

Leave a Comment

Microsoft Exchange RBAC Manager

RBAC Manager for Exchange and Office 365 RBAC Manager puts all efforts to simplify the RBAC administration. Basically it provides the missing GUI to edit RBAC settings on Exchange 2010,2013 and Office 365 systems; including adding/removing cmdlets, cmdlet properties, assignments etc. RBAC tool is written in C# and using Powershell behind the scenes For Release…

Leave a Comment

Distribution Groups in Office 365 Hybrid Deployment

How to Mange and Create new Distribution Groups in Exchange 2010 / Office 365 Hybrid Deployment . We will start by Opening the Exchange Management Console and Navigate to Recipient Configuration and  click on Distribution Group and on the left hand side on the Action Menu Click New Distribution Group. Complete the Required fields and…

2 Comments