Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-11
The Disable-UMMailbox cmdlet disables Unified Messaging (UM) for a UM-enabled recipient.
Syntax
Disable-UMMailbox -Identity <MailboxIdParameter>
[-DomainController <Fqdn>] [-KeepProperties <$true |
$false>]
|
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:
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. |
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.
Input Types
Type | Description |
---|---|
|
|
Return Types
Type | Description |
---|---|
|
|
Errors
Error | Description |
---|---|
|
|
Example
This example disables Unified Messaging on the mailbox for yanli@contoso.com.
Copy Code | |
---|---|
Disable-UMMailbox -Identity yanli@contoso.com |