Microsoft Exchange Online
A Microsoft email and calendaring hosted service.
2,052 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All
i want to disable AutoReply for a user, is the below syntax correct?
Set-MailboxAutoReplyConfiguration -Identity user1@mydomain.com -AutoReplyState disabled
Set-MailboxAutoReplyConfiguration -Identity user1@mydomain.com –AutoReplyState Disabled –ExternalMessage $null –InternalMessage $null
Either one of these would do, yes.