Disable-UMMailbox (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 Disable-UMMailbox cmdlet disables Unified Messaging (UM) for a UM-enabled recipient.

Syntax

Disable-UMMailbox -Identity <MailboxIdParameter> [-DomainController <Fqdn>] [-KeepProperties <$true | $false>]

Detailed Description

The Disable-UMMailbox cmdlet disables Unified Messaging for an Exchange 2007 recipient who is currently UM-enabled. After the task has finished running, Unified Messaging servers will no longer handle calls for the extension number that is associated with the mailbox. You can continue to use the Exchange 2007 mailbox for all other operations that are not related to Unified Messaging.

To run the Disable-UMMailbox cmdlet, the account you use must be delegated the following:

  • Exchange Recipient 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.MailboxIdParameter

This parameter specifies the user to enable for Unified Messaging. The variables for this parameter include the following:

  • ADObjectID

  • GUID

  • DN

  • Domain\Account

  • UPN

  • LegacyExchangeDN

  • SmtpAddress

  • Alias

This parameter is required if the Instance parameter is not used.

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.

KeepProperties

Optional

System.Boolean

This parameter specifies whether the mailbox and directory resident properties should be retained. If this parameter is not included, the user's Unified Messaging properties will be retained.

Input Types

Type Description

 

 

Return Types

Type Description

 

 

Errors

Error Description

 

 

Example

This example disables Unified Messaging on the mailbox for yanli@contoso.com.

Disable-UMMailbox -Identity yanli@contoso.com