Book Image

Expert Microsoft Teams Solutions

By : Aaron Guilmette, Yura Lee, Grant Oliasani, Angel Aviles
Book Image

Expert Microsoft Teams Solutions

By: Aaron Guilmette, Yura Lee, Grant Oliasani, Angel Aviles

Overview of this book

Microsoft Teams is an invaluable tool that can integrate various Microsoft products into a single convenient hub. But making the most of it often requires expert help and hours spent on calls and live chats. If you’d rather have all the information you need to make the most of Teams in one place, then this book is for you. Written by two Microsoft technical specialists who have spent years helping clients find the best way to utilize Teams, this book will help you understand Teams as a whole — from architecture and collaboration through to apps and voice. You’ll study the platform from the perspective of the end user as well as the administrator, gaining insights and learning from real-life examples. You’ll tackle adopting, implementing, and administering Teams efficiently, which will help you realize its full potential. From setup and deployment to modernizing your organization’s chat and voice infrastructure, you’ll get plenty of useful and actionable tips as you progress. By the end of your journey through this book, you’ll be able to design and implement the most important and exciting aspects of Microsoft Teams help your organization work more efficiently.
Table of Contents (27 chapters)
1
Part 1: Collaboration and Apps
Free Chapter
2
Chapter 1: Taking a Tour of Microsoft Teams
6
Part 2: Meetings
10
Part 3: Bots and Development
14
Part 4: Voice
19
Part 5: Administration

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "You can use the Get-MsolAccountSku cmdlet to retrieve a list of SKUs."

A block of code is set as follows:

If (!(Get-Module -ListAvailable MSOnline)) { Install-Module MSOnline}
Connect-MsolService -Credential (Get-Credential)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

Set-MsolUser -UserPrincipalName [email protected] -UsageLocation [region]
Set-MsolUserLicense -UserPrincipalName [email protected] -AddLicenses "advancedmsteams:MEETING_ROOM"

Any command-line input or output is written as follows:

Set-MsolUserLicense -UserPrincipalName [email protected] -AddLicenses "advancedmsteams:MEETING_ROOM"

Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Search for and select Power Virtual Agents."

Tips or Important Notes

Appear like this.