Enable-UMAutoAttendant (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
The Enable-UMAutoAttendant cmdlet enables an existing Unified Messaging (UM) auto attendant that is disabled.
Syntax
Enable-UMAutoAttendant -Identity <UMAutoAttendantIdParameter> [-DomainController <Fqdn>]
Detailed Description
The Enable-UMAutoAttendant cmdlet lets you enable an existing UM auto attendant that is currently disabled. The Enable-UMAutoAttendant cmdlet enables the UM auto attendant by modifying its status variable.
To run the Enable-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.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.UMAutoAttendantIdParameter |
This parameter specifies the identifier for the UM Auto Attendant object 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. |
Input Types
Return Types
Errors
Error | Description |
---|---|
|
|
Exceptions
Exceptions | Description |
---|---|
|
|
Example
This example enables a UM auto attendant named MyUMAutoAttendant.
Enable-UMAutoAttendant -Identity MyUMAutoAttendant