Export-SPODataAccessGovernanceInsight
This cmdlet downloads the Data Access Governance (DAG) reports to the current working directory.
Syntax
Export-SPODataAccessGovernanceInsight
-ReportID <Guid>
[<CommonParameters>]
Description
This cmdlet exports or downloads the DAG report, specified by the ReportID
, to the current working directory. 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
Export-SPODataAccessGovernanceInsight -ReportID 28f4c550-215a-472b-a123-c11e5fa8804c
The above example downloads the report of the given ID to the current working directory.
Parameters
-ReportID
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 |
Inputs
None
Outputs
System.Object