|
Parameter
|
Required
|
Type
|
Description
|
|---|
|
Identity
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter
|
The Identity parameter specifies a target user mailbox. This value can be the mailbox GUID or can be the domain name\user, for example, contoso.com\erin. If the parameter isn't specified, the command looks for a test user in Active Directory. You need to create the test user with the New-TestCasConnectivityUser.ps1 script.
|
|
GetDefaultsFromAutodiscover
|
Required
|
System.Boolean
|
The GetDefaultsFromAutodiscover parameter specifies whether to get default values for all of the other parameters for the command from the Autodiscover service settings. If you run the command specifying values for other parameters, those values override the default values from the Autodiscover service. The default value for this parameter is $true.
|
|
Protocol
|
Required
|
Microsoft.Exchange.Monitoring.Protocol
|
The Protocol parameter specifies whether to test for Outlook Anywhere connectivity or directly test for RPC or TCP/IP connectivity. The value is either HTTP or TCP.
|
|
RpcTestType
|
Required
|
Microsoft.Exchange.Monitoring.RpcTestType
|
The RpcTestType parameter specifies which type of RPC endpoint the command should test. Valid values are Server or Array. If Server is specified, the command uses the local server as the RPC endpoint. If Array is specified, the command looks for a ClientAccessArray object in the same Active Directory site where the command is being run.
|
|
WSClientAccessServer
|
Required
|
Microsoft.Exchange.Configuration.Tasks.ClientAccessServerIdParameter
|
This parameter is reserved for internal Microsoft use.
|
|
WSTestType
|
Required
|
Microsoft.Exchange.Monitoring.VirtualDirectoryUriScope
|
The WSTestType parameter specifies type of servers that you want to include in your Outlook connectivity test. You can use the following values:
-
Unknown
-
Internal
-
External
-
The default value is
Unknown.
|
|
Archive
|
Optional
|
System.Boolean
|
The Archive parameter specifies whether tests should be performed to connect to the user’s on-premises archive mailbox. You don’t need to specify a value for this parameter.
|
|
Confirm
|
Optional
|
System.Management.Automation.SwitchParameter
|
The Confirm switch causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm switch.
|
|
MailboxCredential
|
Optional
|
System.Management.Automation.PSCredential
|
The MailboxCredential parameter specifies certain credentials to allow logon access to a user's mailbox. Use the parameter along with the Identity parameter to access a user's mailbox when you don't have access permissions.
|
|
MonitoringContext
|
Optional
|
System.Management.Automation.SwitchParameter
|
The MonitoringContext parameter specifies whether the command returns additional information that can be used with Microsoft System Center Operations Manager 2007. The default value is $false.
|
|
RpcAuthenticationType
|
Optional
|
Microsoft.Exchange.Monitoring.RpcAuthenticationType
|
The RpcAuthenticationType parameter specifies the authentication setting to test for the RPC layer. Using this parameter is helpful if a different authentication type is set at the RPC proxy virtual directory. You can use the following values:
The default value is Negotiate.
|
|
RpcClientAccessServer
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ClientAccessServerIdParameter
|
The RpcClientAccessServer parameter specifies the target server with the Client Access server role installed that you want to test. This can be a server fully qualified domain name (FQDN) or a GUID.
|
|
RpcProxyAuthenticationType
|
Optional
|
Microsoft.Exchange.Monitoring.RpcProxyAuthenticationType
|
The RpcProxyAuthenticationType parameter specifies the authentication setting for the RPC Proxy endpoint. The value can be specified as Basic, NTLM, or Negotiate. There is no default value unless used with the GetDefaultsFromAutodiscover parameter.
|
|
RpcProxyServer
|
Optional
|
Microsoft.Exchange.Configuration.Tasks.ServerIdParameter
|
The RpcProxyServer parameter specifies whether to set the target RpcProxy server for testing. This parameter can be used when the RpcProxy server is different from the Client Access server.
|
|
RpcProxyTestType
|
Optional
|
Microsoft.Exchange.Monitoring.RpcProxyTestType
|
The RpcProxyTestType parameter specifies which HTTP endpoint the command should connect to. The value can be Internal or External. The Internal value refers to the local computer name (http://<localcomputername>, for example, http://CAS01). The External value refers to a public namespace (the external HTTP URL on the /rpc virtual directory, for example, http://mail.contoso.com).
|
|
TotalTimeoutInMinutes
|
Optional
|
System.Int32
|
The TotalTimeoutInMinutes parameter specifies the time limit, in minutes, for the command to wait for test results before ending the request. The default value is two minutes.
|
|
TrustAnySslCert
|
Optional
|
System.Management.Automation.SwitchParameter
|
The TrustAnySslCert parameter can be set to $true to ignore any Secure Sockets Layer (SSL) certificate warnings. The default value is $false.
|
|
WhatIf
|
Optional
|
System.Management.Automation.SwitchParameter
|
The WhatIf switch instructs the command to simulate the actions that it would take on the object. By using the WhatIf switch, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf switch.
|