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

Configuration information


The next topic is the second most important piece of the puzzle in a Lync installation. It is a backup of the entire configuration store from the Central Management Store. Within this file lies the entire topology, list of servers, policies, settings, and other important information.

The instructions for backup and restore do not differ much from the instructions of the Edge Server topology deployment or any other non-domain-joined server.

Getting ready

PowerShell is the chosen tool for this task, and someone who is a member of the RTCUniversalServerAdmins group must run the command.

The Lync Core software must be installed to complete these tasks.

How to do it…

The following are the three steps to back up the entire configuration:

  1. Start PowerShell in the elevated administrative mode.

  2. Type Export-CsConfiguration –FileName "C:\Backup\LyncConfigBackUp.zip".

  3. Save the file in a secure location.

It could not get any easier than this.

The following are the three steps to restore...