Skip to content

Commit c2b6414

Browse files
authored
Merge branch 'master' into patch-11
2 parents 77c96fc + 7be6e81 commit c2b6414

File tree

7 files changed

+67
-12
lines changed

7 files changed

+67
-12
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/New-SafeLinksPolicy.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Accept wildcard characters: False
136136
```
137137

138138
### -CustomNotificationText
139-
{{ Fill CustomNotificationText Description }}
139+
The custom notification text specifies the customized notification text to show to users. If the value contains spaces, enclose the value in quotation marks (").
140140

141141
```yaml
142142
Type: String
@@ -250,7 +250,10 @@ Accept wildcard characters: False
250250
```
251251

252252
### -EnableOrganizationBranding
253-
{{ Fill EnableOrganizationBranding Description }}
253+
The EnableOrganizationBranding parameter specifies whether your organization's logo is displayed on Safe Links warning and notification pages. Valid values are:
254+
255+
- $true: Organization branding is displayed on Safe Links warning and notification pages. Before you configure this value, you need to follow the instructions in [Customize the Microsoft 365 theme for your organization](https://docs.microsoft.com/microsoft-365/admin/setup/customize-your-organization-theme) to upload your company logo.
256+
- $false: Organization branding is not displayed on Safe Links warning and notification pages.
254257

255258
```yaml
256259
Type: Boolean
@@ -266,11 +269,11 @@ Accept wildcard characters: False
266269
```
267270

268271
### -EnableSafeLinksForTeams
269-
**Note**: As of March 2020, this parameter is in Preview and is available only for members of the Microsoft Teams Technology Adoption Program (TAP).
272+
**Note**: As of March 2020, this parameter is in Preview and is available or functional only for members of the Microsoft Teams Technology Adoption Program (TAP).
270273

271274
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
272275

273-
- $true: Safe Links is enabled for Teams. If a protected user clicks a malicious link in a Teams conversation, group chat, or from channels, a warning page will appear in the default web browser.
276+
- $true: Safe Links is enabled for Teams. When a user clicks a link in a Teams conversation, group chat, or from channels, the link is checked by Safe Links. If the link is found to be malicious, a warning page appears in the default web browser.
274277
- $false: Safe Links isn't enabled for Teams. This is the default value.
275278

276279
```yaml
@@ -373,7 +376,10 @@ Accept wildcard characters: False
373376
```
374377

375378
### -UseTranslatedNotificationText
376-
{{ Fill UseTranslatedNotificationText Description }}
379+
The UseTranslatedNotificationText specifies whether to use Microsoft Translator to automatically localize the custom notification text that you specified with the CustomNotificationText parameter. Valid values are:
380+
381+
- $true: Translate custom notification text to the user's language.
382+
- $false: Don't translate custom notification text to the user's language. This is the default value.
377383

378384
```yaml
379385
Type: Boolean

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/Set-SafeLinksPolicy.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136

137137
### -CustomNotificationText
138-
{{ Fill CustomNotificationText Description }}
138+
The custom notification text specifies the customized notification text to show to users. If the value contains spaces, enclose the value in quotation marks (").
139139

140140
```yaml
141141
Type: String
@@ -247,7 +247,10 @@ Accept wildcard characters: False
247247
```
248248

249249
### -EnableOrganizationBranding
250-
{{ Fill EnableOrganizationBranding Description }}
250+
The EnableOrganizationBranding parameter specifies whether your organization's logo is displayed on Safe Links warning and notification pages. Valid values are:
251+
252+
- $true: Organization branding is displayed on Safe Links warning and notification pages. Before you configure this value, you need to follow the instructions in [Customize the Microsoft 365 theme for your organization](https://docs.microsoft.com/microsoft-365/admin/setup/customize-your-organization-theme) to upload your company logo.
253+
- $false: Organization branding is not displayed on Safe Links warning and notification pages.
251254

252255
```yaml
253256
Type: Boolean
@@ -263,7 +266,7 @@ Accept wildcard characters: False
263266
```
264267

265268
### -EnableSafeLinksForTeams
266-
**Note**: As of March 2020, this parameter is in Preview is available only for members of the Microsoft Teams Technology Adoption Program (TAP).
269+
**Note**: As of March 2020, this parameter is in Preview and is available or functional only for members of the Microsoft Teams Technology Adoption Program (TAP).
267270

268271
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
269272

@@ -354,7 +357,10 @@ Accept wildcard characters: False
354357
```
355358

356359
### -UseTranslatedNotificationText
357-
{{ Fill UseTranslatedNotificationText Description }}
360+
The UseTranslatedNotificationText specifies whether to use Microsoft Translator to automatically localize the custom notification text that you specified with the CustomNotificationText parameter. Valid values are:
361+
362+
- $true: Translate custom notification text to the user's language.
363+
- $false: Don't translate custom notification text to the user's language. This is the default value.
358364

359365
```yaml
360366
Type: Boolean

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)

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)