...
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 |
---|---|
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 SiteName, External 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 . |
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 Raw (INI) Config button and then click Export or Import. |
...