| 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/export-spodataaccessgovernanceinsight |
| applicable | SharePoint Online |
| title | Export-SPODataAccessGovernanceInsight |
| schema | 2.0.0 |
| author | pvrk |
| ms.author | pullabhk |
| manager | |
| ms.reviewer |
This cmdlet downloads the Data Access Governance (DAG) reports to the specified path. The default is the "Downloads" folder.
Export-SPODataAccessGovernanceInsight -ReportID <Guid> [-DownloadPath <String>] [<CommonParameters>]
This cmdlet exports or downloads the DAG report, specified by the ReportID, to the path as specified with DownloadPath. If not specified, the commands downloads the report to the "Downloads" folder. 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.
Export-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804cThe above example downloads the report of the given ID to the current working directory.
Specifies the path to which the report should be downloaded. The default path is the "Downloads" folder.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the ID of the DAG report to be downloaded.
Type: System.Guid
Parameter Sets: (All)
Aliases:
Required: True
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.
Start-SPODataAccessGovernanceInsight
Get-SPODataAccessGovernanceInsight