Skype for Business Operational Guide

Size: px
Start display at page:

Download "Skype for Business Operational Guide"

Transcription

1 Skype for Business Operational Guide Prepared by: Mohammad Asmayal Jawad

2 Table of Contents Skype Administration Portal Path... 3 Manage user accounts for Skype for Business Server Add and enable a new Skype for Business Server 2015 user... 4 Disable or re-enable a user account previously enabled for Skype for Business Server... 5 Use Windows Powershell to Disable or Re-enable User Accounts... 6 To disable a user account... 6 To re-enable a user account... 6 Disable a user for Enterprise Voice... 6 Remove a user account with the Skype for Business Server Management Shell... 7 To remove a user account using powershell... 8 User Migration from Lync 2010 to Skype for Business User Migration via Shell... 9 Changing the SIP Domain... 9 Page 2 of 10

3 Skype Administration Portal Path 1. Silverlight required for the console. Manage user accounts for Skype for Business Server 2015 You can search for users by using the Skype for Business Server Control Panel or the Active Directory Users and Computers snap-in. 1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment. 2. Open a browser window, and then enter the Admin URL to open the Skype for Business Server Control Panel. SAM account name, SIP address, or line URI of the user account that you want to search for, and then click Find. 5. The search results appear under Search Results. You can select any or all of the users in the list and perform configuration tasks on the users you select. Page 3 of 10

4 Add and enable a new Skype for Business Server 2015 user After enabling a user account in Active Directory Users and Computers, you can use Skype for Business Server Control Panel to create and enable new Skype for Business Server 2015 user accounts by adding an Active Directory user to Skype for Business Server From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment. 2. Open a browser window, and then enter the Admin URL to open the Skype for Business Server Control Panel. 4. Click Enable users. 5. On the New Lync Server User dialog, click Add. 6. In the Search users box, type all or the first portion of the name, display name, first name, last name, Security Accounts Manager (SAM) account name, address, User Principal Name (UPN), or phone number of the Active Directory user account that you want, and then click Find. 7. In the table, select the account you want to add to Skype for Business Server 2015, and then click OK. 8. Assign the user to a pool, specify any additional details, and assign the policies to the user you want, and then click Enable. Page 4 of 10

5 Disable or re-enable a user account previously enabled for Skype for Business Server You can use the following procedure to disable a previously enabled user account in Skype for Business Server without losing the Skype for Business Server settings that you configured for the user account. Because you do not lose the Skype for Business Server user account settings, you can re-enable a previously enabled user account again without having to reconfigure the user account. 1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment. 2. Open a browser window, and then enter the Admin URL to open the Skype for Business Server Control Panel. Security Accounts Manager (SAM) account name, SIP address, or line Uniform Resource Identifier (URI) of the user account that you want to disable or re-enable, and then click Find. 5. In the table, click the user account that you want to disable or re-enable. 6. On the Action menu, do one of the following: o o To temporarily disable the user account for Skype for Business Server, click Temporarily disable for Lync Server. To enable the user account for Skype for Business Server, click Re-enable for Lync Server. Page 5 of 10

6 Use Windows Powershell to Disable or Re-enable User Accounts User accounts can be temporarily disabled, and then later re-enabled, by using the Set-CsUser cmdlet. You can run this cmdlet either from the Skype for Business Server Management Shell or from a remote session of Windows PowerShell. To disable a user account To temporarily disable a user account, set the value of the Enabled property to False ($False). For example: Set-CsUser -Identity "Asmayal Jawad" -Enabled $False To re-enable a user account To re-enable a disabled user account, set the value of the Enabled property to True ($True). For example: Set-CsUser -Identity "Asmayal Jawad" -Enabled $True Disable a user for Enterprise Voice Use the following procedure to disable Enterprise Voice for a user account that is enabled for Skype for Business Server To disable a user account for Enterprise Voice 1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment. 2. Open a browser window, and then enter the Admin URL to open the Skype for Business Server Control Panel. Security Accounts Manager (SAM) account name, SIP address, or line Uniform Resource Identifier (URI) of the user account that you want to enable, and then click Find. 5. In the table, click the user account that you want to enable for Enterprise Voice. 6. On the Edit menu, click Show details. 7. On the Edit Lync Server User page, under Telephony, click any option except Enterprise Voice. 8. Click commit Page 6 of 10

7 Remove a user account with the Skype for Business Server Management Shell 1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment. 2. Open a browser window, and then enter the Admin URL to open the Skype for Business Server Control Panel. Security Accounts Manager (SAM) account name, SIP address, or line Uniform Resource Identifier (URI) of the user account that you want to disable or re-enable, and then click Find. 5. In the table, click the user account that you want to remove. 6. On the Action menu, select Remove from Lync Server, and a dialog box appears. 7. From the dialog box, select OK to remove the user. Page 7 of 10

