mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merged PR 11175: udpates
This commit is contained in:
commit
a2571126bf
@ -144,7 +144,7 @@ Check out the [Advanced Hunting repository](https://github.com/Microsoft/Windows
|
|||||||
|
|
||||||
## Related topic
|
## Related topic
|
||||||
- [Advanced hunting reference](advanced-hunting-reference-windows-defender-advanced-threat-protection.md)
|
- [Advanced hunting reference](advanced-hunting-reference-windows-defender-advanced-threat-protection.md)
|
||||||
- [Advanced hunting query language best practices](/advanced-hunting-best-practices-windows-defender-advanced-threat-protection.md)
|
- [Advanced hunting query language best practices](advanced-hunting-best-practices-windows-defender-advanced-threat-protection.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,13 +10,12 @@ ms.pagetype: security
|
|||||||
ms.author: macapara
|
ms.author: macapara
|
||||||
author: mjcaparas
|
author: mjcaparas
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 07/05/2018
|
ms.date: 09/07/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Windows Defender ATP data storage and privacy
|
# Windows Defender ATP data storage and privacy
|
||||||
|
|
||||||
**Applies to:**
|
**Applies to:**
|
||||||
|
|
||||||
- Windows Defender Advanced Threat Protection (Windows Defender ATP)
|
- Windows Defender Advanced Threat Protection (Windows Defender ATP)
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ ms.pagetype: security
|
|||||||
ms.author: macapara
|
ms.author: macapara
|
||||||
author: mjcaparas
|
author: mjcaparas
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 11/06/2017
|
ms.date: 09/07/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Run a detection test on a newly onboarded Windows Defender ATP machine
|
# Run a detection test on a newly onboarded Windows Defender ATP machine
|
||||||
@ -26,7 +26,8 @@ ms.date: 11/06/2017
|
|||||||
|
|
||||||
Run the following PowerShell script on a newly onboarded machine to verify that it is properly reporting to the Windows Defender ATP service.
|
Run the following PowerShell script on a newly onboarded machine to verify that it is properly reporting to the Windows Defender ATP service.
|
||||||
|
|
||||||
1. Open an elevated command-line prompt on the machine and run the script:
|
1. Create a folder: 'C:\test-WDATP-test'.
|
||||||
|
2. Open an elevated command-line prompt on the machine and run the script:
|
||||||
|
|
||||||
a. Go to **Start** and type **cmd**.
|
a. Go to **Start** and type **cmd**.
|
||||||
|
|
||||||
@ -34,7 +35,7 @@ Run the following PowerShell script on a newly onboarded machine to verify that
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
2. At the prompt, copy and run the following command:
|
3. At the prompt, copy and run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
powershell.exe -NoExit -ExecutionPolicy Bypass -WindowStyle Hidden (New-Object System.Net.WebClient).DownloadFile('http://127.0.0.1/1.exe', 'C:\test-WDATP-test\invoice.exe');Start-Process 'C:\test-WDATP-test\invoice.exe'
|
powershell.exe -NoExit -ExecutionPolicy Bypass -WindowStyle Hidden (New-Object System.Net.WebClient).DownloadFile('http://127.0.0.1/1.exe', 'C:\test-WDATP-test\invoice.exe');Start-Process 'C:\test-WDATP-test\invoice.exe'
|
||||||
|
@ -10,7 +10,7 @@ ms.pagetype: security
|
|||||||
ms.author: macapara
|
ms.author: macapara
|
||||||
author: mjcaparas
|
author: mjcaparas
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 04/24/2018
|
ms.date: 09/07/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Troubleshoot Windows Defender Advanced Threat Protection onboarding issues
|
# Troubleshoot Windows Defender Advanced Threat Protection onboarding issues
|
||||||
@ -75,7 +75,7 @@ Event ID | Error Type | Resolution steps
|
|||||||
## Troubleshoot onboarding issues using Microsoft Intune
|
## Troubleshoot onboarding issues using Microsoft Intune
|
||||||
You can use Microsoft Intune to check error codes and attempt to troubleshoot the cause of the issue.
|
You can use Microsoft Intune to check error codes and attempt to troubleshoot the cause of the issue.
|
||||||
|
|
||||||
If you have configured policies in Intune and they are not propagated on machines, you might need to configure automatic MDM enrollment. For more information, see the [Configure automatic MDM enrollment](https://go.microsoft.com/fwlink/?linkid=829597) section.
|
If you have configured policies in Intune and they are not propagated on machines, you might need to configure automatic MDM enrollment.
|
||||||
|
|
||||||
Use the following tables to understand the possible causes of issues while onboarding:
|
Use the following tables to understand the possible causes of issues while onboarding:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user