external help file: sharepointonline.xml Module Name: Microsoft.Online.SharePoint.PowerShell online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositereview applicable: SharePoint Online title: Get-SPOSiteReview schema: 2.0.0 author: pvrk ms.author: pullabhk manager: ms.reviewer:
Track all site access reviews initiated from Data Access Governance (DAG) reports.
Get-SPOSiteReview [-SiteReviewID <Guid>] [-Status <SiteReviewStatus>] [-ReportEntity <SiteAccessReportEntityEnum>] [-SiteID <Guid>] [<CommonParameters>]
This cmdlet fetches details of a particular access review or a group of access reviews as per the filtering criteria.
Get-SPOSiteReview -ReportEntity PermissionedUsersThe above cmdlet retrieves all site access reviews raised under all 'Permissioned user' snapshot reports.
Specifies the entity that could cause oversharing and hence tracked by these reports.
Type: SiteAccessReportEntityEnum
Parameter Sets: (All)
Aliases:
Accepted values: All, SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the ID of the site for which access reviews were initiated.
Type: Guid
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the ID of the particular access review.
Type: Guid
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the current status of the site access review.
Type: SiteReviewStatus
Parameter Sets: (All)
Aliases:
Accepted values: All, Pending, Failed, Completed
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Site access review for DAG reports
Start-SPODataAccessGovernanceInsight
Get-SPODataAccessGovernanceInsight