Calender Meeting Forward

Glenn Maxwell 12,211 Reputation points
2021-03-25T19:35:40.54+00:00

Hi All

I have a requirement from a user, when user sends meeting invite to users, that meeting invite by default should not be forwarded to any other person.
i.e users should not forward it. When i create a new meeting invite, under Response Options, i can uncheck the forwarding. is there a way that this forwarding is by default disabled. Please guide me

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,711 questions
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,781 questions
{count} vote

Accepted answer
  1. Yuki Sun-MSFT 41,211 Reputation points Microsoft Vendor
    2021-03-26T04:38:10.51+00:00

    Hi @Glenn Maxwell ,

    is there a way that this forwarding is by default disabled.

    According to your description, do you mean you would like the "Allow Forwarding" button unchecked by default for the user?
    81699-1.jpg

    If this is the case, I'm afraid this is NOT feasible from the Exchange server side as to the best of my knowledge, there's no command or option available to configure this. The parameters like "MeetingForwardNotificationEnabled" and "RemoveForwardMeetingNotification" shared by Andy are intended for controlling the forward meeting notification messages which are similar to the image below:
    81729-2.jpg
    So if you are actually looking for method to disable "Allow Forwarding" as stated earlier, I'm afraid these commands cannot meet your requirenment.

    As regards to the Outlook client side, based on my test and research, we can disable the "Allow Forwarding" button via group policy or registry using its Policy ID 33187:

    1. Download the Administrative Template files via this link and copy the files into your environment.
    2. Open Group Policy Editor, go to User Configuration > Administrative Templates > Microsoft Outlook 2016 > Disable Items in User Interface > Custom > Disable command bar buttons and menu items > Enable, click Show, type 33187, click Apply:
      81628-gp.jpg 3. Restart Outlook and check the result:
      81747-3.jpg

    If you prefer disabling the button via registry, you can use the key below:
    Important: Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Outlook\DisabledCmdBarItemsList  
    "TCID1"="33187"  
    

    81759-registry.jpg


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.