mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-19 00:37:22 +00:00
Fixes
This commit is contained in:
parent
8a6d1a83b5
commit
c279b95e42
@ -24,18 +24,16 @@ ms.date: 30/07/2018
|
||||
- Windows Defender Advanced Threat Protection (Windows Defender ATP)
|
||||
|
||||
|
||||
|
||||
>Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
|
||||
|
||||
Windows Defender ATP exposes much of its data and actions through a set of programmatic APIs. Those APIs will enable you to automate workflows and innovate based on Windows Defender ATP capabilities. The API access requires OAuth2.0 authentication. For more information, see [OAuth 2.0 Authorization Code Flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols-oauth-code).
|
||||
|
||||
In general, you’ll need to take the following steps to use the APIs:
|
||||
- Create an app
|
||||
- Get an access token
|
||||
- Use Windows Defender ATP API
|
||||
- Create an app
|
||||
- Get an access token
|
||||
- Use the token to access Windows Defender ATP API
|
||||
|
||||
### Before you begin
|
||||
Before using the APIs, you’ll need to create an app that you’ll use to authenticate against the graph. You’ll need to create a web app to use for the adhoc queries.
|
||||
This page explains how to create an app, get an access token to Windows Defender ATP and validate the token includes the required permission.
|
||||
|
||||
## Create an app
|
||||
|
||||
|
@ -21,6 +21,8 @@ ms.date: 30/07/2018
|
||||
|
||||
Schedule advanced query.
|
||||
|
||||
>**Prerequisite**: You first need to [create an app](exposed-apis-windows-defender-advanced-threat-protection-new.md).
|
||||
|
||||
## Use case
|
||||
|
||||
If you need to schedule an advanced query and use the results for follow up actions and processing, you can use [Microsoft Flow](https://flow.microsoft.com/) (or Logic Apps) for it!
|
||||
|
@ -19,6 +19,8 @@ Run advanced queries using PowerShell. Please read about [Advanced Hunting API](
|
||||
|
||||
In this section we share PowerShell samples to retrieve a token and use it to run a query.
|
||||
|
||||
>**Prerequisite**: You first need to [create an app](exposed-apis-windows-defender-advanced-threat-protection-new.md).
|
||||
|
||||
## Preparation Instructions
|
||||
|
||||
- Open a PowerShell window.
|
||||
|
Loading…
x
Reference in New Issue
Block a user