8 To remove a user account using powershell To remove a user account, use the Disable-CsUser cmdlet. For example: Disable-CsUser -Identity "Asmayal Jawad" After this command has run there is no way to re-enable the account and its previous settings. Instead, you will need to use the Enable-CsUser cmdlet to create a brand-new account for Ken Myer. User Migration from Lync 2010 to Skype for Business 2015 To move selected users to a different server or pool 1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment. 2. Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel. Security Accounts Manager (SAM) account name, SIP address, or line Uniform Resource Identifier (URI) of the user account that you want, and then click Find. 5. In the table, select a specific user or users in the list. 6. On the Action menu, click Move selected users to pool. 7. In Move Users, select the pool that you want to move the users to in Destination registrar pool. Page 8 of 10

9 User Migration via Shell 1. To move single users, use the Move-CsUser cmdlet as follows: Move-CsUser -Identity "Asmayal Jawad" -Target "NewPoolFQDN" Where the user to move is the user Asmayal Jawad, and the user will be moved from their currently assigned home pool to the new pool NEWPOOLFQDN. 2. To move a large number of users, use filters with the Get-CsUser cmdlet and pass the resulting set of users to Move-CsUser: Get-CsUser -Filter {RegistrarPool -eq "CurrentPoolFqdn"} Move-CsUser -Target "TargetPoolFQDN" Changing the SIP Domain To change a user SIP Domain, 1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment. 2. Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel. Security Accounts Manager (SAM) account name, SIP address, or line Uniform Resource Identifier (URI) of the user account that you want, and then click Find. Page 9 of 10

10 change the SIP Domain from OLDSIPDOMAIN to NEWSIPDOMAIN 1. Update SIP Domain for Individual user where user name is Asmayal Jawad, $user = get-csuser -Identity Asmayal Jawad $sipaddress = $user.sipaddress $NewSipAddress = Set-CsUser -Identity Asmayal Jawad -SipAddress $newsipaddress 2. Power shell command to Select the Default SIP Domain Set-CsSipDomain -Identity NEWSIP -IsDefault $True will create our needed CSV file. Check the content inside it to be sure that s what you need. Page 10 of 10

Pleasant work. Hareli Dudaei. Microsoft Architect

Pleasant work. Hareli Dudaei. Microsoft Architect Pleasant work Hareli Dudaei Microsoft Architect 1 Table of Contents Preliminary knowledge:... 3 Connection... 3 Lync topology Builder... 4 The control panel... 7 users... 8 Enable or Disable Users for

More information

GlobalMeet Audio for Skype for Business. Administrator Guide

GlobalMeet Audio for Skype for Business. Administrator Guide GlobalMeet Audio for Skype for Business Administrator Guide Revised: February 2017 Contents Introduction... 3 Before You Begin... 3 System Requirements... 3 What s New in This Guide... 3 Set Up GlobalMeet

More information

One Identity Quick Connect Express for Active Directory Administrator Guide

One Identity Quick Connect Express for Active Directory Administrator Guide One Identity Quick Connect Express for Active Directory 5.6.0 Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Microsoft Exam Lync 2013 Depth Support Engineer Exam Version: 6.2 [ Total Questions: 114 ]

Microsoft Exam Lync 2013 Depth Support Engineer Exam Version: 6.2 [ Total Questions: 114 ] s@lm@n Microsoft Exam 74-338 Lync 2013 Depth Support Engineer Exam Version: 6.2 [ Total Questions: 114 ] Question No : 1 You are a member of the CsAdministrator group that supports the datacenter for the

More information

Module 3. Configuring Users and Rights. MVA Jump Start

Module 3. Configuring Users and Rights. MVA Jump Start Module 3 Configuring Users and Rights MVA Jump Start Module Overview Managing Lync Server 2013 Introduction to Role Based Access Control (RBAC) Lesson 1: Managing Lync Server 2013 Lync Server Control Panel

More information

Integration of Lync2010 and MyPBX

Integration of Lync2010 and MyPBX Integration of Lync2010 and MyPBX Version: 1.0 Yeastar Technology Co., Ltd. www.yeastar.com Page 1 CONTENTS: 1. Introduction... 3 2. Create topology to MyPBX and publish it... 3 3. Enable lync account...

More information

Microsoft Core Solutions of Microsoft Skype for Business Download Full version :

Microsoft Core Solutions of Microsoft Skype for Business Download Full version : Microsoft 70-334 Core Solutions of Microsoft Skype for Business 2015 Download Full version : https://killexams.com/pass4sure/exam-detail/70-334 QUESTION: 106 DRAG DROP You have a Lync Server 2013 infrastructure

More information

Core Solutions of Microsoft Skype for Business 2015

Core Solutions of Microsoft Skype for Business 2015 Course 20334: Core Solutions of Microsoft Skype for Business 2015 Course Outline Module 1: Installing and Implementing Skype for Business Server 2015 This module helps you to identify the external dependencies

More information

Overview. Audience profile. At course completion. Module Title : 20334A:Core Solutions of Skype for Business Course Outline :: 20334A::

Overview. Audience profile. At course completion. Module Title : 20334A:Core Solutions of Skype for Business Course Outline :: 20334A:: Module Title : 20334A:Core Solutions of Skype for Business 2015 Duration : 5 days Overview This course teaches IT professionals how to plan, deploy, configure, and administer a Skype for Business 2015

More information

Microsoft > PRO: Microsoft Lync Server 2010, Administrator

Microsoft > PRO: Microsoft Lync Server 2010, Administrator Microsoft 70-665 --> PRO: Microsoft Lync Server 2010, Administrator Number: 70-665 Passing Score: 800 Time Limit: 120 min File Version: 12.39 http://www.gratisexam.com/ Exam: 70-665 Microsoft PRO: Microsoft

More information

Core Solutions of Skype for Business 2015

Core Solutions of Skype for Business 2015 Course 20334B: Core Solutions of Skype for Business 2015 Page 1 of 8 Core Solutions of Skype for Business 2015 Course 20334B: 4 days; Instructor-Led Introduction This course teaches IT professionals how

More information

Core Solutions of Skype for Business 2015

Core Solutions of Skype for Business 2015 Core Solutions of Skype for Business 2015 OD20334B; On-Demand, Video-based Course Description This course provides students with the knowledge and skills that are required to plan, deploy, configure, and

More information

[MS20334]: Core Solutions of Skype for Business 2015

[MS20334]: Core Solutions of Skype for Business 2015 [MS20334]: Core Solutions of Skype for Business 2015 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Skype Delivery Method : Instructor-led (Classroom) Course Overview This course

More information

Microsoft Surface Hub Microsoft Surface Hub administrator's guide Intro to Microsoft Surface Hub Prepare your environment for Microsoft Surface Hub

Microsoft Surface Hub Microsoft Surface Hub administrator's guide Intro to Microsoft Surface Hub Prepare your environment for Microsoft Surface Hub Table of Contents Microsoft Surface Hub Microsoft Surface Hub administrator's guide Intro to Microsoft Surface Hub Prepare your environment for Microsoft Surface Hub Set up Microsoft Surface Hub Manage

More information

One Identity Active Roles 7.2. Skype for Business Server User Management Administrator Guide

One Identity Active Roles 7.2. Skype for Business Server User Management Administrator Guide One Identity Active Roles 7.2 Skype for Business Server User Management Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

20334A: Core Solutions of Microsoft Skype for Business 2015

20334A: Core Solutions of Microsoft Skype for Business 2015 20334A: Core Solutions of Microsoft Skype for Business Course Details Course Code: Duration: Notes: 20334A 5 days This course syllabus should be used to determine whether the course is appropriate for

More information

Multi Factor Authentication & Self Password Reset

Multi Factor Authentication & Self Password Reset Multi Factor Authentication & Self Password Reset Prepared by: Mohammad Asmayal Jawad https://ca.linkedin.com/in/asmayal August 14, 2017 Table of Contents Selectable Verification Methods... 2 Set up multi-factor

More information

Planning, Deploying, and Monitoring Mobility Microsoft Lync Server 2010

Planning, Deploying, and Monitoring Mobility Microsoft Lync Server 2010 Microsoft Lync Server 2010 Published: March 2012 This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without

More information

Microsoft Selftestengine Exam Questions & Answers

Microsoft Selftestengine Exam Questions & Answers Microsoft Selftestengine 70-337 Exam Questions & Answers Number: 70-337 Passing Score: 800 Time Limit: 120 min File Version: 32.4 http://www.gratisexam.com/ Microsoft 70-337 Exam Questions & Answers Exam

More information

Microsoft Core Solutions of Microsoft Skype for Business 2015

Microsoft Core Solutions of Microsoft Skype for Business 2015 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20334 - Core Solutions of Microsoft Skype for Business 2015 Length 5 days Price $4290.00 (inc GST) Version B Overview This course provides students with

More information

exam.144q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1. Microsoft Enabling Office 365 Services

