Remove-IPAllowListEntry (RTM)
Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.
Applies to: Exchange Server 2007
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>
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.
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. |
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.
Remove-IPAllowListEntry -Identity <Integer>