mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Merge branch 'master' of https://cpubwin.visualstudio.com/_git/it-client into FromPrivateRepo
This commit is contained in:
@ -45,26 +45,26 @@ Recent additions to the downloads for Surface devices provide you with options t
|
||||
## Surface Book 2
|
||||
|
||||
|
||||
Download the following updates for Surface Book 2 from the Microsoft Download Center.
|
||||
Download the following updates for [Surface Book 2 from the Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=56261).
|
||||
* SurfaceBook2_Win10_xxxxx_xxxxxx.msi – Cumulative firmware and driver update package for Windows 10
|
||||
|
||||
## Surface Laptop
|
||||
|
||||
|
||||
Download the following updates for Surface Laptop from the Microsoft Download Center.
|
||||
Download the following updates for [Surface Laptop from the Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=55489).
|
||||
* SurfaceLaptop_Win10_xxxxx_xxxxxx.msi – Cumulative firmware and driver update package for Windows 10
|
||||
|
||||
## Surface Pro
|
||||
|
||||
|
||||
Download the following updates for Surface Pro (Model 1796) from the Microsoft Download Center.
|
||||
Download the following updates for [Surface Pro (Model 1796) from the Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=55484).
|
||||
|
||||
* SurfacePro_Win10_xxxxx_xxxxxx.msi – Cumulative firmware and driver update package for Windows 10
|
||||
|
||||
## Surface Pro with LTE Advanced
|
||||
|
||||
|
||||
Download the following updates for Surface Pro with LTE Advanced from the Microsoft Download Center.
|
||||
Download the following updates for [Surface Pro with LTE Advanced from the Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=56278).
|
||||
* SurfacePro_LTE_Win10_xxxxx_xxxxxx.msi – Cumulative firmware and driver update package for Windows 10
|
||||
|
||||
## Surface Studio
|
||||
|
@ -77,14 +77,13 @@ Here's a list of changes that were made to this article for Windows 10, version
|
||||
|
||||
## <a href="" id="bkmk-othersettings"></a>Management options for each setting
|
||||
|
||||
|
||||
The following sections list the components that make network connections to Microsoft services by default. You can configure these settings to control the data that is sent to Microsoft. To prevent Windows from sending any data to Microsoft, configure diagnostic data at the Security level, turn off Windows Defender diagnostic data and MSRT reporting, and turn off all of these connections.
|
||||
|
||||
If you're running Windows 10, they will be included in the next update for the Long Term Servicing Branch.
|
||||
|
||||
### Settings for Windows 10 Enterprise edition
|
||||
|
||||
See the following table for a summary of the management settings for Windows 10 Enterprise, version 1709 and Windows 10 Enterprise, version 1703.
|
||||
The following table lists management options for each setting, beginning with Windows 10 Enterprise version 1703.
|
||||
|
||||
| Setting | UI | Group Policy | MDM policy | Registry | Command line |
|
||||
| - | :-: | :-: | :-: | :-: | :-: |
|
||||
|
@ -10,7 +10,7 @@ ms.pagetype: security
|
||||
ms.author: macapara
|
||||
author: mjcaparas
|
||||
ms.localizationpriority: high
|
||||
ms.date: 10/16/2017
|
||||
ms.date: 03/27/2018
|
||||
---
|
||||
|
||||
# Create custom alerts using the threat intelligence (TI) application program interface (API)
|
||||
@ -184,6 +184,21 @@ Content-Type: application/json;
|
||||
```
|
||||
If successful, you should get a 201 CREATED response containing the representation of the newly created indicators of compromise in the payload.
|
||||
|
||||
The API currently supports the following IOC types:
|
||||
|
||||
- Sha1
|
||||
- Sha256
|
||||
- Md5
|
||||
- FileName
|
||||
- IpAddress
|
||||
- DomainName
|
||||
|
||||
And the following operators:
|
||||
|
||||
- Equals
|
||||
- StartWith
|
||||
- EndWith
|
||||
- Contains
|
||||
|
||||
## Bulk upload of alert definitions and IOCs
|
||||
Bulk upload of multiple entities can be done by sending an HTTP POST request to `/{resource}/Actions.BulkUpload`. </br>
|
||||
|
Reference in New Issue
Block a user