exam.144q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1. Microsoft Enabling Office 365 Services 70-347.exam.144q Number: 70-347 Passing Score: 800 Time Limit: 120 min File Version: 1 Microsoft 70-347 Enabling Office 365 Services Sections 1. Manage clients and end-user devices 2. Provision SharePoint

More information

Microsoft Selftestengine Exam Questions & Answers

Microsoft Selftestengine Exam Questions & Answers Microsoft Selftestengine 70-337 Exam Questions & Answers Number: 70-337 Passing Score: 800 Time Limit: 120 min File Version: 32.4 http://www.gratisexam.com/ Microsoft 70-337 Exam Questions & Answers Exam

More information

Migration Utilities for Microsoft Users

Migration Utilities for Microsoft Users First Published: 2016-07-21 Introduction This application combines the functionality previously provided in the: Export Contact List application Disable Account application Delete Account application You

More information

Skype for Business Configuration

Skype for Business Configuration Skype for Business Configuration Architecture Since Spring 2017, Imagicle Queue Manager Enterprise provides native integration with Microsoft Lync / Skype for Business, as a Trusted UCMA Application registered

More information

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in

More information

[MS20347]: Enabling and Managing Office 365

[MS20347]: Enabling and Managing Office 365 [MS20347]: Enabling and Managing Office 365 Length : 5 Days Audience(s) : IT Professionals Level : 200 Technology : Microsoft Office Delivery Method : Instructor-led (Classroom) Course Overview This is

More information

20347: Enabling and Managing Office hours

20347: Enabling and Managing Office hours 20347: Enabling and Managing Office 365 35 hours About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A

Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A Outline This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

Connect the Robin to MS Lync. How-To: ROBIN Tech Note. Version: ENG Datum:

Connect the Robin to MS Lync. How-To: ROBIN Tech Note. Version: ENG Datum: ROBIN Tech Note Version: 1.0.3 ENG Datum: 7-06-2018 How-To: Connect the Robin to MS Lync gf2 About this Tech Note This Tech Note is meant for the following Robin products:: C03060 - C03067 : Proline SIP

More information

Course 20334B:Core Solutions of Skype for Business 2015

Course 20334B:Core Solutions of Skype for Business 2015 Course 20334B:Core Solutions of Skype for Business 2015 About this course This course provides students with the knowledge and skills that are required to plan, deploy, configure, and administer a Skype

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Course 20347A: Enabling and Managing Office 365 Course details Course Outline Module 1: Planning and provisioning Microsoft Office 365 This module reviews the features of Office 365 and identifies recent

More information

Module 5. Conferencing in Lync Server MVA Jump Start

Module 5. Conferencing in Lync Server MVA Jump Start Module 5 Conferencing in Lync Server 2013 MVA Jump Start Module Overview Introduction to Conferencing in Lync Server 2013 Designing for Audio/Video and Web Conferencing Dial-In Conferencing in Lync Server

More information

CA Mobile Device Management Configure Access Control for Using Exchange PowerShell cmdlets

CA Mobile Device Management Configure Access Control for  Using Exchange PowerShell cmdlets CA Mobile Device Management Configure Access Control for Email Using Exchange PowerShell cmdlets This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

User Management Pack 365

User Management Pack 365 Installation and Administration Manual AudioCodes One Voice for Microsoft Skype for Business User Management Pack 365 Version 7.8 Installation and Administration Guide Contents Table of Contents 1 Introduction...

More information

"Charting the Course... MOC B Core Solutions of Microsoft Skype for Business Course Summary

Charting the Course... MOC B Core Solutions of Microsoft Skype for Business Course Summary MOC 20334 B Core Solutions of Microsoft Skype for Description Course Summary This course provides students with the knowledge and skills required to plan, deploy, configure, and administer a Skype for

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Enabling and Managing Office 365 Duration: 5 days COURSE DESCRIPTION This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

ENABLING AND MANAGING OFFICE 365

ENABLING AND MANAGING OFFICE 365 20347 - ENABLING AND MANAGING OFFICE 365 CONTEÚDO PROGRAMÁTICO Module 1: Planning and provisioning Office 365 This module reviews the features of Office 365 and identifies recent improvements to the service.

More information

Presence Service Configuration

Presence Service Configuration Presence Service Configuration 28 Mar 2019 TM and copyright 2010-2019 Imagicle spa Table of Contents Presence Service Configuration...1/13 Imagicle Presence Service Configuration...1/13 Configuration for

More information

Installing Lync 2013 Edge Server

