Skip to content

Commit 047ae51

Browse files
committed
Update Set-AtpPolicyForO365.md
1 parent ee92608 commit 047ae51

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

exchange/exchange-ps/exchange/Set-AtpPolicyForO365.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

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

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

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 Documents in Microsoft Defender Advanced Threat Protection (MDATP).
2222

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

2525
**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).
2626

@@ -42,9 +42,11 @@ Set-AtpPolicyForO365 [[-Identity] <AtpPolicyForO365IdParameter>]
4242
```
4343

4444
## DESCRIPTION
45-
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).
4646

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).
4850

4951
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).
5052

@@ -76,11 +78,11 @@ Accept wildcard characters: False
7678
```
7779
7880
### -AllowClickThrough
79-
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:
8082
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.
8284
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.
8486
8587
```yaml
8688
Type: Boolean
@@ -116,7 +118,7 @@ Accept wildcard characters: False
116118
```
117119
118120
### -BlockUrls
119-
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.
120122
121123
```yaml
122124
Type: MultiValuedProperty
@@ -192,11 +194,11 @@ Accept wildcard characters: False
192194
```
193195
194196
### -EnableSafeLinksForO365Clients
195-
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:
196198
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.
198200
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.
200202
201203
```yaml
202204
Type: Boolean
@@ -212,11 +214,11 @@ Accept wildcard characters: False
212214
```
213215
214216
### -TrackClicks
215-
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:
216218
217-
- $true: User clicks are tracked.
219+
- $true: User clicks in supported Office 365 apps are tracked.
218220
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.
220222
221223
```yaml
222224
Type: Boolean

0 commit comments

Comments
 (0)