Skip to content

Commit 3894635

Browse files
authored
Update Get-SPOEnterpriseAppInsightsReport.md
1 parent 9da4fd1 commit 3894635

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This cmdlet enables the admin to check status of all active and available report
2323
Get-SPOEnterpriseAppInsightsReport [-ReportId <Guid>] [-Action <enum>]
2424
```
2525

26-
## Description
26+
## DESCRIPTION
2727

2828
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:
2929
| Property | Description |
@@ -45,7 +45,7 @@ If this cmdlet is executed with `-ReportId` as parameter, the top 100 records of
4545

4646
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.
4747

48-
## Example
48+
## EXAMPLES
4949

5050
### -----------------------EXAMPLE 1-----------------------------
5151

@@ -73,7 +73,7 @@ Example 3 enables admin to download the Enterprise Application Insights report o
7373

7474
## PARAMETERS
7575

76-
### - ReportId
76+
### -ReportId
7777

7878
It is an optional parameter, and it specifies the unique Id of the report to be viewed/downloaded.
7979

@@ -90,7 +90,7 @@ Accept pipeline input: False
9090
Accept wildcard characters: False
9191
```
9292
93-
### - Action
93+
### -Action
9494
9595
It is an optional parameter, and it specifies whether to view or download a specific report.
9696
@@ -107,12 +107,12 @@ Accept pipeline input: False
107107
Accept wildcard characters: False
108108
```
109109
110-
## CommonParameters
110+
### CommonParameters
111111
112112
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
113113

114-
## Related Links
114+
## RELATED LINKS
115115

116116
[Get started with SharePoint Online Management Shell](https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
117117

118-
[Start-SPOEnterpriseAppInsightsReport](https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/start-spoenterpriseappinsightsreport)
118+
[Start-SPOEnterpriseAppInsightsReport](./Start-SPOEnterpriseAppInsightsReport.md)

0 commit comments

Comments
 (0)