Hey all
I wanted to enable NTLM authentication on OutlookAnywhere, and after doing the command Set-OutlookAnywhere -IISAuthenticationMethods Basic,NTLM, my settings got changed. This is a dump before I run the command:
[PS] C:\Windows\system32Get-OutlookAnywhere
ServerName : EXCAS01
SSLOffloading : False
ExternalHostname :
ClientAuthenticationMethod : Basic
IISAuthenticationMethods : {Basic}
MetabasePath : IIS:///W3SVC/1/ROOT/Rpc
Path : C:\Windows\System32\RpcProxy
Server : EXCAS01
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
Name : Rpc (Default Web Site)
DistinguishedName : CN=Rpc (Default Web Site),CN=HTTP,CN=Protocols,CN=
EXCAS01,CN=Servers,CN=Exchange Administrative Grou
p (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=Fi
rst Organization,CN=Microsoft Exchange,CN=Services
,CN=Configuration,DC=asp,DC=ssc,DC=no
Identity : EXCAS01\Rpc (Default Web Site)
Guid : 289b4865-caf1-4412-95ee-6fb0dff55e8b
ObjectCategory : asp.ssc.no/Configuration/Schema/ms-Exch-Rpc-Http-V
irtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msExchRpcHttpVirtual
Directory}
WhenChanged : 05.01.2011 16:59:55
WhenCreated : 27.11.2009 11:20:12
OriginatingServer :
IsValid : True
Noticde the settings for "Name", "DistinguishedName", and "Identity". After I run the command, I ended up with this:
[PS] C:\Windows\system32Get-OutlookAnywhere
ServerName : EXCAS01
SSLOffloading : False
ExternalHostname :
ClientAuthenticationMethod : Basic
IISAuthenticationMethods : {Basic, Ntlm}
MetabasePath : IIS:///W3SVC/1/ROOT/Rpc
Path : C:\Windows\System32\RpcProxy
Server : EXCAS01
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
Name : EXCAS01
DistinguishedName : CN=EXCAS01,CN=HTTP,CN=Protocols,CN=EXCAS01,CN=Serv
ers,CN=Exchange Administrative Group (FYDIBOHF23SP
DLT),CN=Administrative Groups,CN=First Organizatio
n,CN=Microsoft Exchange,CN=Services,CN=Configurati
on,DC=asp,DC=ssc,DC=no
Identity : EXCAS01\EXCAS01
Guid : 289b4865-caf1-4412-95ee-6fb0dff55e8b
ObjectCategory : asp.ssc.no/Configuration/Schema/ms-Exch-Rpc-Http-V
irtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msExchRpcHttpVirtual
Directory}
WhenChanged : 06.01.2011 09:43:50
WhenCreated : 27.11.2009 11:20:12
OriginatingServer : ASP-DC-2.
IsValid : True
Now, the "Name", "DistinguishedName" and "Identity" has changed, and when I try to change it back by running "Set-OutlookAnywhere -Identity "EXCAS01\Rpc (Default Web Site)", I get the following error:
[PS] C:\Windows\system32Set-OutlookAnywhere -Identity "EXCAS01\Rpc (Default Web
Site)"
Set-OutlookAnywhere : The operation could not be performed because object 'EXCA
S01\Rpc (Default Web Site)' could not be found on domain controller 'ASP-DC-2.'.
Remember, the RPC over HTTP works fine with Basic authentication (even with the wrong settings), but NTLM still doesnt work. How do I change back the settings?