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
A phishing simulation requires at least one ___domain and at least one IP address.
39
+
36
40
You need to be assigned permissions in the Security & Compliance Center before you can use this cmdlet. For more information, see [Permissions in the Security & Compliance Center](https://docs.microsoft.com/microsoft-365/security/office-365-security/permissions-in-the-security-and-compliance-center).
The AddSenderDomainIs parameter specifies an existing entry to add to the list of email domains that are used by the third-party phishing simulation.
74
+
### -AddDomains
75
+
The AddDomains parameter specifies an existing entry to add to the list of email domains that are used by the third-party phishing simulation.
72
76
73
77
You can specify multiple values separated by commas. A maximum of 10 entries are allowed in the list.
74
78
@@ -85,6 +89,22 @@ Accept pipeline input: False
85
89
Accept wildcard characters: False
86
90
```
87
91
92
+
### -AddSenderDomainIs
93
+
This parameter has been replaced by the AddDomains parameter.
94
+
95
+
```yaml
96
+
Type: MultiValuedProperty
97
+
Parameter Sets: (All)
98
+
Aliases:
99
+
Applicable: Security & Compliance Center
100
+
101
+
Required: False
102
+
Position: Named
103
+
Default value: None
104
+
Accept pipeline input: False
105
+
Accept wildcard characters: False
106
+
```
107
+
88
108
### -AddSenderIpRanges
89
109
The AddSenderIpRanges parameter specifies an existing entry to add to the list of source IP addresses that are used by the third-party phishing simulation. Valid values are:
90
110
@@ -144,8 +164,8 @@ Accept pipeline input: False
144
164
Accept wildcard characters: False
145
165
```
146
166
147
-
### -RemoveSenderDomainIs
148
-
The RemoveSenderDomainIs parameter specifies an existing entry to remove from the list of email domains that are used by the third-party phishing simulation.
167
+
### -RemoveDomains
168
+
The RemoveDomains parameter specifies an existing entry to remove from the list of email domains that are used by the third-party phishing simulation.
149
169
150
170
You can specify multiple values separated by commas.
151
171
@@ -162,6 +182,22 @@ Accept pipeline input: False
162
182
Accept wildcard characters: False
163
183
```
164
184
185
+
### -RemoveSenderDomainIs
186
+
This parameter has been replaced by the RemoveDomains parameter.
187
+
188
+
```yaml
189
+
Type: MultiValuedProperty
190
+
Parameter Sets: (All)
191
+
Aliases:
192
+
Applicable: Security & Compliance Center
193
+
194
+
Required: False
195
+
Position: Named
196
+
Default value: None
197
+
Accept pipeline input: False
198
+
Accept wildcard characters: False
199
+
```
200
+
165
201
### -RemoveSenderIpRanges
166
202
The RemoveSenderIpRanges parameter specifies an existing entry to remove from the list of source IP addresses that are used by the third-party phishing simulation. Valid values are:
0 commit comments