Skip to content

Commit 0057932

Browse files
committed
Update Export-ActivityExplorerData.md
#10834
1 parent a9e1dd3 commit 0057932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Export-ActivityExplorerData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ If you specify multiple filter values for the same parameter, OR behavior is use
144144

145145
If you use this parameter with other filter parameters, AND behavior is used across parameters. For example:
146146

147-
`-Filter1 = @("Activity", "LabelApplied", "LabelRemoved") -Filter2 = @("Workload", "Exchange")` returns records with the activity values `LabelApplied` or `LabelRemoved` for the `Exchange` workload. In other words, ((`Activity eq LabelApplied`) OR (`Activity eq LabelRemoved`)) AND (`Workload eq Exchange`).
147+
`-Filter1 @("Activity", "LabelApplied", "LabelRemoved") -Filter2 = @("Workload", "Exchange")` returns records with the activity values `LabelApplied` or `LabelRemoved` for the `Exchange` workload. In other words, ((`Activity eq LabelApplied`) OR (`Activity eq LabelRemoved`)) AND (`Workload eq Exchange`).
148148

149149
```yaml
150150
Type: String[]

0 commit comments

Comments
 (0)