Skip to content

Commit 959d46b

Browse files
authored
Merge pull request #7589 from msbemba/patch-915
Update run-detection-test.md
2 parents 93424ee + eee89f2 commit 959d46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-365/security/defender-endpoint/run-detection-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Run the following PowerShell script on a newly onboarded device to verify that i
5959
powershell.exe -NoExit -ExecutionPolicy Bypass -WindowStyle Hidden $ErrorActionPreference = 'silentlycontinue';(New-Object System.Net.WebClient).DownloadFile('http://127.0.0.1/1.exe', 'C:\\test-MDATP-test\\invoice.exe');Start-Process 'C:\\test-MDATP-test\\invoice.exe'
6060
```
6161

62-
The Command Prompt window will close automatically. If successful, the detection test will be marked as completed and a new alert will appear in the portal for the onboarded device in about 10 minutes.
62+
The Command Prompt window will close automatically. If successful, a new alert will appear in the portal for the onboarded device in about ten minutes.
6363

6464
## Related topics
6565

0 commit comments

Comments
 (0)