Installing Lync 2013 Edge Server Installing Lync 2013 Edge Table of Contents Overview o Configuring the DNS Service Internal DNS External DNS o Configuring the Firewall Ports Requirement for Internal Access Ports Requirement for External

More information

The Common Microsoft Communications Silos Offering

The Common Microsoft Communications Silos Offering The Common Microsoft Communications Silos Offering Instant Messaging (IM) Voice Mail Video Conferencing Telephony Web Conferencing E-mail and Calendaring Audio Conferencing Authentication Administration

More information

SEFAUtil Server User Manual

SEFAUtil Server User Manual Landis Technologies LLC SEFUtil Server User Manual Page 1 Contents Overview of SEFUtil Server... 4 What does it do?... 4 What are Common Use Cases?... 4 Community versus Enterprise Edition... 4 SEFUtil

More information

You will need 1 AD Server O/S and 1 Lync Server O/S. o Lync requires 64bit O/S This guide is Using Windows Server bit

You will need 1 AD Server O/S and 1 Lync Server O/S. o Lync requires 64bit O/S This guide is Using Windows Server bit Below are the step by step instructions to install Lync Server 2013 Standard Edition Front End on Windows Server 2012. Here is an outline of what we will do: 1. Prepare Servers 2. Install Lync Server 2013

More information

One Identity Active Roles 7.2. Feature Guide

One Identity Active Roles 7.2. Feature Guide One Identity Active Roles 7.2 Feature Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012

INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012 INSTALLING LYNC SERVER 2013 EE POOL ON WINDOWS SERVER 2012 Installing an Enterprise Pool that consists of two Front-End Servers. Server Environment: DC-01.chahla.local (Domain Controller, Certificate Authority)

More information

Sonus SBC 1000/2000 V6.0.0 Registration IOT Skype for Business 2015 Analog Devices and Failover Application Note

Sonus SBC 1000/2000 V6.0.0 Registration IOT Skype for Business 2015 Analog Devices and Failover Application Note Sonus SBC 1000/2000 V6.0.0 Registration IOT Skype for Business 2015 Analog Devices and Failover Application Note Table of Contents Copyright 2017 Sonus Networks. All rights reserved. Page 1 Document Overview

More information

Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform

Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform 1. Executive Summary This paper describes how to configure Microsoft Skype for Business or Lync 2013

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Lincoln Land Community College Capital City Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Enabling and Managing Office 365 Course Description This is a 5-day instructor-led

More information

Education and Support for SharePoint, Office 365 and Azure

Education and Support for SharePoint, Office 365 and Azure Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com COURSE OUTLINE ENABLING AND MANAGING OFFICE 365 Course Duration: 5 Days Course Code: 20347A Overview Course Code: 20347A

More information

Skype for Business Server 2019 Preview Deployment Guide

Skype for Business Server 2019 Preview Deployment Guide Skype for Business Server 2019 Preview Deployment Guide 11/08/2018 Plan Deploy Test Table of Contents Introduction... 3 Bit of background... 3 Skype for Business 2019 Preview requirements... 3 Hardware...

More information

Microsoft Official Curriculum Enabling and Managing Office 365 (5 Days - English) Programme détaillé

Microsoft Official Curriculum Enabling and Managing Office 365 (5 Days - English) Programme détaillé Module 1: Planning and provisioning Microsoft Office 365 This module reviews the features of Office 365 and identifies recent improvements to the service. Also it describes how to configure an Office 365

More information

Office : Enabling and Managing Office 365. Upcoming Dates. Course Description. Course Outline

Office : Enabling and Managing Office 365. Upcoming Dates. Course Description. Course Outline Office 365 20347: Enabling and Managing Office 365 Learn how to evaluate, plan, deploy and operate Microsoft Office 365 Cloud-Based Services in this 5-day class. Your instructor will focus on real world

More information

Cisco TelePresence Microsoft Lync and Cisco VCS

Cisco TelePresence Microsoft Lync and Cisco VCS Cisco TelePresence Microsoft Lync and Cisco VCS Deployment Guide Cisco VCS X8.1 Microsoft Lync 2010, Lync 2013 D14269.11 December 2013 Contents Introduction 5 Objectives and intended audience 5 Deployment

More information

Microsoft_Prepking_70-664_v2011_11_02_editByPiru_fromBeecher

Microsoft_Prepking_70-664_v2011_11_02_editByPiru_fromBeecher Microsoft_Prepking_70-664_v2011_11_02_editByPiru_fromBeecher Number: 70-664 Passing Score: 700 Time Limit: 120 min File Version: 2011-06-08 http://www.gratisexam.com/ Exam : Microsoft_Prepking_70-664 Ver

More information

Course Content of Office 365:

Course Content of Office 365: Course Content of Office 365: Course Outline Module 1: Planning and provisioning Office 365This module reviews the features of Office 365 and identifies recent improvements to the service. It describes

More information

2016 Braindump2go Valid Microsoft Exam Preparation Materials:

2016 Braindump2go Valid Microsoft Exam Preparation Materials: 2016 NEW Microsoft 70-346: Managing Office 365 Identities and Requirements Exam Questions and Answers RELEASED in Braindump2go.com Online IT Study Website Today! 2016 Braindump2go Valid Microsoft 70-346

More information

Deployment of Unified Communication - Lync Server 2013 Steps: Lync Front End Server in a Domain. Few Screen Shots. Scroll down to start your drill

Deployment of Unified Communication - Lync Server 2013 Steps: Lync Front End Server in a Domain. Few Screen Shots. Scroll down to start your drill Deployment of Unified Communication - Lync Server 2013 Steps: Lync Front End Server in a Domain Few Screen Shots Scroll down to start your drill 1. Install Fresh Server 2012 2. Configure Static IP 3. Join

More information

Grandstream Networks, Inc. How to Integrate UCM6XXX with Microsoft Lync Server

Grandstream Networks, Inc. How to Integrate UCM6XXX with Microsoft Lync Server Grandstream Networks, Inc. Table of Contents OVERVIEW... 4 UCM6XXX CONFIGURATION... 5 Step 1: Create SIP Peer Trunk... 5 Step 2: Configure Outbound Rule... 7 Step 3: Configure Inbound Rule... 8 MICROSOFT

More information

ENABLING AND MANAGING OFFICE 365

ENABLING AND MANAGING OFFICE 365 Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com COURSE OUTLINE ENABLING AND MANAGING

More information

Module 2a. Part 1 Deploying Microsoft Lync Server 2010

Module 2a. Part 1 Deploying Microsoft Lync Server 2010 Module 2a Part 1 Deploying Microsoft Lync Server 2010 Deploying Lync Server 2010 Jump Start Day 1: Deploy & Configure Module 1: Features & Architecture Module 2a: Deploying Lync Server 2010 Part 1 Module

More information

Configuration for Microsoft Presence

Configuration for Microsoft Presence Configuration for Microsoft Presence Architecture Imagicle Presence Service connects directly to Microsoft Lync / SfB Frontend Service through Microsoft UCMA API. Requirements Imagicle presence service

More information

Microsoft > PRO: Microsoft Lync Server 2010, Administrator

Microsoft > PRO: Microsoft Lync Server 2010, Administrator Microsoft 70-665 --> PRO: Microsoft Lync Server 2010, Administrator Number: 70-665 Passing Score: 700 Time Limit: 100 min File Version: 12.39 http://www.gratisexam.com/ Exam: 70-665 Microsoft PRO: Microsoft

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps:// IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 70-384 Title : Recertification for MCSE: Communication Version : DEMO 1 / 7 Topic 1, Contoso Ltd Case

More information

Microsoft Enabling and Managing Office 365

Microsoft Enabling and Managing Office 365 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20347 - Enabling and Managing Office 365 Length 5 days Price $4290.00 (inc GST) Version A Overview This is a 5-day instructor-led training (ILT) course that

More information

Configure IM Addressing Scheme

Configure IM Addressing Scheme IM Addressing Scheme Overview, on page 1 IM Addressing Scheme Prerequisites, on page 2 Task Flow, on page 3 IM Addressing Scheme Overview The IM and Presence Service supports two IM addressing schemes:

More information

CertifyMe - TL - Lync Server Exam

CertifyMe - TL - Lync Server Exam CertifyMe - TL - Lync Server 2010 - Exam 70 664 Number: 70-664 Passing Score: 710 Time Limit: 120 min File Version: 9.2 http://www.gratisexam.com/ CertifyMe Exam 70-664 Exam Updated 02 February 2013 -

More information

MCSA Office 365 Bootcamp

MCSA Office 365 Bootcamp MCSA Office 365 Bootcamp Length: 6 days Format: Bootcamp Time: Day About This Course Demonstrate your skills in transitioning to and administering cloud-hosted business applications with Microsoft Office

More information

Updating Skype for Business Phone Firmware from Microsoft Skype for Business Server. Table of Contents

Updating Skype for Business Phone Firmware from Microsoft Skype for Business Server. Table of Contents 1 Table of Contents Updating Phone Firmware from Microsoft Skype for Business Server... 1 Uploading the Update Package... 1 Creating Test Device... 2 Triggering Update... 3 Approving Updates... 4 Allowing

More information

Enterprise Voice & Online Services with Microsoft Lync Server 2013

Enterprise Voice & Online Services with Microsoft Lync Server 2013 Enterprise Voice & Online Services with Microsoft Lync Server 2013 Number: 70-337 Passing Score: 700 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Exam A QUESTION 1 Your network contains

More information

Course 10997A: Office 365 Administration and Troubleshooting

Course 10997A: Office 365 Administration and Troubleshooting Skip to main content Course 10997A: Office 365 Administration and Troubleshooting - Course details Course Outline Module 1: Office 365 services overview This module describes Office 365 services, licensing,

More information

Microsoft Skype for Business Deployment Guide. Architecture

Microsoft Skype for Business Deployment Guide. Architecture Microsoft Skype for Business Deployment Guide Architecture 12/4/2017 Architecture Contents 1 Architecture 1.1 T-Server in Front 1.2 SIP Server In Front 1.3 Multi-Site Support 1.4 SBA/SBS Support Microsoft

More information

Microsoft Skype for Business Deployment Guide. Architecture

Microsoft Skype for Business Deployment Guide. Architecture Microsoft Skype for Business Deployment Guide Architecture 3/31/2018 Architecture Contents 1 Architecture 1.1 T-Server in Front 1.2 SIP Server In Front 1.3 Multi-Site Support 1.4 SBA/SBS Support Microsoft

More information

Updating Skype for Business Phone Firmware from Microsoft Skype for Business Server. Table of Contents

Updating Skype for Business Phone Firmware from Microsoft Skype for Business Server. Table of Contents 1 Table of Contents Updating Phone Firmware from Microsoft Skype for Business Server... 1 Uploading the Update Package... 1 Creating Test Device... 2 Triggering Update... 3 Approving Updates... 4 Obtaining

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Enabling and Managing Office 365 Código del curso: 20347 Duración: 5 días Acerca de este curso This is a 5 day instructor led training (ILT) course that targets the needs of IT professionals who take part

More information

TLS Setup. TLS Overview. TLS Prerequisites

TLS Setup. TLS Overview. TLS Prerequisites Setup Overview, page 1 Prerequisites, page 1 Configuration Task Flow, page 2 Interactions and Restrictions, page 8 Overview Transport Layer Security () provides secure and reliable signaling and data transfer

More information

20347: Enabling and Managing Office 365

20347: Enabling and Managing Office 365 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Examen Microsoft Enterprise Voice & Online Services with Microsoft Lync -75

Examen Microsoft Enterprise Voice & Online Services with Microsoft Lync -75 Examen 70-337 Microsoft Enterprise Voice & Online Services with Microsoft Lync -75 Number: 70-337 Passing Score: 800 Time Limit: 120 min File Version: V-8.9 http://www.gratisexam.com/ Microsoft Enterprise

More information

Contacts Manager. Version 4.0. User Manual

Contacts Manager. Version 4.0. User Manual Contacts Manager Version 4.0 User Manual Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Solution... 4 1.3 Features... 4 2 Using Contacts Manager... 6 2.1 Starting the Application...6 3 Using Active

More information

Module 9. Troubleshooting Lync Server MVA Jump Start

Module 9. Troubleshooting Lync Server MVA Jump Start Module 9 Troubleshooting Lync Server 2013 MVA Jump Start Module Overview Introduction to Lync Server 2013 troubleshooting tools Understanding Lync Server 2013 operational tasks Develop Lync Server 2013

More information

Office 365 Administration and Troubleshooting

Office 365 Administration and Troubleshooting Office 365 Administration and Troubleshooting Course 10997A 3 Days Instructor-led, Hands on Course Information This is a three-day Instructor Led Training (ILT) course that targets the needs of information

More information

Dolby Conference Phone. Configuration Guide for Microsoft Skype for Business

Dolby Conference Phone. Configuration Guide for Microsoft Skype for Business Dolby Conference Phone Configuration Guide for Microsoft Skype for Business Version 3.3 31 July 2017 Copyright 2017 Dolby Laboratories. All rights reserved. Dolby Laboratories, Inc. 1275 Market Street

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Polycom Unified Communications Deployment Guide for Microsoft Environments

Polycom Unified Communications Deployment Guide for Microsoft Environments SOLUTION GUIDE Wave 8 August 2013 3725-00675-002 Rev A Polycom Unified Communications Deployment Guide for Microsoft Environments Polycom, Inc. 1 Copyright 2013, Polycom, Inc. All rights reserved. No part

More information

20337-Enterprise Voice and Online Services with Microsoft Lync Server 2013

