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 Office 365

Arrow left icon
Product type Paperback
Published in Apr 2020
Publisher Packt
ISBN-13 9781839213984
Length 324 pages
Edition 1st 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 (12) Chapters Close

Preface 1. Chapter 1:Microsoft Teams Basics 2. Chapter 2: Microsoft Teams' Core Features FREE CHAPTER 3. Chapter 3: How to Use Microsoft Teams – Chats and Conversation 4. Chapter 4: How to Use Microsoft Teams – Meetings and Live Events 5. Chapter 5: Public versus Private – Teams and Channels 6. Chapter 6: Extending Microsoft Teams Using Apps 7. Chapter 7: Extend Microsoft Teams Using Custom Apps and Microsoft 365 8. Chapter 8: Build Your Own App for Microsoft Teams Using App Studio 9. Chapter 9: Building Your Own Bot for Microsoft Teams 10. Chapter 10: Microsoft Teams PowerShell – a Tool for Automation 11. Other Books You May Enjoy

What is PowerShell and how can you use it?

PowerShell is a command-line shell that gives you access to a framework to automate and configure processes on Windows.

First released in 2006, it is mainly used on Windows due to the technical architecture that was used in the earlier versions of PowerShell. It recently became available for other platforms, such as Linux and macOS, but most of the modules available do not support these operating systems.

Instructions on PowerShell are done through the use of cmdlets, where each cmdlet is responsible for the execution of a specific operation. Cmdlets can be combined into PowerShell scripts to automate scenarios, as we will see in this chapter.

A PowerShell script works like a programming language and you can create variables, conditions, or loops depending on the scenarios you want to automate. Scripts have the ps1 file extension and can be written with any text editor.

Note

This chapter assumes that the reader has a basic...

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