Skip to content

Commit 24d402c

Browse files
authored
Update Set-ArcConfig.md
1 parent 6ed5863 commit 24d402c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ 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 the below error if $DomainsToRemove is empty
94-
95-
```yaml
96-
Set-ArcConfig : Cannot bind argument to parameter 'ArcTrustedSealers' because it is an empty array.
97-
```
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
9894

9995
## PARAMETERS
10096

0 commit comments

Comments
 (0)