...
A public domain name prepared and mapped with your Office 365 tenant.See Create an Office 365 Tenant.
Spacevars | ||
---|---|---|
|
An Office 365 tenant with an E5 license or E3 + Cloud PBX.
You must have the Global the Skype for Business administrator role for your O365 tenant account.
A public certificate authority ready to sign a certificate for the
Spacevars | ||
---|---|---|
|
A properly configured firewall. See Ports and Protocols at Microsoft Technet.
Latest SBC Firmware.
Latest SbcComms Firmware.
...
Caption | ||||
---|---|---|---|---|
| ||||
Scenario 1 and Scenario 2 are covered in Configuring the SBC Edge for a Single CCE. This document contains steps for Scenario 3 and Scenario 4 .
...
Caption | ||||
---|---|---|---|---|
| ||||
Caption | ||||
---|---|---|---|---|
| ||||
|
Info | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
When configuring a secondary
|
...
Step | Action | ||||
---|---|---|---|---|---|
1 | Login to the WebUI of the
| ||||
2 | Open the Tasks tab and click Setup Cloud Connector Edition in the navigation pane. | ||||
3 | Click the Configure CCE tab. | ||||
4 | Configure all necessary information and then click OK. CCE-1
CCE-2
| ||||
5 | After receiving the activity status as successfully completed, click the Prepare CCE tab to continue. |
...
Step | Action | ||||
---|---|---|---|---|---|
1 | Login to the WebUI of the
| ||||
2 | Click the Configure CCE tab and then click Click to re-configure CCE application. | ||||
3 | Click OK on the popup dialog box. | ||||
4 | Click the Edit Raw Config button. | ||||
5 | Verify/correct the values in the CCE Configuration INI File and then click OK. |
Anchor | ||||
---|---|---|---|---|
|
Note | ||||
---|---|---|---|---|
Perform these steps on both
|
...
If the CCE was previously deployed, previously installed information must be cleared in O365. To do so, follow the steps below.
Step | Action |
---|---|
1 | Remote desktop to the ASM system. |
2 | Launch PowerShell. |
3 | Execute the following command:
Import-Module skypeonlineconnector $cred = Get-Credential
|
4 | When prompted, enter the credentials for O365 Admin Tenant.
|
5 | Execute the following command:
$Session = New-CsOnlineSession -Credential $cred -Verbose Import-PSSession $session
|
6 | To remove the current appliance, run the following command and copy the Identity into your clipboard:
Get-CsHybridPSTNAppliance
|
7 | Enter the following command to remove the appliance:
Unregister-CsHybridPSTNAppliance -Identity <paste the identity here> -Force |
8 | Enter the following command to verify that the appliance has been removed:
Get-CsHybridPSTNAppliance |
9 | This completes the cleanup. Continue to Configuring the CCE |
Follow these steps if the CCE deployment cannot open the PFX certificate due to a password mismatch.
Step | Action |
---|---|
1 | Re-perform the steps in Preparing the CCE to specify a new Password for the PFX file. |
2 | Use the PowerShell commands Install-CcAppliance -UpdateAllCredentials and Set-CcCredential -AccountType TenantAdmin to reset the credentials. |