Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ This cmdlet is available only in the cloud-based service.

Use the Get-AccessToCustomerDataRequest cmdlet to view Office 365 customer lockbox requests that control access to your data by Microsoft support engineers.

Note: Customer lockbox is included in the Office 365 E5 plan. If you don't have an Office 365 E5 plan, you can buy a separate customer lockbox subscription with any Office 365 Enterprise plan.
> [!NOTE]
> Customer lockbox is included in the Office 365 E5 plan. If you don't have an Office 365 E5 plan, you can buy a separate customer lockbox subscription with any Office 365 Enterprise plan.

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

Expand Down
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/Get-AdministrativeUnit.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ This cmdlet is available only in the cloud-based service.

Use the Get-AdministrativeUnit cmdlet to view administrative units, which are Azure Active Directory containers of resources. You can use administrative units to delegate administrative permissions and apply policies to different groups of users.

Note: Administrative units are only available in Azure Active Directory Premium. You create and manage administrative units in Azure AD PowerShell.
> [!NOTE]
> Administrative units are only available in Azure Active Directory Premium. You create and manage administrative units in Azure AD PowerShell.

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

Expand Down
11 changes: 5 additions & 6 deletions exchange/exchange-ps/exchange/Get-CalendarDiagnosticLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@ Get-CalendarDiagnosticLog -Identity "Jasen Kozma" -Subject "Budget Meeting" -Exa

This example exports all calendar items in the Calendar Diagnostic log for Jasen Kozma's mailbox that have "Budget Meeting" anywhere in the subject to the specified folder.

Notes:

In this example, the message files are written to C:\\My Documents\\Calendar Diagnostic Export\\[email protected].

In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet with the LogLocation parameter to analyze the exported .msg files.
> [!NOTE]
> In this example, the message files are written to C:\\My Documents\\Calendar Diagnostic Export\\[email protected].
> In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet with the LogLocation parameter to analyze the exported .msg files.

## PARAMETERS

Expand Down Expand Up @@ -220,7 +218,8 @@ In the location you specify, a subfolder is automatically created for the specif

In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet with the LogLocation parameter to analyze the exported .msg files.

Note: Commands that use this parameter might fail if the calendar item doesn't have a title. If you receive errors when you use this parameter, run the command again and replace this parameter with redirection to a file (\> "C:\\My Documents\\Calendar Export") or substitute the output to a PowerShell variable.
> [!NOTE]
> Commands that use this parameter might fail if the calendar item doesn't have a title. If you receive errors when you use this parameter, run the command again and replace this parameter with redirection to a file (\> "C:\\My Documents\\Calendar Export") or substitute the output to a PowerShell variable.

```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Get-ConnectionByClientTypeReport [-EndDate <DateTime>] [-ReportType <Daily | Wee
```

## DESCRIPTION
Note: There's a 7-day lag in the client connection information that's returned by this cmdlet. For example, if you run the cmdlet on June 18, 2017, you can't retrieve information about connections made to mailboxes between June 13, 2017 and June 15, 2017. To get connection information for that date range, you need to run the cmdlet on June 22, 2017 or later.
> [!NOTE]
> There's a 7-day lag in the client connection information that's returned by this cmdlet. For example, if you run the cmdlet on June 18, 2017, you can't retrieve information about connections made to mailboxes between June 13, 2017 and June 15, 2017. To get connection information for that date range, you need to run the cmdlet on June 22, 2017 or later.

You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).

Expand Down
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/Get-OfflineAddressBook.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ This example returns specific properties for all existing OABs, including the Ge
### -Server
This parameter is available only in on-premises Exchange.

Note: This parameter isn't relevant in Exchange 2013 or later. The Server property for an OAB is blank, because the OAB is generated by an arbitration mailbox.
> [!NOTE]
> This parameter isn't relevant in Exchange 2013 or later. The Server property for an OAB is blank, because the OAB is generated by an arbitration mailbox.

The Server parameter returns all of the OABs that are generated by the specified Exchange 2010 or earlier server. You can use any value that uniquely identifies the server. For example:

Expand Down
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/Move-ActiveMailboxDatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ Accept wildcard characters: False
### -SkipActiveCopyChecks
The SkipActiveCopyChecks switch specifies whether to skip checking the current active copy to see if it's currently a seeding source for any passive databases. You don't need to specify a value with this switch.

Note: When you use this switch, you can move a database that's currently a seeding source, which cancels the seed operation.
> [!NOTE]
> When you use this switch, you can move a database that's currently a seeding source, which cancels the seed operation.

```yaml
Type: SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,8 @@ The ExtendedProtectionTokenChecking parameter defines how you want to use Extend

- Require: Extended Protection for Authentication is used for all connections between clients and the virtual directory. If either the client or server doesn't support it, the connection will fail. If you use this value, you also need to set an SPN value for the ExtendedProtectionSPNList parameter.

Note:

If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.
> [!NOTE]
> If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.

```yaml
Type: None | Allow | Require
Expand Down
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/New-ActivityAlert.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ The Type parameter specifies the type alert. Valid values are:

