How do I disable a mail forward in PowerShell?

Problem:

How do I disable a mail forward in PowerShell?

Solution:

set-Mailbox 'MailboxName' -ForwardingAddress $NULL -ForwardingSmtpAddress $NULL 

Leave a Reply

Your email address will not be published. Required fields are marked *