Skip to content

Commit ed9b6fa

Browse files
authored
Merge branch 'master' into patch-1
2 parents 607a810 + bbbd4a2 commit ed9b6fa

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

exchange/exchange-ps/exchange/New-AntiPhishPolicy.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ New-AntiPhishPolicy [-Name] <String>
2828
[-AuthenticationFailAction <SpoofAuthenticationFailAction>]
2929
[-Confirm]
3030
[-Enabled <Boolean>]
31+
[-EnableFirstContactSafetyTips <Boolean>]
3132
[-EnableMailboxIntelligence <Boolean>]
3233
[-EnableMailboxIntelligenceProtection <Boolean>]
3334
[-EnableOrganizationDomainsProtection <Boolean>]
@@ -174,6 +175,25 @@ Accept pipeline input: False
174175
Accept wildcard characters: False
175176
```
176177

178+
### -EnableFirstContactSafetyTips
179+
The EnableFirstContactSafetyTips parameter specifies whether to enable or disable the safety tip that's shown when recipients first receive an email from a sender or do not often receive email from a sender. Valid values are:
180+
181+
- $true: First contact safety tips are enabled.
182+
- $false: First contact safety tips are disabled. This is the default value.
183+
184+
```yaml
185+
Type: Boolean
186+
Parameter Sets: (All)
187+
Aliases:
188+
Applicable: Exchange Online, Exchange Online Protection
189+
190+
Required: False
191+
Position: Named
192+
Default value: None
193+
Accept pipeline input: False
194+
Accept wildcard characters: False
195+
```
196+
177197
### -EnableMailboxIntelligence
178198
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
179199

exchange/exchange-ps/exchange/Set-AntiPhishPolicy.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Set-AntiPhishPolicy -Identity <AntiPhishPolicyIdParameter>
2828
[-AuthenticationFailAction <SpoofAuthenticationFailAction>]
2929
[-Confirm]
3030
[-Enabled <Boolean>]
31+
[-EnableFirstContactSafetyTips <Boolean>]
3132
[-EnableMailboxIntelligence <Boolean>]
3233
[-EnableMailboxIntelligenceProtection <Boolean>]
3334
[-EnableOrganizationDomainsProtection <Boolean>]
@@ -178,6 +179,25 @@ Accept pipeline input: false
178179
Accept wildcard characters: False
179180
```
180181

182+
### -EnableFirstContactSafetyTips
183+
The EnableFirstContactSafetyTips parameter specifies whether to enable or disable the safety tip that's shown when recipients first receive an email from a sender or do not often receive email from a sender. Valid values are:
184+
185+
- $true: First contact safety tips are enabled.
186+
- $false: First contact safety tips are disabled. This is the default value.
187+
188+
```yaml
189+
Type: Boolean
190+
Parameter Sets: (All)
191+
Aliases:
192+
Applicable: Exchange Online, Exchange Online Protection
193+
194+
Required: False
195+
Position: Named
196+
Default value: None
197+
Accept pipeline input: False
198+
Accept wildcard characters: False
199+
```
200+
181201
### -EnableMailboxIntelligence
182202
This setting is part of impersonation protection and is only available in Microsoft Defender for Office 365.
183203

exchange/exchange-ps/exchange/Start-ManagedFolderAssistant.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ The Identity parameter specifies the mailbox to be processed. In cross-premises
118118
- SamAccountName
119119
- User ID or user principal name (UPN)
120120

121+
**Note**: In the cloud-based service, if you receive an error, try using the mailbox GUID for the value of this parameter. You can get the mailbox GUID value by replacing <UserIdentity> with the email address of the user and running the following command: `Get-Mailbox -User <UserIdentity> | Format-List *GUID,MailboxLocations`.
122+
121123
```yaml
122124
Type: MailboxOrMailUserIdParameter
123125
Parameter Sets: (All)

0 commit comments

Comments
 (0)