All user mailboxes are in Exchange 2007 together CAS, HT, etc.
I also have two Exch2010 servers -- one with only CAS while the other with CAS, HT, MB.
When I issue the following cmdlet on Exchange 2010 servers:
Get-OwaVirtualDirectory -Server servername | FL
It gives all details but anything about authentication as the following:
ClientAuthCleanupLevel : High
InternalAuthenticationMethods : {Basic, Fba, Ntlm, WindowsIntegrated}
BasicAuthentication : True
WindowsAuthentication : True
DigestAuthentication : False
FormsAuthentication : True
LiveIdAuthentication : False
ExternalAuthenticationMethods : {Fba}
No wonder the following two cmdlets give nothing:
Get-OwaVirtualDirectory -Server servername | FL *auth
Get-OwaVirtualDirectory -Server servername | FL *auth*
It makes me worry if there is something wrong in my Exchange 2010. Can you help?