Skip to content

Commit 1c40b94

Browse files
committed
update download path
Resolve comments: update the download path and add a reference link.
1 parent 46d371e commit 1c40b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOEnterpriseAppInsightsReport.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ If this cmdlet is executed with `-ReportId` as parameter, the top 100 records of
4545
| AppPermissions | The permissions granted to the 3P application. |
4646
| RequestVoulme | The number of times the 3P application accessed the given SharePoint site. |
4747

48-
If this cmdlet is executed with both the parameters, i.e. `-ReportId` and `-Action`, and if the value of `-Action` is set as `View`, it will display the same result as described above. If the value of `-Action` is set to `Download`, it will download the full report in CSV format to `C:\Users\vmadministrator` directory.
48+
If this cmdlet is executed with both the parameters, i.e. `-ReportId` and `-Action`, and if the value of `-Action` is set as `View`, it will display the same result as described above. If the value of `-Action` is set to `Download`, it will download the full report in CSV format to the same path from where the command was run.
4949

5050
> [!NOTE]
51-
> All reports adhere to any retention timeline as per Data Access Governance.
51+
> All reports adhere to any retention timeline as per [Data Access Governance](SharePoint/SharePointOnline/data-access-governance-reports.md).
5252
5353
## EXAMPLES
5454

@@ -74,7 +74,7 @@ Example 2 enables administrator to view the enterprise application insights repo
7474
Get-SPOEnterpriseAppInsightsReport – ReportId 9d946216-afe7-49f5-8267-7b662435c70b -Action Download
7575
```
7676

77-
Example 3 enables administrator to download the enterprise application insights report of ReportId: `9d946216-afe7-49f5-8267-7b662435c70b` to `C:\Users\vmadministrator` directory.
77+
Example 3 enables administrator to download the enterprise application insights report of ReportId: `9d946216-afe7-49f5-8267-7b662435c70b` to the same path from where the command was run.
7878

7979
## PARAMETERS
8080

0 commit comments

Comments
 (0)