Get-SPOSiteReview
Track all site access reviews initiated from Data Access Governance (DAG) reports.
Syntax
Default (Default)
Get-SPOSiteReview
[-SiteReviewID <Guid>]
[-Status <SiteReviewStatus>]
[-ReportEntity <SiteAccessReportEntityEnum>]
[-SiteID <Guid>]
[<CommonParameters>]
Description
This cmdlet fetches details of a particular access review or a group of access reviews as per the filtering criteria.
Examples
Example 1
Get-SPOSiteReview -ReportEntity PermissionedUsers
The above cmdlet retrieves all site access reviews raised under all 'Permissioned user' snapshot reports.
Parameters
-ReportEntity
Specifies the entity that could cause oversharing and hence tracked by these reports.
Parameter properties
Type: | Microsoft.Online.SharePoint.TenantAdministration.SiteAccessReportEntityEnum |
Default value: | None |
Accepted values: | All, SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers |
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 |
-SiteID
Specifies the ID of the site for which access reviews were initiated.
Parameter properties
Type: | Guid |
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 |
-SiteReviewID
Specifies the ID of the particular access review.
Parameter properties
Type: | System.Guid |
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 |
-Status
Specifies the current status of the site access review.
Parameter properties
Type: | Microsoft.Online.SharePoint.TenantAdministration.SiteReviewStatus |
Default value: | None |
Accepted values: | All, Pending, Failed, Completed |
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.