May 2013
Intermediate to advanced
504 pages
12h 2m
English
The Exchange Management Shell provides several built-in cmdlets that you can use to troubleshoot and diagnose issues. The Client Access Server role has a number of cmdlets that can be used to perform tests on several different services. In this recipe, we'll take a look at how you can use these cmdlets to monitor and troubleshoot the Client Access Server role.
Test-ActiveSyncConnectivity cmdlet. To specify a mailbox that the cmdlet should use, we'll need to provide the credentials for that user:$user = "contoso\administrator" $pass = ConvertTo-SecureString -AsPlainText "P@ssw0rd01" -Force $creds = New-Object System.Management.Automation.PSCredential ...
Read now
Unlock full access