Skip to content

Commit 9add63f

Browse files
authored
Update Set-PolicyConfig.md
Add IBMode definition Removed Legacy from set of valid values
1 parent d300369 commit 9add63f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/exchange-ps/exchange/Set-PolicyConfig.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,13 +374,15 @@ Accept wildcard characters: False
374374
```
375375

376376
### -InformationBarrierMode
377-
{{ Fill InformationBarrierMode Description }}
377+
The InformationBarrierMode parameter specifies the mode that controls total number of segments and how many segments can a user be part of. Valid values are:
378+
- SingleSegment – Users in your organization can have 5000 segments but can only be assigned to one segment.
379+
- MultiSegment – Users in your organization can have 5000 segments and can be assigned up to 10 segments. Learn more [here](https://learn.microsoft.com/purview/information-barriers-multi-segment).
378380

379381
```yaml
380382
Type: InformationBarrierMode
381383
Parameter Sets: (All)
382384
Aliases:
383-
Accepted values: Legacy, SingleSegment, MultiSegment
385+
Accepted values: SingleSegment, MultiSegment
384386
Applicable: Security & Compliance
385387
386388
Required: False

0 commit comments

Comments
 (0)