Set-TenantAllowBlockListSpoofItems

此 cmdlet 仅在基于云的服务中可用。

使用 Set-TenantAllowBlockListSpoofItems cmdlet 修改租户允许/阻止列表中的欺骗发件人条目。

有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法

语法

Set-TenantAllowBlockListSpoofItems
   [-Identity] <HostedConnectionFilterPolicyIdParameter>
   -Action <String>
   -Ids <String[]>
   [-Confirm]
   [-WhatIf]
   [<CommonParameters>]

说明

此 cmdlet 允许或阻止欺骗对 (欺骗用户与租户允许/阻止列表中的发送基础结构) 的组合。

您必须先获得权限,然后才能运行此 cmdlet。 虽然本主题中列出了此 cmdlet 的所有参数,但如果这些参数并未包含在分配给您的权限中,那么您将无法使用这些参数。 若要查找在贵组织中运行任何 cmdlet 或参数所需的权限,请参阅 Find the permissions required to run any Exchange cmdlet

示例

示例 1

Get-TenantAllowBlockListSpoofItems | Format-Table SpoofedUser,SendingInfrastructure,SpoofType,Action,Identity

Set-TenantAllowBlockListSpoofItems -Identity Default -Action Block -Ids 375e76f1-eefb-1626-c8bc-5efefd057488,f8cb0908-8533-1156-ce7b-9aebd685b0eb

此示例将模拟指定的欺骗对。 可以从 Get-TenantAllowBlockListSpoofItems 命令的输出 (Identity 属性) 获取 Ids 参数值。

示例 2

(Get-TenantAllowBlockListSpoofItems -SpoofType External | Select-Object -Property Identity).Identity | Remove-TenantAllowBlockListSpoofItems -Identity Default

此示例从租户允许/阻止列表中删除所有外部欺骗对。

参数

-Action

Action 参数指定此条目是允许还是阻止欺骗发件人条目。 有效值包含:

  • 允许
  • 阻止
Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online, Security & Compliance, Exchange Online Protection

-Confirm

Confirm 开关指定是否显示确认提示。 此开关对 cmdlet 造成的影响取决于在你继续操作之前 cmdlet 是否需要确认。

  • 破坏性 cmdlet (例如,Remove-* cmdlet) 具有内置的暂停,该暂停会强制你在继续操作之前确认命令。 对于这些 cmdlet,您可以使用此确切语法跳过确认提示:-Confirm:$false
  • 大多数其他 cmdlet (例如,New-* 和 Set-* cmdlet) 没有内置暂停。 对于这些 cmdlet,指定不含值的 Confirm 开关会引入暂停,从而强制要求你先确认命令,然后再继续操作。
Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online, Security & Compliance, Exchange Online Protection

-Identity

Identity 参数使用值 Default。

Type:HostedConnectionFilterPolicyIdParameter
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Exchange Online, Security & Compliance, Exchange Online Protection

-Ids

Ids 参数指定要修改的欺骗对。 有效值是 Get-TenantAllowBlockListSpoofItems cmdlet 输出中的 Identity 属性值。 可以指定用逗号分隔的多个值。

Type:String[]
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Exchange Online, Security & Compliance, Exchange Online Protection

-WhatIf

WhatIf 开关模拟命令操作。 可以使用此开关在不实际应用将会发生的更改的情况下预览这些更改。 不必为此开关指定值。

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Exchange Online, Security & Compliance, Exchange Online Protection