在 Lync Server 2013 中还原响应组设置

 

上次修改的主题: 2013-02-18

如果部署了响应组应用程序,并且需要还原后端服务器或 Standard Edition 服务器,则还需要还原响应组配置设置。

还原响应组配置设置

  1. 在命令行中键入:

    Import-CsRgsConfiguration -Destination "service:ApplicationServer:<pool FQDN>" -OverwriteOwner -FileName "<path and file name of the backed up file at $Backup>"
    

    例如:

    Import-CsRgsConfiguration -Destination "service: ApplicationServer:pool01.contoso.com" -OverwriteOwner -FileName "C:\RgsConfiguration.zip"