Skip to content

Commit d9a2613

Browse files
committed
More IB cmdlet updates per TR
1 parent 2427053 commit d9a2613

7 files changed

+22
-19
lines changed

exchange/exchange-ps/exchange/policy-and-compliance/Get-InformationBarrierPoliciesApplicationStatus.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ monikerRange: "o365scc-ps"
1111
## SYNOPSIS
1212
This cmdlet is available only in the Office 365 Security & Compliance Center. For more information, see Office 365 Security & Compliance Center PowerShell (https://technet.microsoft.com/library/mt587091.aspx).
1313

14-
Use the Get-InformationBarrierPoliciesApplicationStatus cmdlet to [view status of information barrier policy application](https://docs.microsoft.com/office365/securitycompliance/information-barriers-policies#view-status-of-user-accounts-segments-policies-or-policy-application)
14+
Use the Get-InformationBarrierPoliciesApplicationStatus cmdlet to view the application status of information barrier policies. For details see [view status of information barrier policy application](https://docs.microsoft.com/office365/securitycompliance/information-barriers-policies#view-status-of-user-accounts-segments-policies-or-policy-application).
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

@@ -37,19 +37,19 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3737
Get-InformationBarrierPoliciesApplicationStatus
3838
```
3939

40-
This will display information about whether all policy applications completed, failed, or is in progress.
40+
This example returns the most recent application of information barrier policies by the Start-InformationBarrierPoliciesApplication cmdlet.
4141

4242
### -------------------------- Example 2 --------------------------
4343
```
4444
Get-InformationBarrierPoliciesApplicationStatus -All
4545
```
4646

47-
This will display information about whether policy application completed, failed, or is in progress.
47+
This example returns all applications of information barrier policies by the Start-InformationBarrierPoliciesApplication cmdlet.
4848

4949
## PARAMETERS
5050

5151
### -Identity
52-
The Identity parameter specifies the information barrier policy application that you want to view. This value is a GUID that's assigned when you run the Start-InformationBarrierPoliciesApplication cmdlet (for example, a0551cee-db3d-4002-9fa0-94358035fdf2). Another way to see this Identity value is to run the command Get-InformationBarrierPoliciesApplicationStatus -All.
52+
The Identity parameter specifies the information barrier policy application that you want to view. This value is a GUID that's assigned when you run the Start-InformationBarrierPoliciesApplication cmdlet (for example, a0551cee-db3d-4002-9fa0-94358035fdf2). You can also find the Identity value by running the command Get-InformationBarrierPoliciesApplicationStatus -All.
5353

5454
```yaml
5555
Type: PolicyIdParameter
@@ -64,7 +64,9 @@ Accept wildcard characters: False
6464
```
6565
6666
### -All
67-
The All switch specifies whether to include ???. You don't need to specify a value with this switch.
67+
The All switch specifies whether to include all applications of information barrier policies in the results. You don't need to specify a value with this switch.
68+
69+
If you don't use this switch, the command only returns the most recent policy application.
6870
6971
```yaml
7072
Type: SwitchParameter

exchange/exchange-ps/exchange/policy-and-compliance/Get-InformationBarrierRecipientStatus.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ monikerRange: "o365scc-ps"
1111
## SYNOPSIS
1212
This cmdlet is available only in the Office 365 Security & Compliance Center. For more information, see Office 365 Security & Compliance Center PowerShell (https://technet.microsoft.com/library/mt587091.aspx).
1313

14-
Use the Get-InformationBarrierRecipientStatus cmdlet to see whether specific user accounts are included in a segment and assigned an information barrier policy. Segments are defined by using certain attributes in [Azure Active Directory](https://docs.microsoft.com/office365/securitycompliance/information-barriers-attributes).
14+
Use the Get-InformationBarrierRecipientStatus cmdlet to see whether specific user accounts are subject to information barrier policies and segments. You create segments by using the New-OrganizationSegment cmdlet.
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

@@ -28,23 +28,24 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
31-
Get-InformationBarrierRecipientStatus -Identity meganb -Identity2 alexw
31+
Get-InformationBarrierRecipientStatus -Identity meganb
3232
```
3333

34-
In this example, we refer to two user accounts in Office 365: *meganb* for *Megan*, and *alexw* for *Alex*.
34+
This example returns the segment and policy assignment information for the user meganb.
3535

3636
### -------------------------- Example 2 --------------------------
3737
```
38-
Get-InformationBarrierRecipientStatus -Identity meganb
38+
Get-InformationBarrierRecipientStatus -Identity meganb -Identity2 alexw
3939
```
4040

41-
In this example, we refer to one user account in Office 365: *meganb*.
41+
This example returns the information barrier policy information
4242

43+
In this example, we refer to two user accounts in Office 365: *meganb* for *Megan*, and *alexw* for *Alex*.
4344

4445
## PARAMETERS
4546

4647
### -Identity
47-
The Identity parameter specifies the recipient that you want to view information barrier policy information for. You can use any value that uniquely identifies the recipient. For example:
48+
The Identity parameter specifies the recipient that you want to view the segment and policy assignment information for. You can use any value that uniquely identifies the recipient. For example:
4849

4950
- Name
5051

@@ -71,7 +72,7 @@ Accept wildcard characters: False
7172
```
7273
7374
### -Identity2
74-
The Identity2 parameter specifies an optional second recipient that you want to view information barrier policy information for. You can use any value that uniquely identifies the recipient. For example:
75+
The Identity2 parameter specifies an optional second recipient that you want to view in relation to the first recipient specified by the Identity parameter. You can use any value that uniquely identifies the second recipient. For example:
7576
7677
- Name
7778

exchange/exchange-ps/exchange/policy-and-compliance/New-InformationBarrierPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
5252
New-InformationBarrierPolicy -Name "Sales-Research" -AssignedSegment "Sales" -SegmentsBlocked "Research" -State Inactive
5353
```
5454

55-
In this example, we defined a policy called *Sales-Research* for a segment called *Sales*. When active and applied, this policy prevents people in *Sales* from communicating with people in a segment called *Research*.
55+
This example creates an inactive policy named *Sales-Research* for a segment named *Sales*. When active and applied, this policy prevents people in *Sales* from communicating with people in the segment named *Research*.
5656

5757
### -------------------------- Example 2 --------------------------
5858
```
5959
New-InformationBarrierPolicy -Name "Manufacturing-HR" -AssignedSegment "Manufacturing" -SegmentsAllowed "HR" -State Inactive
6060
```
6161

62-
In this example, we defined a policy called *Manufacturing-HR* for a segment called *Manufacturing*. When active and applied, this policy allows people in *Manufacturing* to communicate only with people in a segment called *HR*. (In this case, Manufacturing cannot communicate with users who are not part of HR.)
62+
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.)
6363

6464
### -------------------------- Example 3 --------------------------
6565
```

exchange/exchange-ps/exchange/policy-and-compliance/Remove-InformationBarrierPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3434
Remove-InformationBarrierPolicy -Identity HR-Sales
3535
```
3636

37-
This example removes te information barrier policy named HR-Sales.
37+
This example removes the information barrier policy named HR-Sales.
3838

3939
## PARAMETERS
4040

exchange/exchange-ps/exchange/policy-and-compliance/Set-InformationBarrierPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
5151
Set-InformationBarrierPolicy -Identity 43c37853-ea10-4b90-a23d-ab8c93772471 -State Active
5252
```
5353

54-
This example activates the information barrier policy that has the GUID value *43c37853-ea10-4b90-a23d-ab8c93772471*.
54+
This example activates the specified inactive information barrier policy.
5555

5656
## PARAMETERS
5757

exchange/exchange-ps/exchange/policy-and-compliance/Start-InformationBarrierPoliciesApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3333
Start-InformationBarrierPoliciesApplication
3434
```
3535

36-
This applies active information barrier policies.
36+
This applies all active information barrier policies.
3737

3838
## PARAMETERS
3939

exchange/exchange-ps/exchange/policy-and-compliance/Stop-InformationBarrierPoliciesApplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3333
InformationBarrierPoliciesApplication -Identity 46237888-12ca-42e3-a541-3fcb7b5231d1
3434
```
3535

36-
In this example, we are stopping information barrier policies from being applied per the policy application with the specified Identity value.
36+
This example stops information barrier policies from being applied per the policy application with the specified Identity value.
3737

3838
## PARAMETERS
3939

4040
### -Identity
41-
The Identity parameter specifies the information barrier policy application that you want to stop. This value is a GUID that's assigned when you run the Start-InformationBarrierPoliciesApplication cmdlet (for example, 46237888-12ca-42e3-a541-3fcb7b5231d1). Another way to see this Identity value is to run the command Get-InformationBarrierPoliciesApplicationStatus -All.
41+
The Identity parameter specifies the active application of information barrier policies that you want to stop. This value is a GUID that's assigned when you run the Start-InformationBarrierPoliciesApplication cmdlet (for example, 46237888-12ca-42e3-a541-3fcb7b5231d1). You can also find the Identity value of the most recent policy application running the command Get-InformationBarrierPoliciesApplicationStatus.
4242

4343
```yaml
4444
Type: PolicyIdParameter

0 commit comments

Comments
 (0)