Hi everyone,
I need to install a third part tool, that requires to add NTLM authentication (for now, I have only "Negotiate") to RPC Authentications method in IIS Exchange Server 2013.
I'm concerned about security issue that this operation can brought with, or other issues about authentication with Outlook Anywhere or any other task with outlook.
The cmdlet is this one:
Set-OutlookAnywhere -Identity:"<name-of-your-server>\Rpc (Default Web Site)" IISAuthenticationMethods: Negotiate, ntlm
Can anyone give me some infos about this topic? Someone have already experienced security issues with a scenario like this?
Thanks