Skip to content

Commit bbdd1c2

Browse files
authored
Update Set-ArcConfig.md
1 parent 09ba65c commit bbdd1c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ else {
8989
Set-ArcConfig -Identity Default -ArcTrustedSealers $DomainsRemove
9090
}
9191
```
92+
9293
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
9394

94-
```powershell
95+
```
9596
(Cannot bind argument to parameter 'ArcTrustedSealers' because it is an empty array.)
9697
```
9798

0 commit comments

Comments
 (0)