For example, if you run the following command:
Test-OwaConnectivity -MailboxServer <servername> -AllowUnsecureAccess:$true -ClientAccessServer <servername> | fl
WARNING: The test was unable to log on to Outlook Web Access because of an authentication failure. WARNING: The test for URL '<OWA URL>' failed. AuthenticationMethod : FBA ClientAccessServer : <servername> Scenario : Logon ScenarioDescription : Log on to Outlook Web Access and verify the response page. PerformanceCounterName : Logon Latency Result : Skipped MailboxServer : <servername> StartTime : <Date, Time> Latency : <Time> SecureAccess : True Error : The test was unable to log on to Outlook Web Access because of an authentication failure. UserName : <username> VirtualDirectoryName : owa (Default Web Site) Url : <owa URL> UrlType : Internal EventType : Warning Port : 0 ConnectionType : Plaintext
If you run the following command:
Test-ActiveSyncConnectivity -MailboxServer <servername> -TrustAnySSLCertificate:$true | fl
ClientAccessServer : <servername> Scenario : Options ScenarioDescription : To retrieve the Exchange ActiveSync protocol version, issue an HTTP OPTIONS command. PerformanceCounterName : DirectPush Latency Result : Failure MailboxServer : <servername> StartTime : <Date, Time> Latency : <time> SecureAccess : True Error : [System.Net.WebException]: The remote server returned an error: (401) Unauthorized. ......
954213
All Test commands that are related to the Client Access Server fail when you run the commands on an Exchange 2007 server in a disjoint namespace