- Disable OA:
Get-Mailbox –Identity (User Identity) | Set-CASMailbox -MAPIBlockOutlookRpcHttp:$true
- Enable OA:
Get-Mailbox –Identity (User Identity) | Set-CASMailbox -MAPIBlockOutlookRpcHttp:$False
- Enable & Disable in Bulk
- Create .txt file info identity user:
No comments:
Post a Comment