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

The Remove-UMAutoAttendant cmdlet deletes a Unified Messaging (UM) auto attendant.

Syntax

Remove-UMAutoAttendant -Identity <UMAutoAttendantIdParameter> [-DomainController <Fqdn>]

Parameters

Parameter Required Type Description

Identity

Required

Microsoft.Exchange.Configuration.Tasks.UMAutoAttendantIdParameter

This parameter specifies the identifier for the UM auto attendant that is being deleted. This is the directory object ID for the UM auto attendant.

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

To specify the fully qualified domain name of the domain controller that writes this configuration change to the Active Directory directory service, include the DomainController parameter on the cmdlet.

Detailed Description

The Remove-UMAutoAttendant cmdlet deletes an existing UM auto attendant from Active Directory. The Remove-UMAutoAttendant cmdlet deletes the UM auto attendant, and also deletes instances of the UM auto attendant from any associated UM dial plans. When the UM auto attendant is deleted, incoming telephone calls to the configured extensions will no longer be answered by the UM auto attendant.

To run the Remove-UMAutoAttendant 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.

Input Types

Return Types

Errors

Error Description

 

 

Exceptions

Exceptions Description

 

 

Example

This example shows how to delete a UM auto attendant named MyUMAutoAttendant.

Copy Code
Remove-UMAutoAttendant -Identity MyUMAutoAttendant