Skip to content

Commit 0e71dc2

Browse files
authored
Fix syntax for New-TenantAllowBlockListItems command
1 parent e221e26 commit 0e71dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-office-365/tenant-allow-block-list-email-spoof-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Back on the **Domains & email addresses** tab, the entry is listed.
121121
In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell), use the following syntax:
122122

123123
```powershell
124-
New-TenantAllowBlockListItems -ListType Sender -Allow -Entries "DomainOrEmailAddress1","DomainOrEmailAddress1",..."DomainOrEmailAddressN" <-RemoveAfter 45> [-Notes <String>]
124+
New-TenantAllowBlockListItems -ListType Sender -Allow -Entries "DomainOrEmailAddress1","DomainOrEmailAddress1",..."DomainOrEmailAddressN" [-RemoveAfter 45] [-Notes <String>]
125125
```
126126

127127
This example adds an allow entry for the specified email addresses. Because we didn't use the ExpirationDate or RemoverAfter parameters, the entry expires after 45 days from last used date.

0 commit comments

Comments
 (0)