Skip to content

Commit 703841c

Browse files
Update microsoft-365/admin/add-users/remove-former-employee-step-1.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent f683890 commit 703841c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

microsoft-365/admin/add-users/remove-former-employee-step-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ The following information explains how to remove an employee from the organizati
3838

3939
|What you can do|How you do it|
4040
|:-----|:-----|
41-
|Terminate a session (such as Outlook on the web, Outlook, Exchange active sync, etc.) and force to open a new session|Reset password|
42-
|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: <p> `Set-Mailbox [email protected] -AccountDisabled:$true`|
43-
|Terminate the session for a particular protocol (such as ActiveSync)|Disable the protocol. For example, in the Exchange admin center or using PowerShell: <p> `Set-CASMailbox [email protected] -ActiveSyncEnabled:$false`|
41+
|Terminate a session (such as Outlook on the web, Outlook, or Exchange active sync) and force them to open a new session.|Reset password.|
42+
|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: <p> `Set-Mailbox [email protected] -AccountDisabled:$true`.|
43+
|Terminate the session for a particular protocol (such as ActiveSync).|Disable the protocol, for example, in the Exchange admin center or using PowerShell: <p> `Set-CASMailbox [email protected] -ActiveSyncEnabled:$false`.|
4444
|
4545

4646
The above operations can be done in three places:

0 commit comments

Comments
 (0)