Get-ContentFilterPhrase
此 cmdlet 仅适用于本地 Exchange。
使用 Get-ContentFilterPhrase cmdlet,可以查看内容筛选器代理所处理的一个或全部自定义单词。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-ContentFilterPhrase
[[-Identity] <ContentFilterPhraseIdParameter>]
[-DomainController <Fqdn>]
[<CommonParameters>]
Get-ContentFilterPhrase
[-Phrase <ContentFilterPhraseIdParameter>]
[-DomainController <Fqdn>]
[<CommonParameters>]
说明
您必须先获得权限,然后才能运行此 cmdlet。 虽然本主题中列出了此 cmdlet 的所有参数,但如果这些参数并未包含在分配给您的权限中,那么您将无法使用这些参数。 若要查找在贵组织中运行任何 cmdlet 或参数所需的权限,请参阅 Find the permissions required to run any Exchange cmdlet。
示例
示例 1
Get-ContentFilterPhrase
本示例返回运行此命令的计算机上存储的所有自定义单词。
示例 2
Get-ContentFilterPhrase -Phrase "Free credit report"
本示例返回由 Phrase 参数所指定的特定自定义单词。 在此示例中,自定义单词为短语 Free credit report。
示例 3
Get-ContentFilterPhrase | Where {$_.Phrase -like '*free offer*'}
本示例返回所有自定义单词和包含单词 free offer 的短语。
参数
-DomainController
DomainController 参数指定此 cmdlet 从 Active Directory 读取数据或向其写入数据时使用的域控制器。 可以使用完全限定的域名 (FQDN) 来标识域控制器。 例如,dc01.contoso.com。
边缘传输服务器上不支持 DomainController 参数。 边缘传输服务器使用活动目录轻型目录服务 (AD LDS) 的本地实例来读取和写入数据。
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-Identity
Identity 参数指定要显示的自定义词语或短语。 必须使用双引号 (") 括住 Identity 参数的值。
Identity 和 Phrase 参数可互换。
Type: | ContentFilterPhraseIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-Phrase
Phrase 参数指定要显示的自定义词语或短语。 必须使用双引号 (") 括住 Phrase 参数的值。
Phrase 和 Identity 参数可互换。
Type: | ContentFilterPhraseIdParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
输入
Input types
若要了解此 cmdlet 接受的输入类型,请参阅 cmdlet 的输入和输出类型。 如果 cmdlet 的"输入类型"字段为空,则表明此 cmdlet 不接受输入数据。
输出
Output types
若要了解此 cmdlet 接受的返回类型(亦称为"输出类型"),请参阅 cmdlet 的输入和输出类型。 如果"输出类型"字段为空,则表明此 cmdlet 不返回任何数据。