Get-ContentFilterPhrase
內部部署 Exchange 才有提供此 Cmdlet。
使用 Get-ContentFilterPhrase 指令程式可檢視內容篩選器代理程式所處理的一個或所有自訂文字。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Get-ContentFilterPhrase
[[-Identity] <ContentFilterPhraseIdParameter>]
[-DomainController <Fqdn>]
[<CommonParameters>]
Get-ContentFilterPhrase
[-Phrase <ContentFilterPhraseIdParameter>]
[-DomainController <Fqdn>]
[<CommonParameters>]
Description
您必須已獲指派權限,才能執行此指令程式。 雖然本主題已列出這個指令程式的所有參數,不過,如果某些參數並未包含在指派給您的權限中,您可能就無法存取這些參數。 若要尋找在組織中執行任何 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。
Edge Transport Server 不支援 DomainController 參數。 Edge Transport Server 會使用 Active Directory 輕量型目錄服務 (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
若要查看此指令程式可接受的輸入類型,請參閱指令程式輸入和輸出類型。 如果指令程式的 [輸入類型] 欄位是空的,表示指令程式不接受輸入資料。
輸出
Output types
若要查看此指令程式可接受的傳回類型 (也就是所謂的輸出類型),請參閱指令程式輸入和輸出類型。 如果 [輸出類型] 欄位是空的,表示指令程式不會傳回資料。