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
The DoNotRewriteUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
179
+
The DoNotRewriteUrls parameter specifies the URLs that skip Safe Links scanning and are always allowed. You can specify multiple values separated by commas. Wildcards are supported (up to three).
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
215
+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to messages sent between internal senders and internal recipients within the same Exchange Online organization. Valid values are:
216
216
217
217
- $true: The policy is applied to internal and external senders.
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
236
236
237
-
- $true: Safe Links is enabled for Teams.
237
+
- $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.
238
238
239
239
- $false: Safe Links isn't enabled for Teams. This is the default value.
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 ProPlus. Valid values are:
80
+
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 apps on desktop, mobile, and web clients. Valid values are:
81
81
82
-
- $true: Users are allowed to click through to the original URL. This is the default value.
82
+
- $true: Users are allowed to click through to the original URL.
83
83
84
-
- $false: Users aren't allowed to click through to the original URL.
84
+
- $false: Users aren't allowed to click through to the original URL. This is the default value.
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning. You can specify multiple values separated by commas.
120
+
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning in email messages, Microsoft Teams, and Office documents. You can specify multiple values separated by commas.
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links is enabled for Microsoft 365 apps on desktopand mobile clients. Valid values are:
196
+
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links is enabled for Microsoft 365 apps on desktop, mobile, and web clients. Valid values are:
197
197
198
-
- $true: Safe Links are enabled for Microsoft 365 desktopand mobile apps. This is the default value.
198
+
- $true: Safe Links are enabled for Microsoft 365 desktop, mobile, and web apps. This is the default value.
199
199
200
-
- $false: Safe Links are disabled for Microsoft 365 desktopand mobile apps.
200
+
- $false: Safe Links are disabled for Microsoft 365 desktop, mobile, and web apps.
The DoNotRewriteUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
179
+
The DoNotRewriteUrls parameter specifies the URLs that skip Safe Links scanning and are always allowed. You can specify multiple values separated by commas. Wildcards are supported (up to three).
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
215
+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to messages sent between internal senders and internal recipients within the same Exchange Online organization. Valid values are:
216
216
217
217
- $true: The policy is applied to internal and external senders.
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
236
236
237
-
- $true: Safe Links is enabled for Teams.
237
+
- $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.
238
238
239
-
- $false: Safe Links isn't enabled for Teams.
239
+
- $false: Safe Links isn't enabled for Teams. This is the default value.
The ExcludedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the ExcludedUrls parameter, update them to use the DoNotRewriteUrls parameter.
255
+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
256
256
257
257
```yaml
258
258
Type: String[]
@@ -272,7 +272,7 @@ The IsEnabled parameter specifies whether to rewrite URLs and check against a li
272
272
273
273
- $true: Rewrite URLs and check against a list of known malicious links whenever a user clicks on a link.
274
274
275
-
- $false: Don't rewrite URLs. This is the default value.
275
+
- $false: Don't rewrite URLs and do not check links. This is the default value.
The WhiteListedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the WhiteListedUrls parameter, update them to use the DoNotRewriteUrls parameter.
343
+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
0 commit comments