Skip to content

Commit fde2f9c

Browse files
committed
Parameter updates for SC reality
1 parent f494e6c commit fde2f9c

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

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-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

0 commit comments

Comments
 (0)