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

Voice dial plans, policies, and settings


Strictly speaking, the Voice Dial Plan, Voice Policies, and other voice-related configuration are all backed up in the CsConfiguration and Topology Information backups. However, there are times when we need to restore only portions of the configuration and settings by comparing settings in a backup with a system in production (especially if something suddenly got broken).

That's why we have chosen to include this set of voice-related information, which can be exported separately. There is no real need for these exports unless you need the flexibility that we described previously.

These exports cannot be natively imported back into Lync, but with the information provided within them, it suddenly becomes easier to recreate single settings and policies.

Getting ready

  1. Load PowerShell in the elevated administrative mode.

    Note

    In order to save this as files, we need to use export-clixml.

How to do it…

  1. Run the following commands in PowerShell:

    Get-CsDialPlan | Export...