Remove-IPBlockListEntry (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-IPBlockListEntry cmdlet to remove an IP address from the configuration information for the Connection Filter agent on the computer on which the cmdlet is run.
Syntax
Remove-IPBlocklistEntry -Identity <IPListEntryIdentity>
Detailed Description
If you do not specify the Identity parameter when you run the Remove-IPBlockListEntry cmdlet, the Exchange Management Shell prompts you for it.
The IP Block List entry configuration is used by the Connection Filter agent.
To run the Remove-IPBlockListEntry 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-IPBlockListEntry 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 Block list, the Identity parameter is automatically incremented. |
Input Types
Return Types
Errors
Error | Description |
---|---|
|
Example
The following code example shows a Remove-IPBlockListEntry command that removes the IP address or IP address range on the IP Block list for the computer on which the command is run.
Remove-IPBlockListEntry -Identity <Integer>