Versions Compared

Key

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

...

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

 

...

Manually Managing the CCE

...

Configuration File

Editing the CCE Configuration File

...

Step

...

Step
Action
1.

After receiving the activity status completion message, click the Click to re-configure CCE application button.

2.

Click OK on the popup.

3.

Click the Edit Raw  Raw (INI) Config button and then click Edit..

4.

Edit any required field In the INI file , make sure that the SiteNameExternal SIPPoolName, and the ExternalMSPoolFQDNPoolName attributes are set appropriately with the appropriate value for your environment.

 

Note: The example uses AEPSITE2 for the these attributes.

5.

After verifying this information, click OK: 

Figure : Click OK

Image Removed This completes the CCE Configuration INI file verification. Proceed to PrepareCCE

.

Exporting and Importing the CCE Configuration File

StepAction
1After receiving the activity status completion message, click the Click to re-configure CCE application button.
2Click OK on the popup.
3Click the Raw (INI) Config button and then click Export or Import.


Updating the CCE Password

...