Removing Email forwarding from email account in Powershell

Your help is appreciated -

I need to remove email forwarding from one user account. example: I utilized the Set-Mailbox -Identity "Kristin B" -ForwardingSMTPAddress "email address of recipient"     I want to remove that forwarding).

April 6th, 2015 9:35am

Use

Set-Mailbox -Identity "Kristin B" -ForwardingSMTPAddress $null 

This should remove the forwarding address

  • Proposed as answer by Vishwanath.S 17 hours 29 minutes ago
Free Windows Admin Tool Kit Click here and download it now
April 6th, 2015 9:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics