Skip to content

Commit e1b46e5

Browse files
committed
minor fix
1 parent 9da4fd1 commit e1b46e5

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

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

Lines changed: 5 additions & 5 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
@@ -115,4 +115,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
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](./Get-SPOEnterpriseAppInsightsReport.md)

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This cmdlet enables admin to trigger the build of a new Enterprise Application I
2323
Start-SPOEnterpriseAppInsightsReport [-Force <SwitchParameter>] [-ReportPeriodInDays <Int>]
2424
```
2525

26-
## Description
26+
## DESCRIPTION
2727

2828
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:
2929
| Property | Description |
@@ -33,7 +33,7 @@ After this cmdlet is executed, the Enterprise Application Insights report genera
3333
| Status | The Status of the report. |
3434
| ReportPeriodInDays | The report duration in days. |
3535

36-
## Example
36+
## EXAMPLES
3737

3838
### -----------------------EXAMPLE 1-----------------------------
3939

@@ -48,6 +48,7 @@ Example 1 generates the Enterprise Application Insights report for a default dur
4848
```powershell
4949
Start-SPOEnterpriseAppInsightsReport –ReportPeriodInDays 14
5050
```
51+
5152
Example 2 generates the Enterprise Application Insights report for a specified duration of 14 days.
5253

5354
## PARAMETERS
@@ -94,4 +95,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
9495

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

97-
[Get-SPOEnterpriseAppInsightsReport](https://learn.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/get-spoenterpriseappinsightsreport)
98+
[Get-SPOEnterpriseAppInsightsReport](./Start-SPOEnterpriseAppInsightsReport.md)

0 commit comments

Comments
 (0)