| 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/start-sporestrictedaccessforsitesinsights |
| applicable | SharePoint Online |
| title | Start-SPORestrictedAccessForSitesInsights |
| schema | 2.0.0 |
| author | ishwarit |
| ms.author | itambakhe |
| ms.reviewer | |
| manager |
This cmdlet enables administrator to trigger the build of a new restricted access control insights report for the data from last 28 days.
Start-SPORestrictedAccessForSitesInsights [-RACProtectedSites] [-ActionsBlockedByPolicy] [-Force] [-WhatIf]
[-Confirm] [<CommonParameters>]
After this cmdlet is executed, the restricted access control insights report generation request is initiated for the requested report subtype. |
Start-SPORestrictedAccessForSitesInsights -RACProtectedSitesExample 1 generates the restricted access control report which contains insights about the list of sites protected with the policy.
Start-SPORestrictedAccessForSitesInsights -ActionsBlockedByPolicyExample 2 generates the restricted access control report which contains insights about access denials by the policy.
Applicable: SharePoint Online
It is an optional parameter, and it specifies the type of report generation to be triggered.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseApplicable: SharePoint Online
It is an optional parameter which is used to bypass confirmation prompts and execute the command without interruptions.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseApplicable: SharePoint Online
It is an optional parameter, and it specifies the type of report generation to be triggered.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi
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.