Skip to content

Commit

Permalink
Merge pull request #781 from pvrk/pvrk-sharepointps-oct
Browse files Browse the repository at this point in the history
Corrected parameter list for this command
  • Loading branch information
aditisrivastava07 authored Dec 27, 2024
2 parents 732046c + 08f3059 commit d4c02d5
Showing 1 changed file with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.reviewer:

## SYNOPSIS

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

## SYNTAX

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

## EXAMPLES

Expand Down Expand Up @@ -55,6 +55,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -DownloadPath
Specifies the path to which the report should be downloaded. The default path is the "Downloads" folder.
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
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).
Expand Down

0 comments on commit d4c02d5

Please sign in to comment.