Forum Discussion
TechThomas
Aug 25, 2021Copper Contributor
Report Azure AD Restricted Users
Hello together I need to get the the report from Azure AD User who have had their email privleges restricted due to spamming The following link shows this in the Admin Center https://protection...
- Aug 25, 2021
TechThomas Using the Exchange Online PowerShell module, you get access to the "Get-BlockedSenderAddress" cmdlet which will return this list and you can then export it as CSV. More information can be found here. I am not aware of a corresponding Graph API call though, but then again, I don't/can't know everything 🙂
pvanberlo
Aug 25, 2021MCT
TechThomas Using the Exchange Online PowerShell module, you get access to the "Get-BlockedSenderAddress" cmdlet which will return this list and you can then export it as CSV. More information can be found here. I am not aware of a corresponding Graph API call though, but then again, I don't/can't know everything 🙂
- TechThomasAug 25, 2021Copper Contributorthank you for your fast answer
sometimes the result is so close that you simply not seeing it 🙂