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
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
{{ Fill Capability Description }}
Type: | ClassificationCapabilityType |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance |
-Identity
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)
Type: | SensitiveInformationTypeRuleCollectionIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance |