You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this cmdlet is executed without any parameters, it displays the status of all active and completed reports (adhering to any retention timeline as per DAG) with the following properties:
29
29
| Property | Description |
@@ -45,7 +45,7 @@ If this cmdlet is executed with `-ReportId` as parameter, the top 100 records of
45
45
46
46
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.
@@ -73,7 +73,7 @@ Example 3 enables admin to download the Enterprise Application Insights report o
73
73
74
74
## PARAMETERS
75
75
76
-
### -ReportId
76
+
### -ReportId
77
77
78
78
It is an optional parameter, and it specifies the unique Id of the report to be viewed/downloaded.
79
79
@@ -90,7 +90,7 @@ Accept pipeline input: False
90
90
Accept wildcard characters: False
91
91
```
92
92
93
-
### -Action
93
+
### -Action
94
94
95
95
It is an optional parameter, and it specifies whether to view or download a specific report.
96
96
@@ -115,4 +115,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
115
115
116
116
[Get started with SharePoint Online Management Shell](https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
After this cmdlet is executed, the Enterprise Application Insights report generation request for the last N days gets queued in the pipeline and the below metadata is displayed with the following properties:
29
29
| Property | Description |
@@ -33,7 +33,7 @@ After this cmdlet is executed, the Enterprise Application Insights report genera
33
33
| Status | The Status of the report. |
34
34
| ReportPeriodInDays | The report duration in days. |
Example 2 generates the Enterprise Application Insights report for a specified duration of 14 days.
52
53
53
54
## PARAMETERS
@@ -94,4 +95,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
94
95
95
96
[Get started with SharePoint Online Management Shell](https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments