Skip to content

Commit d4c02d5

Browse files
Merge pull request #781 from pvrk/pvrk-sharepointps-oct
Corrected parameter list for this command
2 parents 732046c + 08f3059 commit d4c02d5

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515

1616
## SYNOPSIS
1717

18-
This cmdlet downloads the Data Access Governance (DAG) reports to the current working directory.
18+
This cmdlet downloads the Data Access Governance (DAG) reports to the specified path. The default is the "Downloads" folder.
1919

2020
## SYNTAX
2121

@@ -25,7 +25,7 @@ Export-SPODataAccessGovernanceInsight -ReportID <Guid> [<CommonParameters>]
2525

2626
## DESCRIPTION
2727

28-
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](./Start-SPODataAccessGovernanceInsight.md) command. It can also be fetched from the output of the [Get-SPODataAccessGovernanceInsight](./Get-SPODataAccessGovernanceInsight.md) command.
28+
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](./Start-SPODataAccessGovernanceInsight.md) command. It can also be fetched from the output of the [Get-SPODataAccessGovernanceInsight](./Get-SPODataAccessGovernanceInsight.md) command.
2929

3030
## EXAMPLES
3131

@@ -55,6 +55,22 @@ Accept pipeline input: False
5555
Accept wildcard characters: False
5656
```
5757
58+
### -DownloadPath
59+
60+
Specifies the path to which the report should be downloaded. The default path is the "Downloads" folder.
61+
62+
```yaml
63+
Type: String
64+
Parameter Sets: (All)
65+
Aliases:
66+
67+
Required: False
68+
Position: Named
69+
Default value: None
70+
Accept pipeline input: False
71+
Accept wildcard characters: False
72+
```
73+
5874
### CommonParameters
5975
6076
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)