Search icon CANCEL
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

Installing Microsoft Teams PowerShell

The PowerShell module for Microsoft Teams is not installed by default on Windows, so it needs to be added to the operating system.

Most of the official modules available can be found in the PowerShell Gallery, a site where you can find a description for the module, installation instructions, and also the change log of each version. The PowerShell gallery is available at https://www.powershellgallery.com/.

Important

The Microsoft Teams PowerShell module requires PowerShell 5.1. To find out what version is running on your computer, execute the following cmdlet:

Get-Host | Select-Object Version

If the cmdlet returns a lower version than 5.1, execute the following cmdlet to update it:

Install-Module -Name PowerShellGet -Force -AllowClobber

To get the Microsoft Teams module installed on your system, follow these steps:

  1. On your computer, open the PowerShell command line with administrator...
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 €18.99/month. Cancel anytime