Knowledgebase

Terminate a former employee's email sessions

What you need to know about terminating an employee's email session

Here's information about how to get an employee out of email (Exchange).

   
What you can do How you do it
Terminate a session (such as Outlook on the web, Outlook, Exchange active sync, etc.) and force to open a new session Reset password
Terminate a session and block access to future sessions (for all protocols) Disable the account. For example (in the Exchange admin center or using PowerShell):
Set-Mailbox user@contoso.com -AccountDisabled:$true
Terminate the session for a particular protocol (such as ActiveSync) Disable the protocol. For example (in the Exchange admin center or using PowerShell):
Set-CASMailbox user@contoso.com -ActiveSyncEnabled:$false

The above operations can be done in 3 places:

   
If you terminate the session here How long it takes
In the Exchange admin center or using PowerShell Expected delay is within 30 min
In the Azure Active Directory admin center Expected delay is 60 min
In an on-premises environment Expected delay is 3 hours or more
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix a compromised (hacked) Microsoft Office 365 account

One of the most common security support requests we receive from our Office 365 customers is...

Office 365 Pop/IMAP Settings

POP SETTINGS Server name: outlook.office365.com Port: 995 Encryption method: SSL   SMTP...

Set up multi-factor authentication for Office 365 users

This article describes how to set up multi-factor authentication (MFA) for Office 365 users. For...

Restricting users from creating groups / teams

Because it's so easy for users to create Office 365 Groups, you aren't inundated with requests to...

Create, edit, or delete a security group in the Office 365 admin center

This article helps when users cannot add a team to a group or cannot add a standalone team.On the...