Hello All,
I have two exchange 2013 SP1 server in my environment, I attempted to configure Autoreply functionality using the command below.
Set-RemoteDomain –AutoForwardEnabled $true
Set-RemoteDomain -AutoReplyEnabled $true
Then I got this error message
Set-RemoteDomain : The term 'Set-RemoteDomain' 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-RemoteDomain -AutoForwardEnabled $true
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-RemoteDomain:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I check the same command on the second exchange server and it returned same error. I suspect the cmdlets were not all installed during the setup. I downloaded the exchange 2013 ISO from VLC, so it is likely that the ISO file is the source of this missing cmdltets
is there anyway to import all the cmdlet back into exchange.