Skip to content

Commit 52a0a9a

Browse files
robdericksonmichaeltlombardi
authored andcommitted
Capitalize EXAMPLE.
1 parent 94cd5a4 commit 52a0a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docset/winserver2022-ps/activedirectory/Clear-ADClaimTransformLink.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ more cross-forest trust relationships in Active Directory.
3030

3131
## EXAMPLES
3232

33-
### Example 1
33+
### EXAMPLE 1
3434

3535
```powershell
3636
Clear-ADClaimTransformLink -Identity 'corp.contoso.com' -Policy DenyAllPolicy
3737
```
3838

3939
This command removes the policy named `DenyAllPolicy` from the `corp.contoso.com` trust.
4040

41-
### Example 2
41+
### EXAMPLE 2
4242

4343
```powershell
4444
Clear-ADClaimTransformLink -Identity 'corp.contoso.com' -TrustRole Trusted
@@ -48,7 +48,7 @@ This command removes any policies that are applied to where this forest acts as
4848
in the `corp.contoso.com` trust. Effectively, this cmdlet removes any policies that are applied to
4949
claims flowing out of this forest towards it trust partner.
5050

51-
### Example 3
51+
### EXAMPLE 3
5252

5353
```powershell
5454
$params = @{

0 commit comments

Comments
 (0)