Skip to content

Commit

Permalink
Merge branch 'master' into typo-returnsdetailed
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisda committed Jan 23, 2019
2 parents 63692a8 + 2233511 commit 86da9a9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
Expand Up @@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.

Use the Set-MailboxJunkEmailConfiguration cmdlet to configure the junk email settings on mailboxes.

You can only use this cmdlet on a mailbox that's been opened in Outlook (in Cached Exchange mode) or Outlook on the web. If the mailbox hasn't been opened, you'll receive the error: The Junk Email configuration couldn't be set. The user needs to sign in to Outlook Web App before they can modify their Safe Senders and Recipients or Blocked Senders lists. If you want to suppress this error for bulk operations, you can add -ErrorAction SlientlyContinue to the end of the command.
You can only use this cmdlet on a mailbox that's been opened in Outlook (in Cached Exchange mode) or Outlook on the web. If the mailbox hasn't been opened, you'll receive the error: The Junk Email configuration couldn't be set. The user needs to sign in to Outlook Web App before they can modify their Safe Senders and Recipients or Blocked Senders lists. If you want to suppress this error for bulk operations, you can add -ErrorAction SilentlyContinue to the end of the command.

For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).

Expand Down
Expand Up @@ -261,7 +261,7 @@ Accept wildcard characters: False
```

### -InstallProxySubDirectory
The InstallProxySubDirectory parameter was used to create an subdirectory that was required for proxing ActiveSync connections with Exchange 2007.
The InstallProxySubDirectory parameter was used to create an subdirectory that was required for proxying ActiveSync connections with Exchange 2007.

```yaml
Type: $true | $false
Expand Down
Expand Up @@ -11,7 +11,7 @@ monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016 ||
## SYNOPSIS
This cmdlet is available only in on-premises Exchange.

Use the Set-ActiveSyncVirtualDirectory cmdlet to modifyexisting Microsoft Exchange ActiveSync virtual directories that are used in Internet Information Services (IIS) on Exchange servers.
Use the Set-ActiveSyncVirtualDirectory cmdlet to modify existing Microsoft Exchange ActiveSync virtual directories that are used in Internet Information Services (IIS) on Exchange servers.

For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).

Expand Down
Expand Up @@ -48,7 +48,7 @@ This example disables Basic authentication on the default ECP virtual directory
Set-EcpVirtualDirectory -Identity "Server01\ecp (Default Web site)" -AdminEnabled $false
```

This example turns off the Internet access to the EAC on server named SErver01.
This example turns off the Internet access to the EAC on server named Server01.

## PARAMETERS

Expand All @@ -65,7 +65,7 @@ You can use any value that uniquely identifies the virtual directory. For exampl

The Name value uses the syntax "\<VirtualDirectoryName\> (\<WebsiteName\>)" from the properties of the virtual directory. You can specify the wildcard character (\*) instead of the default website by using the syntax \<VirtualDirectoryName\>\*.

To manage the first ECP virtual directory created in an Exchange organization, you need touse this cmdlet on the computer that includes the first ECP virtual directory. If you create additional ECP virtual directories, you can manage those remotely.
To manage the first ECP virtual directory created in an Exchange organization, you need to use this cmdlet on the computer that includes the first ECP virtual directory. If you create additional ECP virtual directories, you can manage those remotely.

```yaml
Type: VirtualDirectoryIdParameter
Expand Down
Expand Up @@ -92,7 +92,7 @@ This example lists the probes running in the client access services on a Mailbox

