Forum Discussion
Deleted
Nov 16, 2018Implement outlook auto-response of a mailbox folder in PowerShell
How to implement auto-response of a mailbox folder in Outlook in PowerShell.
John J. Kavanagh
Nov 16, 2018Brass Contributor
Is this a question/request?
Deleted
Nov 16, 2018Question.
- John J. KavanaghNov 16, 2018Brass Contributor
So you have looked at the Set-MailboxAutoReplyConfiguration cmdlet and have issues?
- DeletedNov 16, 2018
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- John J. KavanaghNov 16, 2018Brass Contributor
Refer to https://docs.microsoft.com/en-us/powershell/exchange/exchange-server/exchange-management-shell?view=exchange-ps regarding the Exchange module.