Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A public domain name prepared and mapped with your Office 365 tenant.See Create an Office 365 Tenant.

  2. An entry on your public domain name that points to the fixed IP address of your
    Spacevars
    0product
    .
  3. An Office 365 tenant with an E5 license or E3 + Cloud PBX.

  4.  

    You must have the Global the Skype for Business administrator role for your O365 tenant account.

  5. A public certificate authority ready to sign a certificate for the

    Spacevars
    0product
    . See Certificate Requirements at Microsoft Technet.

  6. A properly configured firewall. See Ports and Protocols at Microsoft Technet.

  7. Latest SBC Firmware.

  8. Latest SbcComms Firmware.

  9. Microsoft Cloud Connector Edition image 1.4.1 on the ASM recovery partition.

...

 

Caption
0Figure
1CCE Deployment Scenarios

000_Scenarios.png.pngImage RemovedImage Added

 

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
0Figure
1Pre-configured IP Interfaces

Caption
0Figure
1Ensure That the Node's FQDN is Correct

Image Added

nls1.pngImage RemovedImage Added
 nls2.pngImage Removed

Info
titleOptional

When configuring a secondary

Spacevars
0product
in your environment, make sure to have the secondary
Spacevars
0product
network interface is configured accordingly to be able to reach out to CCE's internal/corporate network.

...

StepAction
1Login to the WebUI of the
Spacevars
0product
.
2Open the Tasks tab and click Setup Cloud Connector Edition in the navigation pane.
3Click the Configure CCE tab.
4

Configure all necessary information and then click OK.

CCE-1

Image Added

 

CCE-2

Image Added

 

5 After receiving the activity status as successfully completed, click the Prepare CCE tab to continue.

...

StepAction
1Login to the WebUI of the
Spacevars
0product
.
2Click the Configure CCE tab and then click Click to re-configure CCE application.
3Click OK on the popup dialog box.
4Click the Edit Raw Config button.
5

Verify/correct the values in the CCE Configuration INI File and then click OK.


Preparing the CCE 
Anchor
Preparing the CCE
Preparing the CCE

Note

Perform these steps on both

Spacevars
0product
systems.

...

 

Clean the Office 365 Tenant

If the CCE was previously deployed, previously installed information must be cleared in O365. To do so, follow the steps below.

 

StepAction
1

Remote desktop to the ASM system.

2Launch 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
9This completes the cleanup. Continue to Configuring the CCE 

 

Updating the CCE Password

Follow these steps if the CCE deployment cannot open the PFX certificate due to a password mismatch.

StepAction
1

Re-perform the steps in Preparing the CCE to specify a new Password for the PFX file.

2Use the PowerShell commands Install-CcAppliance -UpdateAllCredentials and Set-CcCredential -AccountType TenantAdmin to reset the credentials.