Click to Rate and Give Feedback
TechNet
TechNet Library
Exchange Server
Technical Reference
 Remove-EmailAddressPolicy

  Switch on low bandwidth view
Remove-EmailAddressPolicy

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

Use the Remove-EmailAddressPolicy cmdlet to remove an existing e-mail address policy.


Remove-EmailAddressPolicy -Identity <EmailAddressPolicyIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-WhatIf [<SwitchParameter>]]

Parameter Required Type Description

Identity

Required

Microsoft.Exchange.Configuration.Tasks.EmailAddressPolicyIdParameter

Use the Identity parameter to specify the GUID, distinguished name or e-mail address policy name that represents a specific e-mail address policy. You can also include the path by using the format Path\EmailAddressPolicy.

You can omit the parameter label Identity so that only the e-mail address policy name or GUID is supplied.

Confirm

Optional

System.Management.Automation.SwitchParameter

The Confirm parameter causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm parameter.

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

To specify the fully qualified domain name (FQDN) of the domain controller to be used for retrieving and writing data, include the DomainController parameter in the command.

WhatIf

Optional

System.Management.Automation.SwitchParameter

The WhatIf parameter instructs the command to simulate the actions that it would take on the object. By using the WhatIf parameter, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf parameter.

The Remove-EmailAddressPolicy cmdlet removes an existing e-mail address policy and updates the recipients.

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

  • Exchange Organization Administrator role

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Error Description

Exceptions Description

The following code is an example of the Remove-EmailAddressPolicy command. This example removes the e-mail address policy, Email_Address_Policy_1.

Remove-EmailAddressPolicy -Identity Email_Address_Policy_1
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker