共用方式為


Remove-BlockedSenderAddress

此指令程式只能在雲端式服務中使用。

使用 Remove-BlockedSenderAddress Cmdlet 來解除封鎖Microsoft 365 組織中受到保護系統影響的使用者。 這些使用者已傳送多個分類為垃圾郵件的郵件,因此遭到封鎖而無法傳送郵件。

注意:您可以解除封鎖Microsoft 365 帳戶的次數有限制。 如果您超過使用者的解除封鎖限制,您會收到錯誤,而且您需要連絡 Microsoft 支援服務 來解除封鎖使用者。

如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法

語法

Default (預設值)

Remove-BlockedSenderAddress
    -SenderAddress <SmtpAddress>
    [-Reason <String>]
    [<CommonParameters>]

Description

您必須已獲指派權限,才能執行此指令程式。 雖然本文列出 Cmdlet 的所有參數,但如果某些參數未包含在指派給您的許可權中,您可能無法存取這些參數。 若要尋找在組織中執行任何 Cmdlet 或參數所需的權限,請參閱 Find the permissions required to run any Exchange cmdlet

範例

範例 1

Remove-BlockedSenderAddress -SenderAddress julia@contoso.com

這個範例會解除封鎖使用者 julia@contoso.com。

參數

-Reason

適用:Exchange Online、Exchange Online Protection

Reason 參數會指定在 Reason 屬性值) (封鎖使用者的原因。 如果值包含空格,請使用引號 (") 括住值。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

(All)
Position:Named
必要:False
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

-SenderAddress

適用:Exchange Online、Exchange Online Protection

SenderAddress 參數會指定您要解除封鎖之使用者的電子郵件位址。

參數屬性

類型:SmtpAddress
預設值:None
支援萬用字元:False
不要顯示:False

參數集

(All)
Position:Named
必要:True
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

CommonParameters

此 Cmdlet 支援一般參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters