check outlook blocked sender from online powerShell

 

1.     Admins can run this Commands to check blocked sender from online PowerShell -

 

(Get-MailboxJunkEmailConfiguration as.h@xyz.com).BlockedSendersAndDomains

 

2.     Command to remove blocked sender -

 

Set-MailboxJunkEmailConfiguration -Identity "user@domain.com" -BlockedSendersAndDomains @{Remove="example@domain.com"}

No comments: