Applies to: Exchange Server 2007
Topic Last Modified: 2007-08-08
The Enable-UMIPGateway cmdlet enables a Unified Messaging (UM) IP gateway.
Syntax
Enable-UMIPGateway -Identity
<UMIPGatewayIdParameter> [-DomainController
<Fqdn>]
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.UMIPGatewayIdParameter |
This parameter specifies the identifier for the IP gateway that is being enabled. This is the directory object ID for the UM IP gateway. |
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 Enable-UMIPGateway cmdlet modifies the status variable on a UM IP gateway that exists in Active Directory. You can control the operation of the UM IP gateway by setting its status variable. The status variable for the UM IP gateway can be used to enable or disable calls that are destined for the IP gateway.
To run the Enable-UMIPGateway 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 enables a UM IP gateway named MyUMIPGateway.
Copy Code | |
---|---|
Enable-UMIPGateway -Identity MyUMIPGateway |