Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 34890

Lync/Skype4B Server: Manually update the Edge Server Configuration

$
0
0

In a recent support case we had a case that the customer had some urgency to add a new Allowed Domain to be quickly pushed to his Skype for Business 2015 Edge Servers.

However, the replication wasn’t working:

Get-CsManagementStoreReplicationStatus | ft -AutoSize
https://technet.microsoft.com/en-us/library/gg399052.aspx

manualconfigupdate-01

An easy solution to this is to perform a manual update and then fix the replication.

First, we need a copy of the latest configuration:

Export-CsConfiguration -FileName C:UCLobbySfB-Config_20170224.zip
https://technet.microsoft.com/en-us/library/gg398627.aspx

manualconfigupdate-02

Now copy the file to each Edge Server and execute the following PowerShell cmdlet:

Import-CsConfiguration -FileName C:UCLobbySfBConfig_20170224.zip -LocalStore
https://technet.microsoft.com/en-us/library/gg398800.aspx

manualconfigupdate-03

Note: In this case we need to specify the LocalStore switch so it updates the local database.

This is also possible if we run, on each Edge ServerStep 1 from the Skype for Business Server Deployment Wizard:

manualconfigupdate-04

manualconfigupdate-05

Please note that manually updated the Edge Server configuration probably won’t fix the replication issue:

manualconfigupdate-06

These steps are valid to Lync Server 2010/2013 and Skype for Business Server 2015.

This should be only use as a quick workaround to update the local store while we fix the replication issue.


Viewing all articles
Browse latest Browse all 34890

Trending Articles