You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This parameter is available or functional only in Exchange Server 2010.
201
201
202
-
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.
202
+
The RpcTestType parameter specifies which type of RPC endpoint the command should test. Valid values are:
203
+
204
+
- Server: The command uses the local server as the RPC endpoint.
205
+
206
+
- Array: The command looks for a ClientAccessArray object in the local Active Directory site.
203
207
204
208
```yaml
205
209
Type: Array | Server
@@ -218,14 +222,12 @@ This parameter is available or functional only in Exchange Server 2010.
218
222
219
223
The WSTestType parameter specifies type of servers that you want to include in your Outlook connectivity test. You can use the following values:
This parameter is available or functional only in Exchange Server 2010.
243
245
244
-
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.
246
+
The Archive parameter specifies whether tests should be performed to connect to the user's on-premises archive mailbox. Valid values are:
247
+
248
+
$true: Connect to the user's on-premises archive mailbox.
249
+
250
+
$false: Don't connect to the user's on-premises mailbox. This is the default value.
The Credential parameter specifies the credential used by the probe. The system's test credentials are used by default. This parameter requires you to create a credentials object by using the Get-Credential cmdlet. For more information, see Get-Credential (https://go.microsoft.com/fwlink/p/?linkId=142122).
286
+
The Credential parameter specifies the credential used by the probe. The system's test credentials are used by default
287
+
288
+
This parameter requires you to create a credentials object by using the Get-Credential cmdlet. For more information, see Get-Credential (https://go.microsoft.com/fwlink/p/?linkId=142122).
281
289
282
290
```yaml
283
291
Type: PSCredential
@@ -311,6 +319,8 @@ This parameter is available or functional only in Exchange Server 2010.
311
319
312
320
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.
313
321
322
+
This parameter requires you to create a credentials object by using the Get-Credential cmdlet. For more information, see Get-Credential (https://go.microsoft.com/fwlink/p/?linkId=142122).
This parameter is available or functional only in Exchange Server 2010.
343
353
344
-
The MonitoringContext switch specifies whether the command returns additional information that can be used with Microsoft System Center Operations Manager 2007. You don't need to specify a value with this switch.
354
+
The MonitoringContext switch specifies whether the command returns additional information that can be used with Microsoft System Center Operations Manager. You don't need to specify a value with this switch.
This parameter is available or functional only in Exchange Server 2010.
467
477
468
-
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).
478
+
The RpcProxyTestType parameter specifies which HTTP endpoint the command should connect to. Valid values are:
479
+
480
+
- Internal: Refers to the local computer name (https://\<localcomputername\>, for example, httpS://CAS01).
481
+
482
+
- External: Refers to a public namespace (the external HTTP URL on the /rpc virtual directory, for example, https://mail.contoso.com).
This parameter is available or functional only in Exchange Server 2010.
531
545
532
-
The TrustAnySslCert parameter can be set to $true to ignore any Secure Sockets Layer (SSL) certificate warnings. The default value is $false.
546
+
The TrustAnySslCert switch specifies whether to ignore any Secure Sockets Layer (SSL) certificate warnings. You don't need to specify a value with this switch.
0 commit comments