- AnomalousAggregation: An alert is created based the activities defined by the Operation and Condition parameters, and the number of activities specified by the Multiplier parameter.

Note: You can't change the Type value in an existing activity alert.
> [!NOTE]
> You can't change the Type value in an existing activity alert.

```yaml
Type: Custom | ElevationOfPrivilege | SimpleAggregation | AnomalousAggregation
Expand Down
8 changes: 4 additions & 4 deletions exchange/exchange-ps/exchange/New-AntiPhishRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ The ExceptIfSentToMemberOf parameter specifies an exception that looks for messa

To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".

Note:
If you remove the group after you create the rule, no exception is made for messages that are sent to members of the group.
> [!NOTE]
> If you remove the group after you create the rule, no exception is made for messages that are sent to members of the group.

```yaml
Type: RecipientIdParameter[]
Expand Down Expand Up @@ -300,8 +300,8 @@ The SentToMemberOf parameter specifies a condition that looks for messages sent

To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".

Note:
If you remove the group after you create the rule, no action is taken on messages that are sent to members of the group.
> [!NOTE]
> If you remove the group after you create the rule, no action is taken on messages that are sent to members of the group.

```yaml
Type: RecipientIdParameter[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ The ExtendedProtectionTokenChecking parameter defines how you want to use Extend

- Require: Extended Protection for Authentication is used for all connections between clients and the virtual directory. If either the client or server doesn't support it, the connection will fail. If you use this value, you also need to set an SPN value for the ExtendedProtectionSPNList parameter.

Note:

If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.
> [!NOTE]
> If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.

```yaml
Type: None | Allow | Require
Expand Down
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/New-ClientAccessRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ New-ClientAccessRule [-Name] <String> -Action <AllowAccess | DenyAccess>
## DESCRIPTION
Client access rules are like mail flow rules (also known as transport rules) for client connections to your organization. You use conditions and exceptions to identify the connections based on their properties, and actions that allow or block the connections.

Note: Currently, not all authentication types are supported for all protocols. The supported authentication types per protocol are described in this list:
> [!NOTE]
> Currently, not all authentication types are supported for all protocols. The supported authentication types per protocol are described in this list:

- OutlookWebApp:BasicAuthentication and AdfsAuthentication.

Expand Down
5 changes: 2 additions & 3 deletions exchange/exchange-ps/exchange/New-EcpVirtualDirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ The ExtendedProtectionTokenChecking parameter defines how you want to use Extend

- Require: Extended Protection for Authentication is used for all connections between clients and the virtual directory. If either the client or server doesn't support it, the connection will fail. If you use this value, you also need to set an SPN value for the ExtendedProtectionSPNList parameter.

Note:

If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.
> [!NOTE]
> If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.

```yaml
Type: None | Allow | Require
Expand Down
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/New-EmailAddressPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,8 @@ The Priority parameter specifies the order that the email address policies are e

If you set this parameter to a value that's the same as another email address policy, the priority of the policy that you added first is incremented by 1.

Note: The first email address policy that identifies a recipient configures the recipient's email addresses. All other policies are ignored, even if the first policy is unapplied and can't configure the recipient's email addresses.
> [!NOTE]
> The first email address policy that identifies a recipient configures the recipient's email addresses. All other policies are ignored, even if the first policy is unapplied and can't configure the recipient's email addresses.

```yaml
Type: EmailAddressPolicyPriority
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,8 @@ The ZapEnabled parameter specifies whether to enable zero-hour auto purge (ZAP)

- $false: ZAP for spam is disabled.

Note: ZAP for spam requires that the following action parameters are set to the value MoveToJmf:
> [!NOTE]
> ZAP for spam requires that the following action parameters are set to the value MoveToJmf:

- BulkSpamAction

