File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docset/winserver2022-ps/activedirectory Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3636Clear-ADClaimTransformLink -Identity 'corp.contoso.com' -Policy DenyAllPolicy
3737```
3838
3939This command removes the policy named ` DenyAllPolicy ` from the ` corp.contoso.com ` trust.
4040
41- ### Example 2
41+ ### EXAMPLE 2
4242
4343``` powershell
4444Clear-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
4848in the ` corp.contoso.com ` trust. Effectively, this cmdlet removes any policies that are applied to
4949claims flowing out of this forest towards it trust partner.
5050
51- ### Example 3
51+ ### EXAMPLE 3
5252
5353``` powershell
5454$params = @{
You can’t perform that action at this time.
0 commit comments