Share via


Get-AdminGenerateDataverseEnforceReport

Generates a report for Microsoft Dataverse security group enforcement.

Syntax

Default (Default)

Get-AdminGenerateDataverseEnforceReport
    [[-Force] <Boolean>]
    [[-ApiVersion] <String>]
    [<CommonParameters>]

Description

The Get-AdminGenerateDataverseEnforceReport generates a report of users at risk for Dataverse security enforcement. To retrieve the report, run the same command with -Force false. To generate a new report, run the same command with -Force true. Use Get-Help Get-AdminGenerateDataverseEnforceReport -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminGenerateDataverseEnforceReport -Force true

Starts a new report for Dataverse security group enforcement. To retrieve the report, run the same command with -Force false.

Parameters

-ApiVersion

The api version to call with.

Parameter properties

Type:String
Default value:2022-11-01
Supports wildcards:False
DontShow:False

Parameter sets

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

-Force

Optional parameter to force a new report.

Parameter properties

Type:Boolean
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
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.