Edit

Share via


Get-SupervisoryReviewPolicyReport

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

Use the Get-SupervisoryReviewPolicyReport cmdlet to view supervisory review policy events 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-SupervisoryReviewPolicyReport
    [-EndDate <DateTime>]
    [-Page <Int32>]
    [-PageSize <Int32>]
    [-Policies <MultiValuedProperty>]
    [-StartDate <DateTime>]
    [<CommonParameters>]

Description

For the reporting period you specify, the Get-SupervisoryReviewPolicyReport cmdlet returns the following information:

  • Organization
  • Date
  • Policy
  • Message Type
  • Tag Type: Messages that are eligible for evaluation by the policy are InPurview. Messages that match the conditions of the policy are HitPolicy. Classifications that are manually assigned to messages by the designated reviewers using the Supervision add-in for Outlook web app are Compliant, Non-compliant, Questionable, and Resolved. Messages that match the conditions of a policy but haven't been reviewed by a designated reviewer are Not-Reviewed. Messages that match the conditions of a policy and have been reviewed by a designated reviewer are New-Reviewed.
  • Item Count

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-SupervisoryReviewPolicyReport -StartDate 03/01/2018 -EndDate 03/31/2018

This example returns the supervisory review policy events for the month of March, 2018.

Example 2

Get-SupervisoryReviewPolicyReport -Policies "EU Brokers Policy"

This example returns the supervisory review policy events for the policy named EU Brokers Policy.

Parameters

-EndDate

Applicable: Exchange Online, Security & Compliance

The EndDate parameter specifies the end date of the date range.

Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format MM/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".

Parameter properties

Type:DateTime
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

-Page

Applicable: Exchange Online, Security & Compliance

The Page parameter specifies the page number of the results you want to view. Valid input for this parameter is an integer between 1 and 1000. The default value is 1.

Parameter properties

Type:Int32
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

-PageSize

Applicable: Exchange Online, Security & Compliance

The PageSize parameter specifies the maximum number of entries per page. Valid input for this parameter is an integer between 1 and 5000. The default value is 1000.

Parameter properties

Type:Int32
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

-Policies

Applicable: Exchange Online, Security & Compliance

The Policies parameter filters the results by the supervisory review policy.

You can specify multiple values separated by commas.

Parameter properties

Type:MultiValuedProperty
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

-StartDate

Applicable: Exchange Online, Security & Compliance

The StartDate parameter specifies the start date of the date range.

Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format MM/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".

Parameter properties

Type:DateTime
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

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.