Implement outlook auto-response of a mailbox folder in PowerShell

Deleted
Not applicable

How to implement auto-response of a mailbox folder in Outlook in PowerShell. 

6 Replies

Is this a question/request?

So you have looked at the Set-MailboxAutoReplyConfiguration cmdlet and have issues?

I have this issue:

Set-MailboxAutoReplyConfiguration : The term 'Set-MailboxAutoReplyConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Set-MailboxAutoReplyConfiguration -Identity Admninistrator
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-MailboxAutoReplyConfiguration:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

You need the Exchange module in order to run that cmdlet. Either install them on the machine you are trying this on or run it locally or via PS Remoting on an Exchange server