Skip to content

Commit b8d273b

Browse files
committed
Update Test-OutlookConnectivity.md
Typo and description fixes.
1 parent 16e0e66 commit b8d273b

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

exchange/exchange-ps/exchange/client-access/Test-OutlookConnectivity.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,11 @@ Accept wildcard characters: False
199199
### -RpcTestType
200200
This parameter is available or functional only in Exchange Server 2010.
201201
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.
203207
204208
```yaml
205209
Type: Array | Server
@@ -218,14 +222,12 @@ This parameter is available or functional only in Exchange Server 2010.
218222
219223
The WSTestType parameter specifies type of servers that you want to include in your Outlook connectivity test. You can use the following values:
220224
221-
- Unknown
225+
- Unknown (This is the default value.)
222226
223227
- Internal
224228
225229
- External
226230
227-
- The default value is Unknown.
228-
229231
```yaml
230232
Type: Unknown | Internal | External
231233
Parameter Sets: WSTestType
@@ -241,7 +243,11 @@ Accept wildcard characters: False
241243
### -Archive
242244
This parameter is available or functional only in Exchange Server 2010.
243245
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.
245251
246252
```yaml
247253
Type: $true | $false
@@ -277,7 +283,9 @@ Accept wildcard characters: False
277283
```
278284
279285
### -Credential
280-
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).
281289
282290
```yaml
283291
Type: PSCredential
@@ -311,6 +319,8 @@ This parameter is available or functional only in Exchange Server 2010.
311319
312320
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.
313321
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).
323+
314324
```yaml
315325
Type: PSCredential
316326
Parameter Sets: RpcProxyServer, Protocol, RpcTestType, WSTestType
@@ -341,7 +351,7 @@ Accept wildcard characters: False
341351
### -MonitoringContext
342352
This parameter is available or functional only in Exchange Server 2010.
343353
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.
345355
346356
```yaml
347357
Type: SwitchParameter
@@ -465,7 +475,11 @@ Accept wildcard characters: False
465475
### -RpcProxyTestType
466476
This parameter is available or functional only in Exchange Server 2010.
467477
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).
469483
470484
```yaml
471485
Type: External | Internal
@@ -529,7 +543,7 @@ Accept wildcard characters: False
529543
### -TrustAnySslCert
530544
This parameter is available or functional only in Exchange Server 2010.
531545
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.
533547
534548
```yaml
535549
Type: SwitchParameter

0 commit comments

Comments
 (0)