Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Microsoft Teams

You're reading from   Hands-On Microsoft Teams A practical guide to enhancing enterprise collaboration with Microsoft Teams and Microsoft 365

Arrow left icon
Product type Paperback
Published in Dec 2021
Publisher Packt
ISBN-13 9781801075275
Length 532 pages
Edition 2nd Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
João Ferreira João Ferreira
Author Profile Icon João Ferreira
João Ferreira
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Microsoft Teams Basics 2. Microsoft Teams' Core Features FREE CHAPTER 3. How to Use Microsoft Teams: Chats and Conversation 4. How to Use Microsoft Teams: Meetings, Webinars, and Live Events 5. Private vs Public vs Shared: Teams and Channels 6. Teams Templates 7. Employee Experience in Microsoft Teams Using Microsoft Viva 8. Other Microsoft Teams Use Cases 9. Extending Microsoft Teams Using Apps 10. Extending Microsoft Teams Using Custom Apps and Microsoft 365 11. Building Your Own App for Microsoft Teams Using the Developer Portal 12. Building Your Own Bot for Microsoft Teams 13. Microsoft Teams PowerShell: A Tool for Automation 14. Other Books You May Enjoy
15. Index

To get the most out of this book

To get the most out of this book, you should have a Microsoft Teams account (free or business) and you should have the application installed on your computer and mobile phones.

The final chapter of the book covers the use of PowerShell, which requires the installation of the Microsoft Teams PowerShell module.

Software covered in the book

OS requirements

Microsoft Teams

Windows, macOS X, or Linux Android or iOS

Microsoft Teams PowerShell module

Windows

If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (https://github.com/PacktPublishing/Hands-On-Microsoft-Teams-Second-Edition). Doing so will help you avoid any potential errors related to the copying/pasting of code.

Download the example code files

The code bundle for the book is hosted on GitHub at https://github.com/PacktPublishing/Hands-On-Microsoft-Teams-Second-Edition. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://static.packt-cdn.com/downloads/9781801075275_ColorImages.pdf.

Conventions used

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

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: ''Select System info from the Administration panel.''

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. For example; "We loop through all these owners and compare them with the email defined in $teamOwnerEmail."

A block of code is set as follows:

$winVersion = Get-WmiObject Win32_OperatingSystem
$psVersion = Get-Host | Select-Object Version
Write-Host "This computer is running:"
Write-Host ("Windows {0} – Build {1}"-f $winVersion.Version, $winVersion.BuildNumber)
Write-Host ("PowerShell {0}.{1}" -f $psVersion.Version.Major, $psVersion.Version.Minor)

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

Get-Team -DisplayName "Project X"

Important notes and real-life Microsoft Teams scenarios appear like this.

Pro tips appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime