If no user
is specified the CAS user is used. Using MailboxCredential:(Get-Credential test@
exchangeexchange.local) will prompt for the password of the user ???test??™. Once the
password is entered, the test cmdlet runs.
MailboxServer Mailbox : Server that contains the mailbox to test. If no server is specified,
connectivity to the local mailbox server will be tested.
MonitoringContext : This true/false value sets whether to include the monitoring events and
performance data. This also passes the data onto MOM if the MOM agent is installed.
ResetTestAccountCredentials : Resets the test account password. This may become
necessary if the cmdlet errors out due to password issues.
TrustAnySSLCertificate : Accept any SSL certificate that is sent during the
WebServicesConnectivity test.
UseAutodiscoverForClientAccessServer : Boolean value to determine whether the cmdlet
should query Autodiscover to find a CAS server.
This cmdlet works well with pipeline input. It will display the CAS server as well as the Mailbox server
name.
Get-ClientAccessServer | Test-WebServicesConnectivity
The following are the steps that the Test-WebServicesConnectivity cmdlet uses:
1. Issues a GetFolder call to retrieve the folder.
2. Issues a SyncFolderItems to synchronize the folder ??™ s items.
Pages:
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558