Expand Down
4 changes: 3 additions & 1 deletion exchange/exchange-ps/exchange/New-InboundConnector.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ Accept wildcard characters: False
```

### -CloudServicesMailEnabled
Note: We recommend that you don't use this parameter unless you are directed to do so by Microsoft Customer Service and Support, or by specific product documentation. Instead, use the Hybrid Configuration wizard to configure mail flow between your on-premises and cloud organizations. For more information, see Hybrid Configuration wizard (https://technet.microsoft.com/library/hh529921.aspx).

> [!NOTE]
> We recommend that you don't use this parameter unless you are directed to do so by Microsoft Customer Service and Support, or by specific product documentation. Instead, use the Hybrid Configuration wizard to configure mail flow between your on-premises and cloud organizations. For more information, see Hybrid Configuration wizard (https://technet.microsoft.com/library/hh529921.aspx).

The CloudServicesMailEnabled parameter specifies whether the connector is used for hybrid mail flow between an on-premises Exchange environment and Microsoft Office 365. Specifically, this parameter controls how certain internal X-MS-Exchange-Organization-\* message headers are handled in messages that are sent between accepted domains in the on-premises and cloud organizations. These headers are collectively known as cross-premises headers.

Expand Down
5 changes: 2 additions & 3 deletions exchange/exchange-ps/exchange/New-OabVirtualDirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ The ExtendedProtectionTokenChecking parameter defines how you want to use Extend

- Require: Extended Protection for Authentication is used for all connections between clients and the virtual directory. If either the client or server doesn't support it, the connection will fail. If you use this value, you also need to set an SPN value for the ExtendedProtectionSPNList parameter.

Note:

If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.
> [!NOTE]
> If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.

```yaml
Type: None | Allow | Require
Expand Down
4 changes: 3 additions & 1 deletion exchange/exchange-ps/exchange/New-OutboundConnector.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Accept wildcard characters: False
```

### -CloudServicesMailEnabled
Note: We recommend that you don't use this parameter unless you are directed to do so by Microsoft Customer Service and Support, or by specific product documentation. Instead, use the Hybrid Configuration wizard to configure mail flow between your on-premises and cloud organizations. For more information, see Hybrid Configuration wizard (https://technet.microsoft.com/library/hh529921.aspx).

> [!NOTE]
> We recommend that you don't use this parameter unless you are directed to do so by Microsoft Customer Service and Support, or by specific product documentation. Instead, use the Hybrid Configuration wizard to configure mail flow between your on-premises and cloud organizations. For more information, see Hybrid Configuration wizard (https://technet.microsoft.com/library/hh529921.aspx).

The CloudServicesMailEnabled parameter specifies whether the connector is used for hybrid mail flow between an on-premises Exchange environment and Microsoft Office 365. Specifically, this parameter controls how certain internal X-MS-Exchange-Organization-\* message headers are handled in messages that are sent between accepted domains in the on-premises and cloud organizations. These headers are collectively known as cross-premises headers.

Expand Down
5 changes: 2 additions & 3 deletions exchange/exchange-ps/exchange/New-OwaVirtualDirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ The ExtendedProtectionTokenChecking parameter defines how you want to use Extend

- Require: Extended Protection for Authentication is used for all connections between clients and the virtual directory. If either the client or server doesn't support it, the connection will fail. If you use this value, you also need to set an SPN value for the ExtendedProtectionSPNList parameter.

Note:

If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.
> [!NOTE]
> If you use the value Allow or Require, and you have a proxy server between the client and the Client Access services on the Mailbox server that's configured to terminate the client-to-proxy SSL channel, you also need to configure one or more Service Principal Names (SPNs) by using the ExtendedProtectionSPNList parameter.

```yaml
Type: None | Allow | Require
Expand Down
3 changes: 2 additions & 1 deletion exchange/exchange-ps/exchange/New-RoleGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ Accept wildcard characters: False
### -Name
The Name parameter specifies the name of the new role group. The name can have a maximum of 64 characters. If the name contains spaces, enclose the name in quotation marks (").

Note: If you create a linked role group, we recommend that you include the name of the foreign forest in the name of the role group so that you can more easily associate the linked role group and the associated foreign forest. This is especially important if you have multiple forests.
> [!NOTE]
> If you create a linked role group, we recommend that you include the name of the foreign forest in the name of the role group so that you can more easily associate the linked role group and the associated foreign forest. This is especially important if you have multiple forests.

```yaml
Type: String
Expand Down
4 changes: 3 additions & 1 deletion exchange/exchange-ps/exchange/New-SendConnector.md
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,9 @@ Accept wildcard characters: False
```

### -CloudServicesMailEnabled
Note: We recommend that you don't use this parameter unless you are directed to do so by Microsoft Customer Service and Support, or by specific product documentation. Instead, use the Hybrid Configuration wizard to configure mail flow between your on-premises and cloud organizations. For more information, see Hybrid Configuration wizard (https://technet.microsoft.com/library/hh529921.aspx).

> [!NOTE]
> We recommend that you don't use this parameter unless you are directed to do so by Microsoft Customer Service and Support, or by specific product documentation. Instead, use the Hybrid Configuration wizard to configure mail flow between your on-premises and cloud organizations. For more information, see Hybrid Configuration wizard (https://technet.microsoft.com/library/hh529921.aspx).

The CloudServicesMailEnabled parameter specifies whether the connector is used for hybrid mail flow between an on-premises Exchange environment and Microsoft Office 365. Specifically, this parameter controls how certain internal X-MS-Exchange-Organization-\* message headers are handled in messages that are sent between accepted domains in the on-premises and cloud organizations. These headers are collectively known as cross-premises headers.

Expand Down
Loading