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

The Disable-UMAutoAttendant cmdlet disables an existing Unified Messaging (UM) auto attendant that is enabled.

Syntax

Disable-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 disabled.

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 Disable-UMAutoAttendant cmdlet lets you disable an existing UM auto attendant that is currently enabled. The Disable-UMAutoAttendant cmdlet disables the UM auto attendant by modifying its status variable. The Disable-UMAutoAttendant cmdlet cannot disable the UM auto attendant if it is linked or associated to the UM hunt group that is associated with the default UM dial plan.

To run the Disable-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 disables a UM auto attendant named MyUMAutoAttendant.

Copy Code
Disable-UMAutoAttendant -Identity MyUMAutoAttendant