Versions Compared

Key

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

...

Make sure that CCE FQDN is resolving to the

Spacevars
0product
Public IP address. To do so, login to your DNS server and create the relevant entries.

Preparing Your Node

Preparing the
Spacevars
0product
for Initial Setup

Update the

Spacevars
0product
firmware to the latest released version.

...

Registering the CCE Appliance with PowerShell

Note

If you plan to use a proxy on the ASM Host to reach Office 365, you must add the Management network (192.168.213.0) into the exclusion list.

StepAction
1Remote desktop to the ASM system.
2Launch PowerShell.
3

Execute the following commend:

Register-CcAppliance

4Enter the password(s) as prompted for the various users.
5

When prompted for the online tenant administrator user name and password, make sure to enter this information correctly. In case of mistake, refer to: Manage your Office 365 tenant.

...

StepAction
1Remote Desktop to the ASM system
2Launch PowerShell.
3

Execute the following command:

 

Import-Module skypeonlineconnector
$cred = Get-Credential
4When 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

Execute the following command to remove the appliance:

 

Unregister-CsHybridPSTNAppliance -Identity <paste the identity here> -Force

8

Execute the following command to verify that the appliance has been removed: 

Get-CsHybridPSTNAppliance

9

This completes the cleanup. Continue to Configuring the CCE Through the WebUI

...