Skip to content

Commit 14b07b9

Browse files
committed
Fixed Example H3 for consistency
1 parent 91678c3 commit 14b07b9

14 files changed

+16
-16
lines changed

exchange/exchange-ps/exchange/encryption-and-certificates/Get-OMEMessageStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3131

3232
## EXAMPLES
3333

34-
### Example 1
34+
### -------------------------- Example 1 --------------------------
3535
```
3636
Get-OMEMessageStatus -MessageId "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>"
3737
```

exchange/exchange-ps/exchange/encryption-and-certificates/New-OMEConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4040

4141
## EXAMPLES
4242

43-
### Example 1
43+
### -------------------------- Example 1 --------------------------
4444
```
4545
New-OMEConfiguration -Identity "Contoso Marketing" -EmailText "Encrypted message enclosed." -PortalText "This portal is encrypted." -DisclaimerText "Encryption security disclaimer." -Image (Get-Content "C:\Temp\OME Logo.gif" -Encoding byte)
4646
```

exchange/exchange-ps/exchange/encryption-and-certificates/Remove-OMEConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3131

3232
## EXAMPLES
3333

34-
### Example 1
34+
### -------------------------- Example 1 --------------------------
3535
```
3636
Remove-OMEConfiguration -Identity "Contoso Marketing"
3737
```

exchange/exchange-ps/exchange/encryption-and-certificates/Set-OMEMessageRevocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3333

3434
## EXAMPLES
3535

36-
### Example 1
36+
### -------------------------- Example 1 --------------------------
3737
```
3838
Set-OMEMessageRevocation -MessageId "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>" -Revoke $true
3939
```

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Disable-MetaCacheDatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2929

3030
## EXAMPLES
3131

32-
### Example 1
32+
### -------------------------- Example 1 --------------------------
3333
```
3434
Disable-MetaCacheDatabase -Server Mailbox01
3535
```

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Enable-MetaCacheDatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2929

3030
## EXAMPLES
3131

32-
### Example 1
32+
### -------------------------- Example 1 --------------------------
3333
```
3434
Enable-MetaCacheDatabase -Server Mailbox01
3535
```

exchange/exchange-ps/exchange/mailboxes/Get-Place.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2929

3030
## EXAMPLES
3131

32-
### Example 1
32+
### -------------------------- Example 1 --------------------------
3333
```
3434
Get-Place -Identity "Conference Room 01"
3535
```
3636

3737
This example returns summary metadata for the room mailbox named Conference Room 1.
3838

39-
### Example 2
39+
### -------------------------- Example 2 --------------------------
4040
```
4141
Get-Place -Identity "Conference Room 01" | Format-List
4242
```

exchange/exchange-ps/exchange/mailboxes/Set-Place.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4747

4848
## EXAMPLES
4949

50-
### Example 1
50+
### -------------------------- Example 1 --------------------------
5151
```
5252
Set-Place -Identity "Conference Room 01" -IsWheelChairAccessible $true -AudioDeviceName PolyCom -VideoDeviceName "InFocus WXGA Projector"
5353
```

exchange/exchange-ps/exchange/organization/New-AuthenticationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4444

4545
## EXAMPLES
4646

47-
### Example 1
47+
### -------------------------- Example 1 --------------------------
4848
```
4949
New-AuthenticationPolicy -Name "Engineering Group"
5050
```

exchange/exchange-ps/exchange/organization/Remove-AuthenticationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2929

3030
## EXAMPLES
3131

32-
### Example 1
32+
### -------------------------- Example 1 --------------------------
3333
```
3434
Remove-AuthenticationPolicy -Identity "Engineering Group"
3535
```

exchange/exchange-ps/exchange/organization/Set-AuthenticationPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4343

4444
## EXAMPLES
4545

46-
### Example 1
46+
### -------------------------- Example 1 --------------------------
4747
```
4848
Set-AuthenticationPolicy -Identity "Engineering Group" -AllowBasicAuthReportingWebServices
4949
```

exchange/exchange-ps/exchange/reporting/Get-SupervisoryReviewActivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3030

3131
## EXAMPLES
3232

33-
### Example 1
33+
### -------------------------- Example 1 --------------------------
3434
```
3535
Get-SupervisoryReviewActivity -PolicyId $policyId -StartDate $startDate -EndDate $endDate | Sort-Object Timestamp -Descending | fl
3636
PolicyId,ItemSubject,ActivityId,Timestamp,ActionType,ActionAppliedBy,ItemStatusAfterAction
3737
```
3838

3939
This example returns all the supervisory review activities for specified supervision policy.
4040

41-
### Example 2
41+
### -------------------------- Example 2 --------------------------
4242
```
4343
Get-SupervisoryReviewActivity -PolicyId $policyId -StartDate $startDate -EndDate $endDate | Sort-Object Timestamp -Descending | select-object PolicyId,ItemSubject,ActivityId,Timestamp,ActionType,ActionAppliedBy,ItemStatusAfterAction | Export-csv 'C:\Temp\SupervisoryReviewActivity.csv'
4444
```

exchange/exchange-ps/exchange/reporting/Get-SupervisoryReviewOverallProgressReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3030

3131
## EXAMPLES
3232

33-
### Example 1
33+
### -------------------------- Example 1 --------------------------
3434
```
3535
Get-SupervisoryReviewOverallProgressReport | ft Pending, Resolved, Compliant, Noncompliant, Questionable
3636
```

exchange/exchange-ps/exchange/reporting/Get-SupervisoryReviewTopCasesReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3030

3131
## EXAMPLES
3232

33-
### Example 1
33+
### -------------------------- Example 1 --------------------------
3434
```
3535
Get-SupervisoryReviewTopCasesReport | Sort-Object Policy | Format-Table Policy,Pending,Total,Date
3636
```

0 commit comments

Comments
 (0)