Skip to content

Commit 50073a3

Browse files
authored
Clarify and update ARC sealer removal instructions
1 parent 6d2734e commit 50073a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exchange/exchange-ps/exchange/Set-ArcConfig.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ else {
9090
}
9191
```
9292

93-
This examples removes a specific ARC sealer from the list. If, after removing this entry from the list, no other ARC Sealers exist, using the " " works around a bind argument error if $DomainsToRemove is empty
93+
This example removes the specified ARC sealer from the list (`$arcSealer`).
94+
95+
If no other ARC sealers exist after removing this entry from the list, using the value `" "` for the ArcTrustedSealers parameter avoids a bind argument error if `$DomainsToRemove` value is empty.
9496

9597
## PARAMETERS
9698

@@ -120,9 +122,9 @@ The domain name must match the domain that's shown in the `d` tag in the **ARC-S
120122

121123
To replace the existing list of ARC sealers with the values you specify, use the syntax `Domain1,Domain2,...DomainN`. To preserve existing values, be sure to include the entries that you want to keep along with the new values that you want to add.
122124

123-
To add or remove values without affecting the other entries, see the Examples section in this topic.
125+
To add or remove values without affecting the other entries, see the Examples section in this article.
124126

125-
To completely clear the list, set this value to " " (a string with a single whitespace character)
127+
To empty the list, use the value `" "` (a space enclosed in double quotation marks).
126128

127129
```yaml
128130
Type: String[]

0 commit comments

Comments
 (0)