Moves a trusted application endpoint to a different registrar pool.
Syntax
Move-CsApplicationEndpoint -Identity <UserIdParameter> -Target <Fqdn> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Force <SwitchParameter>] [-PassThru <SwitchParameter>] [-WhatIf [<SwitchParameter>]] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
PrimaryUriParameter |
This SIP address of the endpoint contact you want to move. |
Target |
Required |
Fqdn |
The fully qualified domain name (FQDN) of the pool to which the endpoint is moving. The target pool must be running a Registrar service. |
DomainController |
Optional |
Fqdn |
|
Confirm |
Optional |
SwitchParameter |
Prompts you for confirmation before executing the command. |
Force |
Optional |
SwitchParameter |
|
PassThru |
Optional |
SwitchParameter |
Specifying this parameter will return the application endpoint object after the object has been moved. |
WhatIf |
Optional |
SwitchParameter |
Describes what would happen if you executed the command without actually executing the command. |
Detailed Description
A trusted application endpoint is an Active Directory contact object that enables routing of calls to a trusted application. This cmdlet moves an existing endpoint contact object in Active Directory from a Microsoft Office Communications Server 2007 R2 registrar pool to a Microsoft Communications Server 2010 registrar pool, or from one Communications Server 2010 registrar pool to another. The target pool must be a trusted application pool, and the application associated with the given endpoint must exist on the target pool. To determine which application is associated with the endpoint, run the Get-CsTrustedApplicationEndpoint cmdlet.
Return Types
This cmdlet does not return an object.
Examples
-------------------------- Example 1 ------------------------
Copy Code | |
---|---|
Move-CsApplicationEndpoint -Identity sip:endpoint1@litwareinc.com -Target TrustPoolA.litwareinc.com |
This example moves the application endpoint contact object with the SIP address endpoint1@litwareinc.com to the trusted registar pool TrustPoolA.litwareinc.com.