Forum Discussion
TechThomas
Aug 25, 2021Copper Contributor
Report Azure AD Malware Detections
Hello together I need to get the the report from Azure AD Malware Detections The following link shows this in the Admin Center https://protection.office.com/reportv2?id=MalwareDetections&pivot=...
- Aug 25, 2021Thank you for your fast response and for the pointer
the correct cmdlet for this is Get-MailTrafficATPReport.
If you type the cmdlet Get-MailTrafficATPReport with start and end date, you see all "Verdict Source" types (phish / notspam / Allow / Malware / ...)
you have to make sure that the "Verdict Source" is labeled with malware.
I checked it in admin center and compared the output with "Verdict Source" malware. this matched 🙂
TechThomas
Aug 25, 2021Copper Contributor
Thank you for your fast response and for the pointer
the correct cmdlet for this is Get-MailTrafficATPReport.
If you type the cmdlet Get-MailTrafficATPReport with start and end date, you see all "Verdict Source" types (phish / notspam / Allow / Malware / ...)
you have to make sure that the "Verdict Source" is labeled with malware.
I checked it in admin center and compared the output with "Verdict Source" malware. this matched 🙂
the correct cmdlet for this is Get-MailTrafficATPReport.
If you type the cmdlet Get-MailTrafficATPReport with start and end date, you see all "Verdict Source" types (phish / notspam / Allow / Malware / ...)
you have to make sure that the "Verdict Source" is labeled with malware.
I checked it in admin center and compared the output with "Verdict Source" malware. this matched 🙂
pvanberlo
Aug 25, 2021MCT
Ah yes. Lost in cmdlet names. They all look so similar 😂