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.
Deleted
Nov 16, 2018I 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. Kavanagh
Nov 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.