Book Image

LYNC SERVER COOKBOOK

Book Image

LYNC SERVER COOKBOOK

Overview of this book

Table of Contents (19 chapters)
Lync Server Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

The Response Group Services configuration


Response Group Services is yet another part of Lync, not covered with the export of the configuration or topology. For this task there is another set of export/import commands available in PowerShell. There are no other tools for this yet.

The export and import commands will take care of the following objects in your deployment: queues, agent groups, workflows, holiday sets and business hours, audio files and service configuration settings.

Getting ready

A user with RTCUniversalServerAdmins rights must run these tasks in an elevated PowerShell prompt.

Before running the command, we need to identify the pools running the application service as follows:

Get-CsService -ApplicationServer

How to do it…

The following are the steps to back up your Response Group configuration:

  1. Start PowerShell in elevated mode.

  2. For each application pool, run the following command:

    Export-CsRgsConfiguration -Source ´
    ApplicationServer:mylyncapppool.domain.com"´
    -FileName "C:\Backup...