locked
Change reply all to reply for organization RRS feed

  • Question

  • Looking to see if it is possible to globally remove the reply all default and just set to reply to sender   This is for OWA and exchange online and Outlook 2016

    Thanks

    Craig


    Craig


    • Edited by CraigMilw Thursday, June 21, 2018 10:45 PM
    Thursday, June 21, 2018 10:38 PM

Answers

  • Hi Craig,

    Agree with Vasil.

    You can run the following command for all mailboxes:

    Get-Mailbox -ResultSize Unlimited |%{Set-MailboxMessageConfiguration $_.Name -IsReplyAllTheDefaultResponse $false}


    Best Regards,
    Niko Cheng


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.


    Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.

    • Proposed as answer by Niko.Cheng Friday, June 29, 2018 9:39 AM
    • Marked as answer by CraigMilw Saturday, July 21, 2018 2:14 PM
    Monday, June 25, 2018 8:18 AM

All replies

  • You can do it on pre-mailbox basis via

    Set-MailboxMessageConfiguration -IsReplyAllTheDefaultResponse $false

    There is no global switch, so you have to run it for all maiulboxes.

    • Proposed as answer by Niko.Cheng Monday, June 25, 2018 8:07 AM
    Friday, June 22, 2018 7:19 AM
  • Hi Craig,

    Agree with Vasil.

    You can run the following command for all mailboxes:

    Get-Mailbox -ResultSize Unlimited |%{Set-MailboxMessageConfiguration $_.Name -IsReplyAllTheDefaultResponse $false}


    Best Regards,
    Niko Cheng


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.


    Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.

    • Proposed as answer by Niko.Cheng Friday, June 29, 2018 9:39 AM
    • Marked as answer by CraigMilw Saturday, July 21, 2018 2:14 PM
    Monday, June 25, 2018 8:18 AM
  • Hi Craig,

    Is there any update on this thread? If the issue has been resolved, please mark the helpful replies as answers, this will make answer searching in the forum easier and be beneficial to other community members as well. Thanks for your understanding.


    Best Regards,
    Niko Cheng


    Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.


    Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.

    • Proposed as answer by Niko.Cheng Wednesday, July 11, 2018 10:07 AM
    Wednesday, July 4, 2018 9:26 AM