Edit

Share via


Get-DlpSensitiveInformationTypeRulePackage

This cmdlet is available only in Security & Compliance PowerShell. For more information, see Security & Compliance PowerShell.

Use the Get-DlpSensitiveInformationTypeRulePackage cmdlet to view data loss prevention (DLP) sensitive information type rule packages in the Microsoft Purview compliance portal.

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

Syntax

Default (Default)

Get-DlpSensitiveInformationTypeRulePackage
    [[-Identity] <SensitiveInformationTypeRuleCollectionIdParameter>]
    [-Capability <ClassificationCapabilityType>]
    [<CommonParameters>]

Description

Sensitive information type rule packages are used by DLP to detect sensitive content. The default sensitive information type rule package is named Microsoft Rule Package.

To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see Permissions in the Microsoft Purview compliance portal.

Examples

Example 1

Get-DlpSensitiveInformationTypeRulePackage

This example returns a summary list of all sensitive information type rule packages in the organization.

Example 2

Get-DlpSensitiveInformationTypeRulePackage -Identity "Microsoft Rule Package" | Format-List

This example returns detailed information for the sensitive information type rule package named Microsoft Rule Package.

Parameters

-Capability

Applicable: Exchange Online, Security & Compliance

{{ Fill Capability Description }}

Parameter properties

Type:ClassificationCapabilityType
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Applicable: Exchange Online, Security & Compliance

The Identity parameter specifies the sensitive information type rule package that you want to view. You can use any value that uniquely identifies the rule package. For example:

  • RuleCollectionName
  • LocalizedName
  • GUID (from the Identity value)

Parameter properties

Type:SensitiveInformationTypeRuleCollectionIdParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.