Get-DlpEdmSchema

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

Use the Get-DlpEdmSchema cmdlet to view exact data match (EDM) data loss prevention (DLP) schemas in the Microsoft Purview compliance portal.

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

Syntax

Get-DlpEdmSchema
   [[-Identity] <EdmStorageIdParameter>]
   [<CommonParameters>]

Description

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-DlpEdmSchema

This example returns a summary list of all DLP EDM schemas in the organization.

Example 2

Get-DlpEdmSchema -Identity "Schema for Patient Records"

This example returns detailed information for the DLP EDM schema named Schema for patient Records.

Parameters

-Identity

The Identity parameter specifies the DLP EDM schema that you want to view. You can use any value that uniquely identifies the schema. For example:

  • Name
  • Distinguished name (DN)
Type:EdmStorageIdParameter
Position:0
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Security & Compliance