Skip to content

Commit d1f92e3

Browse files
committed
Update Invoke-ComplianceSecurityFilterAction.md
1 parent 5558ba2 commit d1f92e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ BoundaryProperty : CustomAttribute1
4747
BoundaryPropertyValue :
4848
```
4949

50-
This example returns the status of a OneDrive site that's bound by the CustomAttribute1 property on the user's mailbox.
50+
This example returns the status of a OneDrive site to indicate it's associated to a UserMailbox and the CustomAttribute1 property isn't currently set.
5151

5252
### Example 2
5353
```powershell
@@ -62,7 +62,7 @@ BoundaryProperty : CustomAttribute3
6262
BoundaryPropertyVa1ue :
6363
```
6464

65-
This example ???.
65+
This example returns the status of a mailbox to indicate the mailbox is inactive, and the CustomAttribute3 property isn't currently set.
6666

6767
### Example 3
6868
```powershell
@@ -77,7 +77,7 @@ BoundaryProperty : CustomAttribute3
7777
BoundaryPropertyVa1ue : test33
7878
```
7979

80-
This example ???
80+
This example returns the status of a mailbox to indicate the mailbox is inactive, and the CustomAttribute3 property is currently set to test33.
8181

8282
### Example 4
8383
```powershell
@@ -88,7 +88,7 @@ This example sets the boundary of the specified OneDrive site for a user who lef
8888

8989
### Example 5
9090
```powershell
91-
PS C:\> Invoke-ComplianceSecurityFiIterAction -Action Set -PropertyName "CustomAttribute3" -PropertyVaIue "ProjectX" -EmailAddress "zhexuan@contoso.onmicrosoft.com"
91+
PS C:\> Invoke-ComplianceSecurityFiIterAction -Action Set -PropertyName "CustomAttribute3" -PropertyValue "ProjectX" -EmailAddress "zhexuan@contoso.onmicrosoft.com"
9292
9393
Set action succeeded, please use GetStatus to check the result.
9494
@@ -100,10 +100,10 @@ BoundaryInstruction : Set via Invoke-ComplianceSecurityFiIterAction -Set
100100
BoundaryObjectId : zhexuan@contoso.onmicrosoft.com
101101
BoundaryStatus : Success
102102
BoundaryProperty : CustomAttribute3
103-
BoundaryPropertyVa1ue : test33
103+
BoundaryPropertyVa1ue : ProjectX
104104
```
105105

106-
This example ???
106+
This example sets the boundary of the specified OneDrive site to the specified CustomAttribute3 property value, and runs another command to review the result.
107107

108108
## PARAMETERS
109109

0 commit comments

Comments
 (0)