次の方法で共有


Get-SPOSiteReview

Track all site access reviews initiated from Data Access Governance (DAG) reports.

構文

Default (既定)

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.

Example 1

Get-SPOSiteReview -ReportEntity PermissionedUsers

The above cmdlet retrieves all site access reviews raised under all 'Permissioned user' snapshot reports.

パラメーター

-ReportEntity

Specifies the entity that could cause oversharing and hence tracked by these reports.

パラメーターのプロパティ

型:Microsoft.Online.SharePoint.TenantAdministration.SiteAccessReportEntityEnum
規定値:None
指定可能な値:All, SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-SiteID

Specifies the ID of the site for which access reviews were initiated.

パラメーターのプロパティ

型:Guid
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-SiteReviewID

Specifies the ID of the particular access review.

パラメーターのプロパティ

型:System.Guid
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Status

Specifies the current status of the site access review.

パラメーターのプロパティ

型:Microsoft.Online.SharePoint.TenantAdministration.SiteReviewStatus
規定値:None
指定可能な値:All, Pending, Failed, Completed
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値: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.

入力

None

出力

System.Object