...
Step | Action | ||||
---|---|---|---|---|---|
1 | Login to the WebUI of the Secondary
| ||||
2 | Click the Tasks tab and then run the Easy Config. | ||||
3 | The preceding step will configure the Secondary | ||||
4 | Add the FQDNs of the Mediation Server and the pool to the host table (pointing out to Mediation Server's IP address) to allow calls to O365. |
Spacevars | ||
---|---|---|
|
...
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:
|
7 | Execute the following command to remove the appliance:
|
8 | Execute the following command to verify that the appliance has been removed:
|
9 | This completes the cleanup. Continue to Configuring the CCE Through the WebUI |
Step | Action |
---|---|
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 Config button. |
4. | In the INI file, make sure that the SiteName, External SIPPoolName, and the ExternalMSPoolFQDNPoolName attributes are set appropriately for your environment. The example uses AEPSITE2 for the these attributes. |
5. | After verifying this information, click OK: Figure Click OK
|
...