Skip to content

Commit b71fac9

Browse files
authored
Merge pull request #12109 from MicrosoftDocs/chrisda
Update Invoke-ComplianceSecurityFilterAction.md
2 parents effe53c + d5a785b commit b71fac9

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

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

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
Invoke-ComplianceSecurityFilterAction [-Action] <String> [-PropertyName] <String> [[-PropertyValue] <String>] [-SiteUrl] <String>
24+
Invoke-ComplianceSecurityFilterAction [-Action] <String> [[-EmailAddress] <String>] [-PropertyName] <String> [[-PropertyValue] <String>] [-SiteUrl] <String>
2525
[-Confirm]
2626
[-WhatIf]
2727
[<CommonParameters>]
@@ -47,7 +47,7 @@ BoundaryProperty : CustomAttribute1
4747
BoundaryPropertyValue :
4848
```
4949

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.
50+
This example returns the status of a OneDrive site to indicate it's associated to a user mailbox and the CustomAttribute1 property isn't currently set.
5151

5252
### Example 2
5353
```powershell
@@ -126,6 +126,22 @@ Accept pipeline input: False
126126
Accept wildcard characters: False
127127
```
128128
129+
### -EmailAddress
130+
The EmailAddress parameter specifies the email address of the affected user mailbox.
131+
132+
```yaml
133+
Type: String
134+
Parameter Sets: (All)
135+
Aliases:
136+
Applicable: Security & Compliance
137+
138+
Required: False
139+
Position: 2
140+
Default value: None
141+
Accept pipeline input: False
142+
Accept wildcard characters: False
143+
```
144+
129145
### -PropertyName
130146
The PropertyName parameter specifies the name of the property of the compliance boundary for the OneDrive site that you want to view or modify. Valid values are:
131147
@@ -140,7 +156,7 @@ Aliases:
140156
Applicable: Security & Compliance
141157

142158
Required: True
143-
Position: 2
159+
Position: 3
144160
Default value: None
145161
Accept pipeline input: False
146162
Accept wildcard characters: False
@@ -156,7 +172,7 @@ Aliases:
156172
Applicable: Security & Compliance
157173

158174
Required: False
159-
Position: 3
175+
Position: 4
160176
Default value: None
161177
Accept pipeline input: False
162178
Accept wildcard characters: False
@@ -172,7 +188,7 @@ Aliases:
172188
Applicable: Security & Compliance
173189
174190
Required: True
175-
Position: 4
191+
Position: 5
176192
Default value: None
177193
Accept pipeline input: False
178194
Accept wildcard characters: False

0 commit comments

Comments
 (0)