Skip to content

Commit 1ad897d

Browse files
authored
Merge pull request #8234 from MicrosoftDocs/chrisda
Update New-InformationBarrierPolicy.md
2 parents 4338d78 + b4472b2 commit 1ad897d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/New-InformationBarrierPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ This example creates an inactive policy named *Sales-Research* for a segment nam
6969

7070
### Example 2
7171
```powershell
72-
New-InformationBarrierPolicy -Name "Manufacturing-HR" -AssignedSegment "Manufacturing" -SegmentsAllowed "HR" -State Inactive
72+
New-InformationBarrierPolicy -Name "Manufacturing-HR" -AssignedSegment "Manufacturing" -SegmentsAllowed "Manufacturing","HR" -State Inactive
7373
```
7474

7575
This example creates an inactive policy named *Manufacturing-HR* for a segment named *Manufacturing*. When active and applied, this policy allows people in *Manufacturing* to communicate only with people in the segment named *HR*. (In this example, Manufacturing can't communicate with users who aren't in HR.)
7676

7777
### Example 3
7878
```powershell
79-
New-InformationBarrierPolicy -Name "Research-HRManufacturing" -AssignedSegment "Research" -SegmentsAllowed "HR","Manufacturing" -State Inactive
79+
New-InformationBarrierPolicy -Name "Research-HRManufacturing" -AssignedSegment "Research" -SegmentsAllowed "Research","HR","Manufacturing" -State Inactive
8080
```
8181

8282
This example creates a policy that allows the *Research* segment to communicate with only *HR* and *Manufacturing*.

0 commit comments

Comments
 (0)