20337-Enterprise Voice and Online Services with Microsoft Lync Server 2013 Course Outline 20337-Enterprise Voice and Online Services with Microsoft Lync Server 2013 Duration: 5 day (30 hours) Target Audience: This course is intended for IT Consultants and Telecommunications Consulting

More information

HC Skype for Business Product Datasheet

HC Skype for Business Product Datasheet HOSTING CONTROLLER CLOUD AUTOMATION SOLUTION HC Skype for Business Product Datasheet 01 What is HC Skype for Business? HC Skype for Business provides an all-inclusive web interface to the provisioning

More information

Microsoft Lync Server 2010 Active Directory Preparation And Schema Reference

Microsoft Lync Server 2010 Active Directory Preparation And Schema Reference Microsoft Lync Server 2010 Active Directory Preparation And Schema Reference Important distinction here: If you're running Lync Server 2010, you will need If so, Microsoft really should spend more effort

More information

Microsoft Lync Room System Deployment Guide Microsoft Lync Server 2013

Microsoft Lync Room System Deployment Guide Microsoft Lync Server 2013 Microsoft Lync Room System Deployment Guide Microsoft Lync Server 2013 Published: February 2014 This document is provided as-is. Information and views expressed in this document, including URL and other

More information

Microsoft > PRO: Microsoft Lync Server 2010, Administrator

Microsoft > PRO: Microsoft Lync Server 2010, Administrator Microsoft 70-665 --> PRO: Microsoft Lync Server 2010, Administrator Number: 70-665 Passing Score: 700 Time Limit: 100 min File Version: 12.39 http://www.gratisexam.com/ Exam: 70-665 Microsoft PRO: Microsoft

More information

Getting Started with Microsoft Lync Server 2010 Microsoft Lync Server 2010

Getting Started with Microsoft Lync Server 2010 Microsoft Lync Server 2010 Getting Started with Microsoft Lync Server 2010 Microsoft Lync Server 2010 Published: March 2012 This document is provided as-is. Information and views expressed in this document, including URL and other

More information

Skype for Business Configuration for Partitioned Intradomain Federation

Skype for Business Configuration for Partitioned Intradomain Federation Skype for Business Configuration for Partitioned Intradomain Federation Skype for Business Intradomain Federation, page 1 Skype for Business Intradomain Federation Task Flow, page 1 Skype for Business

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

PRO: Microsoft Lync Server 2010, Administrator

PRO: Microsoft Lync Server 2010, Administrator Microsoft 70665 PRO: Microsoft Lync Server 2010, Administrator Version: 7.2 Topic 1, A.Datum Corporation Microsoft 70665 Exam Company Overview A. Datum Corporation is a market research company that has

More information

Exam A A. HTTPS B. PSOM C. STUN D. TURN. Correct Answer: A Section: (none) Explanation

Exam A A. HTTPS B. PSOM C. STUN D. TURN. Correct Answer: A Section: (none) Explanation Lync Server Number: 70-664 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ 70664 70-664 TS: Microsoft Lync Server 2010, Configuring Version 51.0 A Composite Solution

More information

Skype for Business Server 2015

Skype for Business Server 2015 Skype for Business Server 2015 1. část Marian Henč, MCSE, MCT marianhenc@hotmail.com WUG Praha, 20. 6. 2017 Agenda Intro Features and Architecture On-prem vs. Cloud Installation, Configuration and Administration

More information

Configure High Availability for Unified CVP

Configure High Availability for Unified CVP Server Groups, on page 1 Redundancy and Failover for Unified CVP, on page 3 ASR and TTS Server Location Setup, on page 5 Unified CVP Call Servers, on page 8 Unified CVP VXML Servers, on page 9 Server Groups

More information

Mobility Management Platform from AT&T

Mobility Management Platform from AT&T Quick start guide to Mobility Management Platform from AT&T For the management of AT&T Work Data and AT&T Work Voice https://mmp.att.com Setting up Mobility Management Platform Click the Set password,

More information

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year! EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com Exam : 070-337 Title : Enterprise Voice & Online Services

More information

Exam code: Exam code: Exam name: Enabling office 365 services.

Exam code: Exam code: Exam name: Enabling office 365 services. Exam code: 70-347 Number: 70-347 Passing Score: 800 Time Limit: 120 min File Version: 34.5 Exam code: 70-347 Exam name: Enabling office 365 services Visualexams QUESTION 1 You are the Office 365 administrator

More information

microsoft

microsoft 70-334 microsoft Number: 70-334 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Testlet 1 Overview Litware. Inc. is an international manufacturing company that has 10.000 users. The company has

More information

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 VoiceXML Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 Last updated June 17, 2016 (See Change Log for summary of changes.) Abstract This

More information