For more information on probes and the monitoring framework, see Managed Availability (https://go.microsoft.com/fwlink/p/?LinkId=510838), Managed Availability and Server Health (https://go.microsoft.com/fwlink/p/?LinkId=510839), and Customizing Managed Availability (https://go.microsoft.com/fwlink/p/?LinkId=510840)

By default, the cmdlet uses the test monitoring account attached to the specifed probe. You may enter a different mailbox instead via the MailboxId parameter. The options and results follow.
By default, the cmdlet uses the test monitoring account attached to the specified probe. You may enter a different mailbox instead via the MailboxId parameter. The options and results follow.

- MailboxId and Credential are not specified: Generic connectivity test against a test mailbox using the system's test credentials.

Expand Down
Expand Up @@ -101,7 +101,7 @@ Accept wildcard characters: False
```

### -ApplyMandatoryProperties
The ApplyMandatoryPropertiesswitch specifies whether to update the mandatory properties of a legacy OAB. You don't need to specify a value with this switch.
The ApplyMandatoryProperties switch specifies whether to update the mandatory properties of a legacy OAB. You don't need to specify a value with this switch.

This switch was used in coexistence environments when an OAB was migrated from Exchange 2003.

Expand All @@ -118,7 +118,7 @@ Accept wildcard characters: False
```

### -ConfiguredAttributes
The ConfiguredAttributes parameter specifies the recipient MAPI propertiesthat are available in the OAB. This parameter uses the syntax: "\<Name1\>,\<Type1\>","\<Name2\>,\<Type2\>"... where \<Name\> is the name of the MAPI property (for example, MobileTelephoneNumber), and \<Type\> is the value ANR (ambiguous name resolution), Value, or Indicator.
The ConfiguredAttributes parameter specifies the recipient MAPI properties that are available in the OAB. This parameter uses the syntax: "\<Name1\>,\<Type1\>","\<Name2\>,\<Type2\>"... where \<Name\> is the name of the MAPI property (for example, MobileTelephoneNumber), and \<Type\> is the value ANR (ambiguous name resolution), Value, or Indicator.

To enter multiple values and overwrite any existing entries, use the following syntax: \<value1\>,\<value2\>,...\<valueN\>. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\<value1\>","\<value2\>",..."\<valueN\">.

Expand Down Expand Up @@ -373,7 +373,7 @@ Accept wildcard characters: False
```

### -UseDefaultAttributes
The UseDefaultAttributesswitch specifies whether to revert the recipient MAPI properties that are available in the OAB to the default list. You don't need to specify a value with this switch.
The UseDefaultAttributes switch specifies whether to revert the recipient MAPI properties that are available in the OAB to the default list. You don't need to specify a value with this switch.

You can use this switch to undo changes that you've made to the default list by using the ConfiguredAttributes parameter.

Expand Down
Expand Up @@ -34,7 +34,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi

### -------------------------- Example 1 --------------------------
```
New-IntraorganizationConnector -DiscoveryEndpoint http://ExternalDiscovery.Contoso.com -Name MainCloudConnector -TargetAddressDomains Cloud1.contoso.com,Cloud2.contoso.com
New-IntraOrganizationConnector -DiscoveryEndpoint http://ExternalDiscovery.Contoso.com -Name MainCloudConnector -TargetAddressDomains Cloud1.contoso.com,Cloud2.contoso.com
```

This example creates an Intra-Organization connector named "MainCloudConnector" between an on-premises Exchange organization and an Exchange Online organization containing two domains, Cloud1.contoso.com and Cloud2.contoso.com.
Expand Down
Expand Up @@ -347,7 +347,7 @@ The UseMXRecord parameter enables or disables DNS routing for the connector. Val

- $true: The connector uses DNS routing (MX records in DNS) to deliver email. This is the default value.

- $false: The connector delivers email to one or more smart hosts. When you use this value, you also need to specifiy the smart hosts by using the SmartHosts parameter in the same command.
- $false: The connector delivers email to one or more smart hosts. When you use this value, you also need to specify the smart hosts by using the SmartHosts parameter in the same command.

```yaml
Type: $true | $false
Expand Down
Expand Up @@ -390,7 +390,7 @@ The UseMXRecord parameter enables or disables DNS routing for the connector. Val

- $true: The connector uses DNS routing (MX records in DNS) to deliver email. This is the default value.

- $false: The connector delivers email to one or more smart hosts. When you use this value, you also need to specifiy the smart hosts by using the SmartHosts parameter in the same command.
- $false: The connector delivers email to one or more smart hosts. When you use this value, you also need to specify the smart hosts by using the SmartHosts parameter in the same command.

```yaml
Type: $true | $false
Expand Down
6 changes: 3 additions & 3 deletions exchange/exchange-ps/exchange/mailboxes/Connect-Mailbox.md
Expand Up @@ -11,7 +11,7 @@ monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016 ||
## SYNOPSIS
This cmdlet is available only in on-premises Exchange.

Use the Connect-Mailbox cmdlet to connect disconnected mailboxes to existing user accounts that don't already have mailboxess.
Use the Connect-Mailbox cmdlet to connect disconnected mailboxes to existing user accounts that don't already have mailboxes.

For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).

Expand Down Expand Up @@ -106,7 +106,7 @@ Connect-Mailbox [-Identity] <StoreMailboxIdParameter> [-Database] <DatabaseIdPar
## DESCRIPTION
If you link a mailbox to an existing user account, that user account has full access to the mailbox and all mail in the mailbox.

If you use the User parameter to specify the user account, make sure you specify the correct account. If you don't use the User parameter, we recommend that you use the ValidateOnlyswitch to verify which user account the mailbox will try to connect to.
If you use the User parameter to specify the user account, make sure you specify the correct account. If you don't use the User parameter, we recommend that you use the ValidateOnly switch to verify which user account the mailbox will try to connect to.

There is no Disconnect-Mailbox cmdlet. You can use the Disable-Mailbox or Remove-Mailbox cmdlets to effectively disconnect mailboxes from user accounts.

Expand Down Expand Up @@ -553,7 +553,7 @@ For example:

- GUID

If you don't use this parameter, the command uses the LegacyExchangeDN and DisplayNameproperty values of the mailbox to find a user account that has those same values. If it can't find a unique match, it doesn't connect the mailbox.
If you don't use this parameter, the command uses the LegacyExchangeDN and DisplayName property values of the mailbox to find a user account that has those same values. If it can't find a unique match, it doesn't connect the mailbox.

```yaml
Type: UserIdParameter
Expand Down
Expand Up @@ -67,7 +67,7 @@ Will remove all the navigation nodes from the quick launch bar in the current we
## PARAMETERS

### -All
Specifying the All parameter will remove all the nodes from specifed Location.
Specifying the All parameter will remove all the nodes from specified Location.

```yaml
Type: SwitchParameter
Expand Down

0 comments on commit 86da9a9

Please sign in to comment.