Thursday, February 24, 2011

Test Outlook Web Services (AutoDiscover)

Use the Test-OutlookWebServices cmdlet to verify the Autodiscover service settings for Microsoft Outlook on a computer running Microsoft Exchange Server 2010 that has the Client Access server role installed.
Syntax

Code:
Test-OutlookWebServices [-Identity <RecipientIdParameter>] [-ClientAccessServer <ClientAccessServerIdParameter>] [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-MonitoringContext <$true | $false>] [-TargetAddress <RecipientIdParameter[]>] [-WhatIf [<SwitchParameter>]]


This example tests for a connection to each service. This example also submits a request to the Availability service for the user name@domain.com to determine whether the user's free/busy information is being returned correctly from the Client Access server to the Outlook client.
Code:
Test-OutlookWebServices -Identity:holly@contoso.com

Other Examples:
Code:
Test-OutlookWebServices -ClientAccessServer "Server"

Set-ClientAccessServer -id mss150 -AutoDiscoverServiceInternalUr


No comments:

Post a Comment