Submitting only PE files for Microsoft Defender XDR deep analysis
You have a Microsoft 365 subscription that uses Microsoft Defender XDR and contains a Windows device named Device1. The timeline of Device1 includes three files named File1.ps1, File2.exe, and File3.dll. You need to submit files for deep analysis in Microsoft Defender XDR. Which files can you submit?
Community Votes
100% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Defender XDR deep analysis is limited to PE files (.exe, .dll), so File2.exe and File3.dll qualify while the .ps1 PowerShell script does not, regardless of whether the script is signed.
In Microsoft Defender XDR deep analysis, only portable executable (PE) files (.exe and .dll) are supported; the PowerShell script File1.ps1 is not a PE file, so only File2.exe and File3.dll can be submitted for deep analysis.
Including the .ps1 PowerShell script — deep analysis does not support script files, only PE files, so File1.ps1 cannot be submitted even though it is signed.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Microsoft Defender XDR (and Defender for Endpoint) deep analysis supports extensive analysis of portable executable (PE) files, which have.exe and.dll extensions. PowerShell scripts (.ps1) are not PE files and are not supported for deep analysis, so among File1.ps1, File2.exe, and File3.dll, only the two PE files (File2.exe and File3.dll) can be submitted.Why the Other Options Are Wrong
Any option that includes File1.ps1 (A or E) is incorrect because.ps1 scripts are not eligible for deep analysis. Options that omit one of the two PE files (B, C) are incomplete.Community Comment Notes
The community is unanimous (D 100). rsanx42 (10 likes) and scfitzp cite the respond-file-alerts deep-analysis documentation, confirming only PE files (.exe/.dll) are supported. liveup2it's Copilot answer incorrectly claims.ps1 is supported, but the documented behavior restricts deep analysis to PE files.Official Reference
Related Analysis
Practice All SC-200 Questions
Access 80 questions with complete answers and detailed explanations.
View Full SC-200 Practice Test →