Skip to content

Commit fd58c09

Browse files
authored
Merge pull request #13476 from lusassl-msft/lusassl-23032026-1
[Set-OrganizationConfig] Remove invalid syntax for AdfsSignCertificateThumbprints and AdfsAudienceUris parameter
2 parents b478b31 + 4b91fe3 commit fd58c09

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Set-OrganizationConfig.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,6 @@ The AdfsAudienceUris parameter specifies one or more external URLs that are used
708708
709709
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
710710

711-
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
712-
713711
For more information about configuring AD FS claims based authentication in Exchange, see [Use AD FS claims-based authentication with Outlook on the web](https://learn.microsoft.com/Exchange/clients/outlook-on-the-web/ad-fs-claims-based-auth).
714712

715713
```yaml
@@ -798,8 +796,6 @@ To get the thumbprint values of the primary and secondary token-signing certific
798796

799797
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
800798

801-
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
802-
803799
```yaml
804800
Type: MultiValuedProperty
805801
Parameter Sets: AdfsAuthenticationParameter

0 commit comments

Comments
 (0)