mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
Update windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
parent
563eebd5ca
commit
3be2c9c781
@ -469,7 +469,6 @@ The following script helps you with the creation of the issuance transform rules
|
|||||||
);'
|
);'
|
||||||
}
|
}
|
||||||
$existingRules = (Get-ADFSRelyingPartyTrust -Identifier urn:federation:MicrosoftOnline).IssuanceTransformRules
|
$existingRules = (Get-ADFSRelyingPartyTrust -Identifier urn:federation:MicrosoftOnline).IssuanceTransformRules
|
||||||
|
|
||||||
$updatedRules = $existingRules + $rule1 + $rule2 + $rule3 + $rule4 + $rule5
|
$updatedRules = $existingRules + $rule1 + $rule2 + $rule3 + $rule4 + $rule5
|
||||||
$crSet = New-ADFSClaimRuleSet -ClaimRule $updatedRules
|
$crSet = New-ADFSClaimRuleSet -ClaimRule $updatedRules
|
||||||
Set-AdfsRelyingPartyTrust -TargetIdentifier urn:federation:MicrosoftOnline -IssuanceTransformRules $crSet.ClaimRulesString
|
Set-AdfsRelyingPartyTrust -TargetIdentifier urn:federation:MicrosoftOnline -IssuanceTransformRules $crSet.ClaimRulesString
|
||||||
|
Loading…
x
Reference in New Issue
Block a user