From adccdb5009456ba16f5fb4739a0279d6697eb6dc Mon Sep 17 00:00:00 2001 From: BrennyChao <49074968+BrennyChao@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:53:23 -0800 Subject: [PATCH 1/5] Update Get-SPOSiteFileVersionBatchDeleteJobProgress.md Remove Preview Tag --- .../Get-SPOSiteFileVersionBatchDeleteJobProgress.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteFileVersionBatchDeleteJobProgress.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteFileVersionBatchDeleteJobProgress.md index 830fa38f3..1f83d7063 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteFileVersionBatchDeleteJobProgress.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteFileVersionBatchDeleteJobProgress.md @@ -15,9 +15,6 @@ manager: seanmc ## SYNOPSIS -> [!NOTE] -> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet. - Gets the progress of a trim job for a site collection. ## SYNTAX @@ -66,4 +63,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Remove-SPOSiteFileVersionBatchDeleteJob](Remove-SPOSiteFileVersionBatchDeleteJob.md) -[New-SPOSiteFileVersionBatchDeleteJob](New-SPOSiteFileVersionBatchDeleteJob.md) \ No newline at end of file +[New-SPOSiteFileVersionBatchDeleteJob](New-SPOSiteFileVersionBatchDeleteJob.md) From 6e44e2e76c11cffd1aa00b9ea2aeb50c312be9fa Mon Sep 17 00:00:00 2001 From: BrennyChao <49074968+BrennyChao@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:53:39 -0800 Subject: [PATCH 2/5] Update Get-SPOSiteVersionPolicyJobProgress.md Remove Preview Tag --- .../sharepoint-online/Get-SPOSiteVersionPolicyJobProgress.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteVersionPolicyJobProgress.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteVersionPolicyJobProgress.md index 4d47b07dc..9f5b8f5b8 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteVersionPolicyJobProgress.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteVersionPolicyJobProgress.md @@ -15,9 +15,6 @@ manager: seanmc ## SYNOPSIS -> [!NOTE] -> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet. - Gets the progress of setting version policy for existing document libraries on the site collection. ## SYNTAX @@ -63,4 +60,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[Set-SPOSite](Set-SPOSite.md) \ No newline at end of file +[Set-SPOSite](Set-SPOSite.md) From ead0b2a11d4ad8bc428261bec53b8cbaf973f416 Mon Sep 17 00:00:00 2001 From: BrennyChao <49074968+BrennyChao@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:53:52 -0800 Subject: [PATCH 3/5] Update Remove-SPOSiteVersionPolicyJob.md Remove Preview Tag --- .../sharepoint-online/Remove-SPOSiteVersionPolicyJob.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteVersionPolicyJob.md b/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteVersionPolicyJob.md index 1e708898a..b9898dcb1 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteVersionPolicyJob.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSiteVersionPolicyJob.md @@ -15,9 +15,6 @@ manager: seanmc ## SYNOPSIS -> [!NOTE] -> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet. - Cancels further processing of version settings update on existing document libraries on the site collection. ## SYNTAX @@ -65,4 +62,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-SPOSite](Set-SPOSite.md) -[Get-SPOSiteVersionPolicyJobProgress](Get-SPOSiteVersionPolicyJobProgress.md) \ No newline at end of file +[Get-SPOSiteVersionPolicyJobProgress](Get-SPOSiteVersionPolicyJobProgress.md) From c5768e9d3e4958402bec63a0db297b3e7491c3d4 Mon Sep 17 00:00:00 2001 From: Machelle Tran <103965567+MachelleTranMSFT@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:12:18 -0500 Subject: [PATCH 4/5] Adding 6 new commands for SPO data access gov --- .../Export-SPODataAccessGovernanceInsight.md | 70 +++++ .../Get-SPODataAccessGovernanceInsight.md | 129 +++++++++ .../sharepoint-online/Get-SPOSiteReview.md | 120 ++++++++ .../Remove-SPODataAccessGovernanceInsight.md | 102 +++++++ .../Start-SPODataAccessGovernanceInsight.md | 256 ++++++++++++++++++ .../sharepoint-online/Start-SPOSiteReview.md | 101 +++++++ 6 files changed, 778 insertions(+) create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md new file mode 100644 index 000000000..8c1f4863b --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md @@ -0,0 +1,70 @@ +--- +external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +applicable: SharePoint Online +online version: +schema: 2.0.0 +author: MachelleTranMSFT +ms.author: mactra +ms.reviewer: pullabhk +--- + +# Export-SPODataAccessGovernanceInsight + +## SYNOPSIS + +This commands exports/downloads the Data access governance report to the default path "C:\WINDOWS\system32\" + +## SYNTAX + +```powershell +Export-SPODataAccessGovernanceInsight -ReportID [] +``` + +## DESCRIPTION + +This commands exports/downloads the DAG report, specified by the ReportID, to the default path "C:\WINDOWS\system32\". The ReportID is shown in the output of the 'Start-SPODataAccessGovernanceInsight' command. It can also be fetched from the output of the 'Get-SPODataAccessGovernanceInsight' command. + +## EXAMPLES + +### Example 1 + +```powershell +PS C:\> Export-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c +``` + +This command downloads the report of the given ID to the default path "C:\WINDOWS\system32\" + +## PARAMETERS + +### -ReportID + +Specifies the ID of the DAG report to be downloaded. + +```yaml +Type: Guid +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md new file mode 100644 index 000000000..1f52448a5 --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md @@ -0,0 +1,129 @@ +--- +external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: +schema: 2.0.0 +author: MachelleTranMSFT +ms.author: mactra +ms.reviewer: pullabhk +--- + +# Get-SPODataAccessGovernanceInsight + +## SYNOPSIS + +Lists various reports available in Data access governance module in SharePoint Admin Center. + +## SYNTAX + +### GetAllReportsParameterSet + +```powershell +Get-SPODataAccessGovernanceInsight -ReportEntity [-WorkLoad ] + [-ReportType ] [] +``` + +### GetReportParameterSet + +```powershell +Get-SPODataAccessGovernanceInsight -ReportID [] +``` + +## DESCRIPTION + +Fetch details of various reports available in 'Data Access Governance' module (DAG) in SharePoint Admin Center + +## EXAMPLES + +### Example 1 + +```powershell +PS C:\> Get-SPODataAccessGovernanceInsight -ReportEntity EveryoneExceptExternalUsersForItems +``` + +This command fetches all DAG reports about 'Everyone except external users' attached to a item i.e., file/folder/list. The output consists of important parameters such as Status, ReportID, number of sites in the report and other user provided values during report generation. + +## PARAMETERS + +### -ReportEntity + +Specifies the 'potential oversharing' scenario as captured by DAG report given during the report creation. + +```yaml +Type: ReportEntityEnum +Parameter Sets: GetAllReportsParameterSet +Aliases: +Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportID + +Specifies the ID of the particular report to be fetched. + +```yaml +Type: Guid +Parameter Sets: GetReportParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportType + +Specifies the time period of data of the reports to be fetched i.e., fetch 'Snapshot' reports or 'RecentActivity' reports + +```yaml +Type: ReportTypeEnum +Parameter Sets: GetAllReportsParameterSet +Aliases: +Accepted values: Snapshot, RecentActivity + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WorkLoad + +Specifies the datasource of the reports to be fetched i.e., reports for SharePoint sites or for OneDrive accounts. + +```yaml +Type: WorkloadEnum +Parameter Sets: GetAllReportsParameterSet +Aliases: +Accepted values: SharePoint, OneDriveForBusiness + +Required: False +Position: Named +Default value: None +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md new file mode 100644 index 000000000..b9c138fd2 --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md @@ -0,0 +1,120 @@ +--- +external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: +schema: 2.0.0 +author: MachelleTranMSFT +ms.author: mactra +ms.reviewer: pullabhk +--- + +# Get-SPOSiteReview + +## SYNOPSIS + +This command retrieves the site review report. + +## SYNTAX + +```powershell +Get-SPOSiteReview [-SiteReviewID ] [-Status ] + [-ReportEntity ] [-SiteID ] [] +``` + +## DESCRIPTION + +{{ Fill in the Description }} + +## EXAMPLES + +### Example 1 + +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -ReportEntity + +{{ Fill ReportEntity Description }} + +```yaml +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: False +``` + +### -SiteID + +{{ Fill SiteID Description }} + +```yaml +Type: Guid +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SiteReviewID + +{{ Fill SiteReviewID Description }} + +```yaml +Type: Guid +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Status + +{{ Fill Status Description }} + +```yaml +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: 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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md new file mode 100644 index 000000000..ba1cfb731 --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md @@ -0,0 +1,102 @@ +--- +external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: +schema: 2.0.0 +author: MachelleTranMSFT +ms.author: mactra +ms.reviewer: pullabhk +--- + +# Remove-SPODataAccessGovernanceInsight + +## SYNOPSIS + +This command deletes the given Data access governance report. + +## SYNTAX + +```powershell +Remove-SPODataAccessGovernanceInsight -ReportID [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION + +This command deletes the DAG report, specified by the given ReportID. The ReportID is shown in the output of the 'Start-SPODataAccessGovernanceInsight' command. It can also be fetched from the output of the 'Get-SPODataAccessGovernanceInsight' command. + +## EXAMPLES + +### Example 1 + +```powershell +PS C:\> Remove-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c +``` + +This command deletes the report of the given ID "28f4c550-215a-472b-a123-c11e5fa8804c" + +## PARAMETERS + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportID + +Specifies the ID of the DAG report to be removed/deleted. + +```yaml +Type: Guid +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf + +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md new file mode 100644 index 000000000..3212e2cf8 --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md @@ -0,0 +1,256 @@ +--- +external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: +schema: 2.0.0 +author: MachelleTranMSFT +ms.author: mactra +ms.reviewer: pullabhk +--- + +# Start-SPODataAccessGovernanceInsight + +## SYNOPSIS + +This command generates various reports which are meant to provide insights into potential oversharing of sensitive data in SharePoint and/or OneDrive. These insights are powered by Data Access Governance (DAG) module, available in SharePoint Admin Center. SharePoint Advanced Management (SAM) license is required to run this command. + +## SYNTAX + +### EEEUParameterSet + +```powershell +Start-SPODataAccessGovernanceInsight -ReportEntity -Workload + -ReportType -Name + [-Template ] + [-Privacy ] [-SiteSensitivityLabelGUID ] + [] +``` + +### SharingLinkParameterSet + +```powershell +Start-SPODataAccessGovernanceInsight -ReportEntity -Workload + -ReportType [] +``` + +### LabelParameterSet + +```powershell +Start-SPODataAccessGovernanceInsight -ReportEntity -Workload + -ReportType [-FileSensitivityLabelName ] -FileSensitivityLabelGUID + [] +``` + +### SitePermissionsParameterSet + +```powershell +Start-SPODataAccessGovernanceInsight -ReportEntity -Workload + -ReportType -Name + [-Template ] + [-Privacy ] [-SiteSensitivityLabelGUID ] + -CountOfUsersMoreThan [] +``` + +## DESCRIPTION + +This command is used to generate reports, in Data Access Governance (DAG) module, regarding potential oversharing of sensitive data. Reports are currently available for: + +- Sharing links created in last 28 days (Anyone, People-in-your-org, Specific people shared externally). +- Content shared with Everyone except external users (EEEU) in last 28 days. +- List of sites having labelled files, as of report generation time. +- List of sites having 'too-many-users', as of report generation time, to setup an oversharing baseline. + +## EXAMPLES + +### Example 1 + +```powershell +PS C:\> Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload SharePoint -ReportType Snapshot -Name "OversharingBaselineReport" -CountOfUsersMoreThan 1000 +``` + +The above command generates a list of SharePoint sites which can be accessed by more than 1000 users, as of the report generation day. + +## PARAMETERS + +### -CountOfUsersMoreThan + +Specifies the threshold of oversharing as defined by the number of users that can access the site. The number of users that can access the site are determined by expanding all users, groups across all permissions (at site level and at the level of any item with unique permissions), deduplicate and arrive at a unique number. Minimum value is 100. + +```yaml +Type: Int32 +Parameter Sets: SitePermissionsParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FileSensitivityLabelGUID + +Specifies the GUID for the sensitivity label for the file. + +```yaml +Type: Guid +Parameter Sets: LabelParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FileSensitivityLabelName + +Specifies the name of the sensitivity label for the file. + +```yaml +Type: String +Parameter Sets: LabelParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name + +Specifies the name to be given to the generated report. + +```yaml +Type: String +Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Privacy + +Specifies the privacy setting of the 0365 group. Relevant in case of filtering the report for group connected sites. + +```yaml +Type: PrivacyEnum +Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet +Aliases: +Accepted values: All, Private, Public + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportEntity + +Specifies the 'potential oversharing' scenario that should be captured by the DAG report. + +```yaml +Type: ReportEntityEnum +Parameter Sets: (All) +Aliases: +Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportType + +Specifies the time period of data based on which DAG report is generated. A 'Snapshot' report will have the latest data as of the report generation time. A 'RecentActivity' report will be based on data in the last 'X' days. + +```yaml +Type: ReportTypeEnum +Parameter Sets: (All) +Aliases: +Accepted values: Snapshot, RecentActivity + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SiteSensitivityLabelGUID + +Specifies the GUID of the sensitivity label applied to the site. + +```yaml +Type: System.Collections.Generic.List`1[System.Guid] +Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Template + +Specifies the template of the site. Relevant in case a report should be generated for that particular template. + +```yaml +Type: System.Collections.Generic.List`1[Microsoft.Online.SharePoint.TenantAdministration.TemplateEnum] +Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet +Aliases: +Accepted values: AllSites, ClassicSites, CommunicationSites, TeamSites, OtherSites + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Workload + +Specifies whether the report is for SharePoint sites or OneDrive accounts. + +```yaml +Type: WorkloadEnum +Parameter Sets: (All) +Aliases: +Accepted values: SharePoint, OneDriveForBusiness + +Required: True +Position: Named +Default value: None +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS + +[Data Access Governance reports for SharePoint admins](/sharepoint/data-access-governance-reports) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md new file mode 100644 index 000000000..257f6f663 --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md @@ -0,0 +1,101 @@ +--- +external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: +schema: 2.0.0 +author: MachelleTranMSFT +ms.author: mactra +ms.reviewer: pullabhk +--- + +# Start-SPOSiteReview + +## SYNOPSIS + +This commands initiates the site review report. + +## SYNTAX + +```powershell +Start-SPOSiteReview -ReportID -SiteID [-Comment ] [] +``` + +## DESCRIPTION + +{{ Fill in the Description }} + +## EXAMPLES + +### Example 1 + +```powershell +PS C:\> {{ Add example code here }} +``` + +{{ Add example description here }} + +## PARAMETERS + +### -Comment + +{{ Fill Comment Description }} + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportID + +{{ Fill ReportID Description }} + +```yaml +Type: Guid +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SiteID + +{{ Fill SiteID Description }} + +```yaml +Type: Guid +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS From 6505e59681f64fc4fb236a3cd34f3354aa82d1d1 Mon Sep 17 00:00:00 2001 From: "Sam M. Kabue" Date: Mon, 11 Nov 2024 12:52:53 -0800 Subject: [PATCH 5/5] Revert "Adding 6 new commands for SPO data access gov" --- .../Export-SPODataAccessGovernanceInsight.md | 70 ----- .../Get-SPODataAccessGovernanceInsight.md | 129 --------- .../sharepoint-online/Get-SPOSiteReview.md | 120 -------- .../Remove-SPODataAccessGovernanceInsight.md | 102 ------- .../Start-SPODataAccessGovernanceInsight.md | 256 ------------------ .../sharepoint-online/Start-SPOSiteReview.md | 101 ------- 6 files changed, 778 deletions(-) delete mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md delete mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md delete mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md delete mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md delete mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md delete mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md deleted file mode 100644 index 8c1f4863b..000000000 --- a/sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml -Module Name: Microsoft.Online.SharePoint.PowerShell -applicable: SharePoint Online -online version: -schema: 2.0.0 -author: MachelleTranMSFT -ms.author: mactra -ms.reviewer: pullabhk ---- - -# Export-SPODataAccessGovernanceInsight - -## SYNOPSIS - -This commands exports/downloads the Data access governance report to the default path "C:\WINDOWS\system32\" - -## SYNTAX - -```powershell -Export-SPODataAccessGovernanceInsight -ReportID [] -``` - -## DESCRIPTION - -This commands exports/downloads the DAG report, specified by the ReportID, to the default path "C:\WINDOWS\system32\". The ReportID is shown in the output of the 'Start-SPODataAccessGovernanceInsight' command. It can also be fetched from the output of the 'Get-SPODataAccessGovernanceInsight' command. - -## EXAMPLES - -### Example 1 - -```powershell -PS C:\> Export-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c -``` - -This command downloads the report of the given ID to the default path "C:\WINDOWS\system32\" - -## PARAMETERS - -### -ReportID - -Specifies the ID of the DAG report to be downloaded. - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -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](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md deleted file mode 100644 index 1f52448a5..000000000 --- a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md +++ /dev/null @@ -1,129 +0,0 @@ ---- -external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml -Module Name: Microsoft.Online.SharePoint.PowerShell -online version: -schema: 2.0.0 -author: MachelleTranMSFT -ms.author: mactra -ms.reviewer: pullabhk ---- - -# Get-SPODataAccessGovernanceInsight - -## SYNOPSIS - -Lists various reports available in Data access governance module in SharePoint Admin Center. - -## SYNTAX - -### GetAllReportsParameterSet - -```powershell -Get-SPODataAccessGovernanceInsight -ReportEntity [-WorkLoad ] - [-ReportType ] [] -``` - -### GetReportParameterSet - -```powershell -Get-SPODataAccessGovernanceInsight -ReportID [] -``` - -## DESCRIPTION - -Fetch details of various reports available in 'Data Access Governance' module (DAG) in SharePoint Admin Center - -## EXAMPLES - -### Example 1 - -```powershell -PS C:\> Get-SPODataAccessGovernanceInsight -ReportEntity EveryoneExceptExternalUsersForItems -``` - -This command fetches all DAG reports about 'Everyone except external users' attached to a item i.e., file/folder/list. The output consists of important parameters such as Status, ReportID, number of sites in the report and other user provided values during report generation. - -## PARAMETERS - -### -ReportEntity - -Specifies the 'potential oversharing' scenario as captured by DAG report given during the report creation. - -```yaml -Type: ReportEntityEnum -Parameter Sets: GetAllReportsParameterSet -Aliases: -Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReportID - -Specifies the ID of the particular report to be fetched. - -```yaml -Type: Guid -Parameter Sets: GetReportParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReportType - -Specifies the time period of data of the reports to be fetched i.e., fetch 'Snapshot' reports or 'RecentActivity' reports - -```yaml -Type: ReportTypeEnum -Parameter Sets: GetAllReportsParameterSet -Aliases: -Accepted values: Snapshot, RecentActivity - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WorkLoad - -Specifies the datasource of the reports to be fetched i.e., reports for SharePoint sites or for OneDrive accounts. - -```yaml -Type: WorkloadEnum -Parameter Sets: GetAllReportsParameterSet -Aliases: -Accepted values: SharePoint, OneDriveForBusiness - -Required: False -Position: Named -Default value: None -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](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md deleted file mode 100644 index b9c138fd2..000000000 --- a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSiteReview.md +++ /dev/null @@ -1,120 +0,0 @@ ---- -external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml -Module Name: Microsoft.Online.SharePoint.PowerShell -online version: -schema: 2.0.0 -author: MachelleTranMSFT -ms.author: mactra -ms.reviewer: pullabhk ---- - -# Get-SPOSiteReview - -## SYNOPSIS - -This command retrieves the site review report. - -## SYNTAX - -```powershell -Get-SPOSiteReview [-SiteReviewID ] [-Status ] - [-ReportEntity ] [-SiteID ] [] -``` - -## DESCRIPTION - -{{ Fill in the Description }} - -## EXAMPLES - -### Example 1 - -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -ReportEntity - -{{ Fill ReportEntity Description }} - -```yaml -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: False -``` - -### -SiteID - -{{ Fill SiteID Description }} - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SiteReviewID - -{{ Fill SiteReviewID Description }} - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Status - -{{ Fill Status Description }} - -```yaml -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: 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](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md deleted file mode 100644 index ba1cfb731..000000000 --- a/sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md +++ /dev/null @@ -1,102 +0,0 @@ ---- -external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml -Module Name: Microsoft.Online.SharePoint.PowerShell -online version: -schema: 2.0.0 -author: MachelleTranMSFT -ms.author: mactra -ms.reviewer: pullabhk ---- - -# Remove-SPODataAccessGovernanceInsight - -## SYNOPSIS - -This command deletes the given Data access governance report. - -## SYNTAX - -```powershell -Remove-SPODataAccessGovernanceInsight -ReportID [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION - -This command deletes the DAG report, specified by the given ReportID. The ReportID is shown in the output of the 'Start-SPODataAccessGovernanceInsight' command. It can also be fetched from the output of the 'Get-SPODataAccessGovernanceInsight' command. - -## EXAMPLES - -### Example 1 - -```powershell -PS C:\> Remove-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c -``` - -This command deletes the report of the given ID "28f4c550-215a-472b-a123-c11e5fa8804c" - -## PARAMETERS - -### -Confirm - -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReportID - -Specifies the ID of the DAG report to be removed/deleted. - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf - -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -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](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md deleted file mode 100644 index 3212e2cf8..000000000 --- a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPODataAccessGovernanceInsight.md +++ /dev/null @@ -1,256 +0,0 @@ ---- -external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml -Module Name: Microsoft.Online.SharePoint.PowerShell -online version: -schema: 2.0.0 -author: MachelleTranMSFT -ms.author: mactra -ms.reviewer: pullabhk ---- - -# Start-SPODataAccessGovernanceInsight - -## SYNOPSIS - -This command generates various reports which are meant to provide insights into potential oversharing of sensitive data in SharePoint and/or OneDrive. These insights are powered by Data Access Governance (DAG) module, available in SharePoint Admin Center. SharePoint Advanced Management (SAM) license is required to run this command. - -## SYNTAX - -### EEEUParameterSet - -```powershell -Start-SPODataAccessGovernanceInsight -ReportEntity -Workload - -ReportType -Name - [-Template ] - [-Privacy ] [-SiteSensitivityLabelGUID ] - [] -``` - -### SharingLinkParameterSet - -```powershell -Start-SPODataAccessGovernanceInsight -ReportEntity -Workload - -ReportType [] -``` - -### LabelParameterSet - -```powershell -Start-SPODataAccessGovernanceInsight -ReportEntity -Workload - -ReportType [-FileSensitivityLabelName ] -FileSensitivityLabelGUID - [] -``` - -### SitePermissionsParameterSet - -```powershell -Start-SPODataAccessGovernanceInsight -ReportEntity -Workload - -ReportType -Name - [-Template ] - [-Privacy ] [-SiteSensitivityLabelGUID ] - -CountOfUsersMoreThan [] -``` - -## DESCRIPTION - -This command is used to generate reports, in Data Access Governance (DAG) module, regarding potential oversharing of sensitive data. Reports are currently available for: - -- Sharing links created in last 28 days (Anyone, People-in-your-org, Specific people shared externally). -- Content shared with Everyone except external users (EEEU) in last 28 days. -- List of sites having labelled files, as of report generation time. -- List of sites having 'too-many-users', as of report generation time, to setup an oversharing baseline. - -## EXAMPLES - -### Example 1 - -```powershell -PS C:\> Start-SPODataAccessGovernanceInsight -ReportEntity PermissionedUsers -Workload SharePoint -ReportType Snapshot -Name "OversharingBaselineReport" -CountOfUsersMoreThan 1000 -``` - -The above command generates a list of SharePoint sites which can be accessed by more than 1000 users, as of the report generation day. - -## PARAMETERS - -### -CountOfUsersMoreThan - -Specifies the threshold of oversharing as defined by the number of users that can access the site. The number of users that can access the site are determined by expanding all users, groups across all permissions (at site level and at the level of any item with unique permissions), deduplicate and arrive at a unique number. Minimum value is 100. - -```yaml -Type: Int32 -Parameter Sets: SitePermissionsParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -FileSensitivityLabelGUID - -Specifies the GUID for the sensitivity label for the file. - -```yaml -Type: Guid -Parameter Sets: LabelParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -FileSensitivityLabelName - -Specifies the name of the sensitivity label for the file. - -```yaml -Type: String -Parameter Sets: LabelParameterSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Name - -Specifies the name to be given to the generated report. - -```yaml -Type: String -Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Privacy - -Specifies the privacy setting of the 0365 group. Relevant in case of filtering the report for group connected sites. - -```yaml -Type: PrivacyEnum -Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet -Aliases: -Accepted values: All, Private, Public - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReportEntity - -Specifies the 'potential oversharing' scenario that should be captured by the DAG report. - -```yaml -Type: ReportEntityEnum -Parameter Sets: (All) -Aliases: -Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, SensitivityLabelForFiles, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, PermissionedUsers - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReportType - -Specifies the time period of data based on which DAG report is generated. A 'Snapshot' report will have the latest data as of the report generation time. A 'RecentActivity' report will be based on data in the last 'X' days. - -```yaml -Type: ReportTypeEnum -Parameter Sets: (All) -Aliases: -Accepted values: Snapshot, RecentActivity - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SiteSensitivityLabelGUID - -Specifies the GUID of the sensitivity label applied to the site. - -```yaml -Type: System.Collections.Generic.List`1[System.Guid] -Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Template - -Specifies the template of the site. Relevant in case a report should be generated for that particular template. - -```yaml -Type: System.Collections.Generic.List`1[Microsoft.Online.SharePoint.TenantAdministration.TemplateEnum] -Parameter Sets: EEEUParameterSet, SitePermissionsParameterSet -Aliases: -Accepted values: AllSites, ClassicSites, CommunicationSites, TeamSites, OtherSites - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Workload - -Specifies whether the report is for SharePoint sites or OneDrive accounts. - -```yaml -Type: WorkloadEnum -Parameter Sets: (All) -Aliases: -Accepted values: SharePoint, OneDriveForBusiness - -Required: True -Position: Named -Default value: None -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](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS - -[Data Access Governance reports for SharePoint admins](/sharepoint/data-access-governance-reports) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md deleted file mode 100644 index 257f6f663..000000000 --- a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteReview.md +++ /dev/null @@ -1,101 +0,0 @@ ---- -external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml -Module Name: Microsoft.Online.SharePoint.PowerShell -online version: -schema: 2.0.0 -author: MachelleTranMSFT -ms.author: mactra -ms.reviewer: pullabhk ---- - -# Start-SPOSiteReview - -## SYNOPSIS - -This commands initiates the site review report. - -## SYNTAX - -```powershell -Start-SPOSiteReview -ReportID -SiteID [-Comment ] [] -``` - -## DESCRIPTION - -{{ Fill in the Description }} - -## EXAMPLES - -### Example 1 - -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -Comment - -{{ Fill Comment Description }} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ReportID - -{{ Fill ReportID Description }} - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SiteID - -{{ Fill SiteID Description }} - -```yaml -Type: Guid -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -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](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS