diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPORestrictedAccessForSitesInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPORestrictedAccessForSitesInsights.md index c416db61..837c253f 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPORestrictedAccessForSitesInsights.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPORestrictedAccessForSitesInsights.md @@ -20,9 +20,11 @@ This cmdlet enables the administrator to check status of all active and availabl ## SYNTAX ```powershell -Get-SPORestrictedAccessForSitesInsights -RACProtectedSites [-ReportId ] [-Action ] [-InsightsSummary ] +Get-SPORestrictedAccessForSitesInsights -RACProtectedSites [-ReportId ] [-FullDetails] [-Action ] [-InsightsSummary ] ``` +## SYNTAX + ```powershell Get-SPORestrictedAccessForSitesInsights -ActionsBlockedByPolicy [-ReportId ] [-Content ] [-Action ] ``` @@ -33,6 +35,8 @@ If this cmdlet is executed with `-RACProtectedSites` as parameter, it displays t If this cmdlet is executed with `-RACProtectedSites` `-ReportId` as parameter, top 100 sites with the highest page views that are protected by restricted access control will be displayed. +If this cmdlet is executed with `-RACProtectedSites` `-ReportId` `-FullDetails` `-Action Download`, a CSV file containing list of up to 1 million sites protected by restricted access control will be downloaded. + If this cmdlet is executed with `-RACProtectedSites` `-ReportId` `-InsightsSummary` as parameter, the count of sites protected with restricted access control compared to total number of sites will be displayed. If this cmdlet is executed with `-ActionsBlockedByPolicy` as parameter, it displays the status of all active and completed reports. @@ -178,6 +182,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -FullDetails + +It is an optional parameter and allows to download a CSV file containing up to 1 million records. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: +Applicable: SharePoint Online + +Required: False +Position: Named +Default value: False +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](https://go.microsoft.com/fwlink/?LinkID=113216).