Need to block reply and forward on Mobile devices.

Gurudas 926 Reputation points
2022-06-26T15:27:20.313+00:00

Hello Team,

Please help me to block reply and forward via mobile devices having Outlook installed.

Domain: Contoso.com
Technology: Exchange Online
Software: Outlook

Note: Please help me with kb articles and screenshot. Your quick help will be highly appreciated.

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,787 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gurudas 926 Reputation points
    2022-06-27T09:31:16.12+00:00

    Hello Team,

    We could execute below commands upon Microsoft confirmation.

    Reference Url: https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/outlook-for-ios-and-android/secure-outlook-for-ios-and-android

    Set-ActiveSyncOrganizationSettings -DefaultAccessLevel Block

    New-ActiveSyncDeviceAccessRule -Characteristic DeviceType -QueryString "Android" -AccessLevel Block

    New-ActiveSyncDeviceAccessRule -Characteristic DeviceType -QueryString "iPad" -AccessLevel Block

    New-ActiveSyncDeviceAccessRule -Characteristic DeviceType -QueryString "iPhone" -AccessLevel Block

    New-ActiveSyncDeviceAccessRule -Characteristic DeviceType -QueryString "iPod" -AccessLevel Block


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.