Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-07
Use the Remove-ContentFilterPhrase cmdlet to remove one or all custom words that the Content Filter agent processes.
Syntax
Remove-ContentFilterPhrase -Identity
<ContentFilterPhraseIdParameter> [-DomainController
<Fqdn>]
|
Remove-ContentFilterPhrase [-DomainController
<Fqdn>] [-Phrase
<ContentFilterPhraseIdParameter>]
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.ContentFilterPhraseIdParameter |
The value of the Identity parameter is the same as the
value of the Phrase parameter that is used in the content
filter phrase configuration. You must enclose the Identity
parameter in double quotation marks if the phrase contains a space,
as follows, for example, You cannot use the Phrase parameter if the Identity parameter is used. |
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
To specify the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to the Active Directory directory service, include the DomainController parameter on the command. The DomainController parameter is not supported on computers that run the Edge Transport server role. The Edge Transport server role reads and writes only to the local ADAM instance. |
Phrase |
Optional |
Microsoft.Exchange.Configuration.Tasks.ContentFilterPhraseIdParameter |
The Phrase parameter is the same Phrase parameter
that is used in the content filter phrase configuration. You must
enclose the Phrase parameter in double quotation marks if
the phrase contains a space, as follows, for example, |
Detailed Description
To run the Remove-ContentFilterPhrase cmdlet, the account you use must be delegated the following:
- Exchange View-Only Administrator role
To run the Remove-ContentFilterPhrase cmdlet on a computer that has the Edge Transport server role installed, you must log on by using an account that is a member of the local Administrators group on that computer.
For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.
Input Types
Return Types
Errors
Error | Description |
---|---|
|
Example
The following code example shows the syntax for the
Remove-ContentFilterPhrase command. In this example, the
custom word is the BadWord identity, This is a bad
phrase
.
Copy Code | |
---|---|
Remove-ContentFilterPhrase -Identity "This is a bad phrase" |