SOLVED

Unblock account from Action Center for Exchange Online

Deleted
Not applicable

Is there a PowerShell command to unblock an account? Right now I go to the action center to remove the account from the block list. It would be awesome to have this in PowerShell.

4 Replies
best response
Solution

Yes, you can use the Get-BlockedSenderAddress and Remove-BlockedSenderAddress cmdlets.

Thank you for the response, I believe this is specific to users, this is the equivalent to a user adding someone to their block list in Outlook. I am looking for a cmdlet that unblocks a user from sending outbound messages, the GUI equivalent is going to the Exchange Admin Center console > Protection > Action Center.

Those are exactly the cmdlets you need for Exchange Admin Center console > Protection > Action Center.

My bad. You are correct! Thank you.
1 best response

Accepted Solutions
best response
Solution

Yes, you can use the Get-BlockedSenderAddress and Remove-BlockedSenderAddress cmdlets.

View solution in original post