Get-ProtectionAlert

此 cmdlet 仅在安全性 & 合规性 PowerShell 中可用。 有关详细信息,请参阅 安全性 & 合规性 PowerShell

使用 Get-ProtectionAlert cmdlet 查看Microsoft Purview 合规门户中的警报策略。

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

语法

Get-ProtectionAlert
   [[-Identity] <ComplianceRuleIdParameter>]
   [-IncludeRuleXml]
   [<CommonParameters>]

说明

若要在安全性 & 合规性 PowerShell 中使用此 cmdlet,需要分配权限。 有关详细信息,请参阅 Microsoft Purview 合规门户中的权限

示例

示例 1

Get-ProtectionAlert | Format-List Name,Category,Comment,NotifyUser

此示例返回所有警报策略的摘要列表。

示例 2

Get-ProtectionAlert -Identity "Malware campaign detected after delivery"

此示例返回有关指定警报策略的详细信息。

参数

-Identity

Identity 参数指定要查看的警报策略。 可以使用任何能够唯一标识该提醒策略的值。 例如:

  • 名称
  • 可分辨名称 (DN)
  • GUID
Type:ComplianceRuleIdParameter
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:Security & Compliance

-IncludeRuleXml

{{ Fill IncludeRuleXml Description }}

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Security & Compliance