@@ -47,7 +47,7 @@ BoundaryProperty : CustomAttribute1
47
47
BoundaryPropertyValue :
48
48
```
49
49
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 .
51
51
52
52
### Example 2
53
53
``` powershell
@@ -62,7 +62,7 @@ BoundaryProperty : CustomAttribute3
62
62
BoundaryPropertyVa1ue :
63
63
```
64
64
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 .
66
66
67
67
### Example 3
68
68
``` powershell
@@ -77,7 +77,7 @@ BoundaryProperty : CustomAttribute3
77
77
BoundaryPropertyVa1ue : test33
78
78
```
79
79
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.
81
81
82
82
### Example 4
83
83
``` powershell
@@ -88,7 +88,7 @@ This example sets the boundary of the specified OneDrive site for a user who lef
88
88
89
89
### Example 5
90
90
``` 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"
92
92
93
93
Set action succeeded, please use GetStatus to check the result.
94
94
@@ -100,10 +100,10 @@ BoundaryInstruction : Set via Invoke-ComplianceSecurityFiIterAction -Set
100
100
BoundaryObjectId : zhexuan@contoso.onmicrosoft.com
101
101
BoundaryStatus : Success
102
102
BoundaryProperty : CustomAttribute3
103
- BoundaryPropertyVa1ue : test33
103
+ BoundaryPropertyVa1ue : ProjectX
104
104
```
105
105
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.
107
107
108
108
## PARAMETERS
109
109
0 commit comments