Skip to content

Commit 020976b

Browse files
authored
Merge pull request MicrosoftDocs#7972 from MicrosoftDocs/master
Publish 06/22/2021, 10:30 AM
2 parents 3e2662b + f494e6c commit 020976b

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-3
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

sharepoint/sharepoint-ps/sharepoint-server/Backup-SPFarm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ Accept wildcard characters: False
201201
### -ConfigurationOnly
202202
If set, the backup will contain configuration settings only (no data) for each of the objects to be backed up.
203203
204+
SharePoint may overestimate the amount of space required for a configuration-only backup, which may result in SharePoint estimating that it doesn't have sufficient space to store the backup at the specified path. Use the `-Force` parameter in this situation to proceed with the backup if you have sufficient space to store the configuration-only backup.
205+
204206
```yaml
205207
Type: SwitchParameter
206208
Parameter Sets: (All)
@@ -325,4 +327,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
325327
## NOTES
326328

327329
## RELATED LINKS
328-

teams/teams-ps/teams/New-TeamChannel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Accept pipeline input: True (ByPropertyName)
8787
Accept wildcard characters: False
8888
```
8989
90-
### -MembershipType (available in private preview)
90+
### -MembershipType
9191
Channel membership type, Standard or Private.
9292
9393
```yaml
@@ -102,7 +102,7 @@ Accept pipeline input: True (ByPropertyName)
102102
Accept wildcard characters: False
103103
```
104104
105-
### -Owner (available in private preview)
105+
### -Owner
106106
UPN of owner that can be specified while creating a private channel.
107107
108108
```yaml

0 commit comments

Comments
 (0)