You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example returns information for all allowed third-party phishing simulation URLs. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).
75
+
65
76
## PARAMETERS
66
77
67
78
### -ListType
@@ -118,6 +129,22 @@ Accept pipeline input: False
118
129
Accept wildcard characters: False
119
130
```
120
131
132
+
### -Allow
133
+
The Allow switch filters the results for allow entries. You don't need to specify a value with this switch.
This example adds a URL block entry for contoso.com and all subdomains (for example, contoso.com, www.contoso.com, xyz.abc.contoso.com, and www.contoso.com/b). Because we didn't use the ExpirationDate or NoExpiration parameters, the entry expires after 30 days.
This example adds a URL allow entry for the specified third-party phishing simulation URL with no expiration. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).
78
77
79
-
Required: True
80
-
Position: Named
81
-
Default value: None
82
-
Accept pipeline input: False
83
-
Accept wildcard characters: False
84
-
```
78
+
## PARAMETERS
85
79
86
80
### -Entries
87
81
The Entries parameter specifies the URL or files that you want to add to the Tenant Allow/Block List based on the value of the ListType parameter:
@@ -91,7 +85,9 @@ The Entries parameter specifies the URL or files that you want to add to the Ten
91
85
92
86
To enter multiple values, use the following syntax: `"Value1","Value2",..."ValueN"`.
93
87
94
-
You can't mix URL and file values or allow and block actions in the same command. You can't modify existing URL or file values after you create the entry (there's no Entries parameter on the Set-TenantAllowBlockListItems cmdlet).
88
+
You can't mix URL and file values or allow and block actions in the same command.
89
+
90
+
You can't modify the URL or file values after you create the entry.
95
91
96
92
```yaml
97
93
Type: String[]
@@ -166,6 +162,57 @@ Accept pipeline input: False
166
162
Accept wildcard characters: False
167
163
```
168
164
165
+
### -Allow
166
+
The Allow switch specifies that this is an allow entry for advanced delivery (third-party phishing simulation URLs). You don't need to specify a value with this switch.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
This example removes the URL allow entry for the specified third-party phishing simulation URL. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).
45
62
46
63
## PARAMETERS
47
64
65
+
### -Entries
66
+
The Entries parameter specifies the entries that you want to remove based on the ListType parameter value. Valid values are:
67
+
68
+
- Url: The exact URL entry value.
69
+
- File: The exact SHA256 file hash value.
70
+
71
+
To enter multiple values, use the following syntax: `"Value1","Value2",..."ValueN"`.
72
+
73
+
You can't mix URL and file values or allow and block actions in the same command.
74
+
75
+
You can't use this parameter with the Ids parameter.
The Ids parameter specifies the entry that you want to modify. To find this value, use the Get-TenantAllowBlockListItems cmdlet and the Entry property value (a URL or a file hash).
91
+
The Ids parameter specifies the entries that you want to modify. To find this value, use the Get-TenantAllowBlockListItems cmdlet and the Identity property value (a URL or a file hash).
50
92
51
93
An example value for this parameter is `RgAAAAAI8gSyI_NmQqzeh-HXJBywBwCqfQNJY8hBTbdlKFkv6BcUAAAl_QCZAACqfQNJY8hBTbdlKFkv6BcUAAAl_oSPAAAA0`.
52
94
53
-
You can specify multiple values separated by commas.
95
+
To enter multiple values, use the following syntax: `"Value1","Value2",..."ValueN"`.
96
+
97
+
You can't use this parameter with the Entries parameter.
0 commit comments