| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/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: Microsoft.Online.SharePoint.TenantAdministration.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: System.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: Microsoft.Online.SharePoint.TenantAdministration.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