Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-06

Use the Remove-IPAllowListEntry cmdlet to remove an IP address from the configuration information for the Connection Filter agent on the computer on which the command is run.

Syntax

Remove-IPAllowListEntry -Identity <IPListEntryIdentity>

Parameters

Parameter Required Type Description

Identity

Required

Microsoft.Exchange.Configuration.Tasks.IPListEntryIdentity

You must specify the Identity parameter of the IP address that you want to remove. When you add an IP address to the IP Allow list, the Identity parameter is automatically incremented.

Detailed Description

If you do not specify the Identity parameter when you run the Remove-IPAllowListEntry command, the Exchange Management Shell prompts you for it.

The IP Allow List entry configuration is used by the Connection Filter agent.

To run the Remove-IPAllowListEntry cmdlet, the account you use must be delegated the following:

  • Exchange Server Administrator role and local Administrators group for the target server

To run the Remove-IPAllowListEntry 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 a Remove-IPAllowListEntry command that removes the IP address or IP address range on the IP Allow list for the computer on which the command is run.

Copy Code
Remove-IPAllowListEntry -Identity <Integer>