mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 23:07:23 +00:00
Suggested fix for isolation
This commit is contained in:
parent
3f4f047703
commit
20a4c1d660
@ -21,6 +21,9 @@ ms.date: 12/08/2017
|
|||||||
|
|
||||||
Isolates a machine from accessing external network.
|
Isolates a machine from accessing external network.
|
||||||
|
|
||||||
|
>[!Note]
|
||||||
|
> This page focus on activating machine action via API. See [take response actions on a machine](respond-machine-alerts-windows-defender-advanced-threat-protection.md) for more information about response actions functionality via WDATP.
|
||||||
|
|
||||||
## Permissions
|
## Permissions
|
||||||
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Use Windows Defender ATP APIs](exposed-apis-intro.md)
|
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Use Windows Defender ATP APIs](exposed-apis-intro.md)
|
||||||
|
|
||||||
@ -29,6 +32,13 @@ Permission type | Permission | Permission display name
|
|||||||
Application | Machine.Isolate | 'Isolate machine'
|
Application | Machine.Isolate | 'Isolate machine'
|
||||||
Delegated (work or school account) | Machine.Isolate | 'Isolate machine'
|
Delegated (work or school account) | Machine.Isolate | 'Isolate machine'
|
||||||
|
|
||||||
|
>[!Note]
|
||||||
|
> When obtaining a token using user credentials:
|
||||||
|
>- The user need to have at least the following role permission: 'Active remediation actions' (See [Create and manage roles](user-roles-windows-defender-advanced-threat-protection.md) for more information)
|
||||||
|
>- The user have access to this machine, based on machine group settings (See [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md) for more information)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
>- Full isolation is available for machines on Windows 10, version 1703.
|
>- Full isolation is available for machines on Windows 10, version 1703.
|
||||||
>- Selective isolation is available for machines on Windows 10, version 1709 or later.
|
>- Selective isolation is available for machines on Windows 10, version 1709 or later.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user