Para verificar el estado actual del “Mail Forwarding”, utilice este commandlet de PowerShell:
Get-Mailbox Identidad < user@mydomain.com > | Fort ForwardingSMTPAddress
Para desactivar “Mail Forwarding” use:
Set-Mailbox -Identity < user@mydomain.com > -DeliverToMailboxAndForward $ false -ForwardingSMTPAddress $ null
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center