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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-AtpPolicyForO365.md
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
This cmdlet is available only in the cloud-based service.
16
16
17
-
Use the Set-AtpPolicyForO365 cmdlet to modify the Advanced Threat Protection (ATP) policy in Office 365. The ATP policy enables the following protections in Office 365 ATP:
17
+
Use the Set-AtpPolicyForO365 cmdlet to modify the Advanced Threat Protection (ATP) policy in Office 365. The ATP policy configures the following protections:
18
18
19
-
- Safe Links for Office 365 ProPlus desktop clients, web, and mobile apps.
19
+
- Safe Links in supported Office 365 apps in Office 365 ATP.
20
20
21
-
- Safe Documents: Before a user is allowed to trust a file open in Office 365 ProPlus, the file will be verified by Microsoft Defender ATP.
21
+
- Safe Documentsin Microsoft Defender Advanced Threat Protection (MDATP).
22
22
23
-
- ATP protection for files in SharePoint Online, OneDrive for Business and Microsoft Teams.
23
+
- ATP for SharePoint Online, OneDrive for Business and Microsoft Teams in Office 365 ATP.
24
24
25
25
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
Safe Links is a feature in Advanced Threat Protection that checks links in email messages to see if they lead to malicious web sites. For more information, see [Office 365 ATP Safe Links](https://docs.microsoft.com/microsoft-365/security/office-365-security/atp-safe-links).
45
+
Safe Links is a feature in Advanced Threat Protection that checks links in email messages and other supported locations to see if they lead to malicious web sites. For more information, see [Safe Links in Office 365 ATP](https://docs.microsoft.com/microsoft-365/security/office-365-security/atp-safe-links).
46
46
47
-
ATP can also protect files in SharePoint Online, OneDrive for Business and Microsoft Teams by preventing users from opening and downloading files that are identified as malicious. For more information, see [ATP for SharePoint, OneDrive, and Microsoft Teams](https://docs.microsoft.com/microsoft-365/security/office-365-security/atp-for-spo-odb-and-teams).
47
+
ATP for SharePoint Online, OneDrive for Business and Microsoft Teams prevents users from opening and downloading files that are identified as malicious. For more information, see [ATP for SharePoint, OneDrive, and Microsoft Teams](https://docs.microsoft.com/microsoft-365/security/office-365-security/atp-for-spo-odb-and-teams).
48
+
49
+
Safe Documents in MDATP scans documents and files that are opened in Protected View. For more information, see [Safe Documents in Microsoft 365 E5](https://docs.microsoft.com/microsoft-365/security/office-365-security/safe-docs).
48
50
49
51
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
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
+
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in supported Office 365 desktop, mobile, and web apps. Valid values are:
80
82
81
-
- $true: Users are allowed to click through to the original URL.
83
+
- $true: Users are allowed to click through to the original URL in supported Office 365 apps.
82
84
83
-
- $false: Users aren't allowed to click through to the original URL. This is the default value.
85
+
- $false: Users aren't allowed to click through to the original URL in supported Office 365 apps. This is the default value.
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.
121
+
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning in email messages, and supported Office 365 desktop and mobile apps. You can specify multiple values separated by commas.
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links is enabled for Microsoft 365 apps on desktop, mobile, and web clients. Valid values are:
197
+
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links scanning is enabled for supported Office 365 desktop, mobile, and web apps. Valid values are:
196
198
197
-
- $true: Safe Links are enabled for Microsoft 365 desktop, mobile, and web apps. This is the default value.
199
+
- $true: Safe Links scanning is enabled in supported Office 365 apps. This is the default value.
198
200
199
-
- $false: Safe Links are disabled for Microsoft 365 desktop, mobile, and web apps.
201
+
- $false: Safe Links scanning is disabled in supported Office 365 apps.
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs in Office documents. Valid values are:
217
+
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs in supported Office 365 desktop, mobile, and web apps. Valid values are:
216
218
217
-
- $true: User clicks are tracked.
219
+
- $true: User clicks in supported Office 365 apps are tracked.
218
220
219
-
- $false: User clicks aren't tracked. This is the default value.
221
+
- $false: User clicks in supported Office 365 apps aren't tracked. This is the default value.
0 commit comments