Skip to content

Commit 351e150

Browse files
author
Angela Fleischmann
authored
Merge pull request MicrosoftDocs#10496 from MicrosoftDocs/main
Publish 02/22/2023 3:30 PM PT
2 parents 1252b87 + fc8be47 commit 351e150

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

exchange/exchange-ps/exchange/Add-RoleGroupMember.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,9 @@ The Member parameter specifies who you want to add to the role group. You can sp
9393
9494
- Mailbox users
9595
- Mail users
96-
- Mail-enabled security groups (don't use in Security & Compliance PowerShell)
96+
- Mail-enabled security groups
9797
- Security groups (on-premises Exchange only)
9898
99-
You can't add security groups or mail-enabled security groups as members of the role group in the Microsoft Purview portal. You should add them via PowerShell with this parameter.
100-
10199
You can use any value that uniquely identifies the user or group. For example:
102100
103101
- Name

exchange/exchange-ps/exchange/New-TenantAllowBlockListItems.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ The Allow switch specifies that you're creating an allow entry. You don't need t
173173

174174
You can't use this switch with the Block switch.
175175

176+
**Note**: See [Allow entries in the Tenant Allow/Block List](https://learn.microsoft.com/microsoft-365/security/office-365-security/tenant-allow-block-list-about#allow-entries-in-the-tenant-allowblock-list), before you try to create an allow entry.
177+
178+
You can also use allow entries for third-party phishing simulation URLs with no expiration. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://learn.microsoft.com/microsoft-365/security/office-365-security/skip-filtering-phising-simulations-sec-ops-mailboxes).
179+
176180
```yaml
177181
Type: SwitchParameter
178182
Parameter Sets: (All)

exchange/exchange-ps/exchange/Remove-RoleGroupMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The Member parameter specifies who to remove from the role group. You can specif
9393
9494
- Mailbox users
9595
- Mail users
96-
- Mail-enabled security groups (don't use in Security & Compliance PowerShell)
96+
- Mail-enabled security groups
9797
- Security groups (on-premises Exchange only)
9898
9999
You can use any value that uniquely identifies the user or group. For example:

0 commit comments

Comments
 (0)