From 631e5b5aae72a9683b89e835a4ca1dcaee1a0583 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 10 Sep 2024 13:13:12 -0700 Subject: [PATCH 1/2] Update Invoke-ComplianceSecurityFilterAction.md Updates per email request. --- .../exchange/Invoke-ComplianceSecurityFilterAction.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md b/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md index dfa537ab0d..be3f9c1be7 100644 --- a/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md +++ b/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md @@ -127,7 +127,14 @@ Accept wildcard characters: False ``` ### -EmailAddress -The EmailAddress parameter specifies the email address of the affected user mailbox. +The EmailAddress parameter specifies the the affected user mailbox. You can use any value that uniquely identifies the mailbox. For example: + +- Name +- Distinguished name (DN) +- Email address +- GUID + +If the value contains spaces, enclose the value in quotation marks. ```yaml Type: String From 189de8e00a950494884bbeb1a79a30d382fbede1 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 10 Sep 2024 13:17:01 -0700 Subject: [PATCH 2/2] Update Invoke-ComplianceSecurityFilterAction.md --- .../exchange/Invoke-ComplianceSecurityFilterAction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md b/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md index be3f9c1be7..8dfa0fe098 100644 --- a/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md +++ b/exchange/exchange-ps/exchange/Invoke-ComplianceSecurityFilterAction.md @@ -127,12 +127,12 @@ Accept wildcard characters: False ``` ### -EmailAddress -The EmailAddress parameter specifies the the affected user mailbox. You can use any value that uniquely identifies the mailbox. For example: +The EmailAddress parameter specifies the the affected user mailbox. You can use the following values to uniquely identify the mailbox: - Name -- Distinguished name (DN) - Email address -- GUID +- Alias +- ExchangeGUID If the value contains spaces, enclose the value in quotation marks.