Forum Discussion
Implement outlook auto-response of a mailbox folder in PowerShell
Question.
So you have looked at the Set-MailboxAutoReplyConfiguration cmdlet and have issues?
- AnonymousNov 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.
- John J. KavanaghNov 16, 2018Brass Contributor
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