Applies to: Exchange Server 2013, Exchange Online

Topic Last Modified: 2012-06-08

Use the Get-PolicyTipConfig cmdlet to view the data loss prevention (DLP) Policy Tips in your organization.

For information about the parameter sets in the Syntax section below, see Syntax.

Syntax

Get-PolicyTipConfig [-Action <NotifyOnly | RejectOverride | Reject | Url>] [-Locale <CultureInfo>] [-Original <SwitchParameter>] <COMMON PARAMETERS>
Get-PolicyTipConfig [-Identity <PolicyTipConfigIdParameter>] <COMMON PARAMETERS>
COMMON PARAMETERS: [-DomainController <Fqdn>] [-Organization <OrganizationIdParameter>]

Examples

Example 1

This example returns a summary list of the custom Policy Tips in all languages that have the action value NotifyOnly.

Copy Code
Get-PolicyTipConfig -Action NotifyOnly

Example 2

This example returns a summary list of all built-in French Policy Tips.

Copy Code
Get-PolicyTipConfig -Original -Locale fr

Example 3

This example returns details about the custom English Policy Tip for the action value RejectOverride.

Copy Code
Get-PolicyTipConfig en\RejectOverride | Format-List

Detailed Description

You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Data loss prevention (DLP)" entry in the Messaging Policy and Compliance Permissions topic.

Parameters

Parameter Required Type Description

Action

Optional

Microsoft.Exchange.Data.Directory.SystemConfiguration.PolicyTipMessageConfigAction

The Action parameter filters the Policy Tips by action. Valid values for this parameter are:

  • NotifyOnly

  • RejectOverride

  • Reject

You can't use the value Url with the Action parameter. Instead, use command: Get-PolicyTipConfig Url.

You can't use the Action parameter with the Identity parameter.

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory.

Identity

Optional

Microsoft.Exchange.Management.PolicyNudges.PolicyTipConfigIdParameter

The Identity parameter specifies the custom Policy Tip you want to view. You can use any value that uniquely identifies the custom Policy Tip. For example:

  • <Locale>\<Action>: Locale is a supported locale code. For example, en for English or fr for French. For more information about supported locales, see Supported Locales for Use with System Messages. Action is one of the following Policy Tip actions: NotifyOnly, RejectOverride or Reject.

  • The value Url

  • GUID

  • Distinguished name (DN)

You can't use the Identity parameter with the Action, Locale, or Original parameters.

Locale

Optional

System.Globalization.CultureInfo

The Locale parameter specifies a locale-specific version of the Policy Tip.

Valid values for this parameter are supported locale codes. For example, en for English or fr for French. For more information about supported locales, see Supported Locales for Use with System Messages.

You can't use the Locale parameter with the Identity parameter.

Organization

Optional

Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter

The Organization parameter is reserved for internal Microsoft use.

Original

Optional

System.Management.Automation.SwitchParameter

The Original switch includes built-in Policy Tips in the results. You don't specify a value with the Original switch. You can't use the Original switch with the Identity parameter.

Input Types

To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.

Return Types

To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.