Export-SPODataAccessGovernanceInsight
This cmdlet downloads the Data Access Governance (DAG) reports to the specified path. The default is the "Downloads" folder.
Export-SPODataAccessGovernanceInsight
-ReportID <Guid>
[<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-c11e5fa8804c
The 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: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the ID of the DAG report to be downloaded.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
System.Object