...
Make sure that CCE FQDN is resolving to the
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
Update the
Spacevars | ||
---|---|---|
|
...
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. |
Step | Action |
---|---|
1 | Remote desktop to the ASM system. |
2 | Launch PowerShell. |
3 | Execute the following commend:
|
4 | Enter 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. |
...
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 |
...