Skip to main content

SYNOPSIS

Get-PurviewRoleReport - Reports on Purview RBAC roles and permissions.

SYNTAX

Get-PurviewRoleReport [-ShowGraph] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

This script produces a report of the membership of Purview RBAC role groups. By default, the report contains only the groups with members.

EXAMPLES

EXAMPLE 1

Get-PurviewRoleReport
This command retrieves the Purview RBAC role report.

PARAMETERS

-ShowGraph

{{ Fill ShowGraph Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

The report is output to an array contained all the audit logs found.

To export in a csv, do Get-PurviewRoleReport | Export-CSV -NoTypeInformation ”$(Get-Date -Format yyyyMMdd)_adminRoles.csv” -Encoding UTF8

NOTES

https://ps365.clidsys.com/docs/commands/Get-PurviewRoleReport