Book Image

Deploying Microsoft 365 Teamwork: Exam MS-300 Guide

By : Aaron Guilmette
Book Image

Deploying Microsoft 365 Teamwork: Exam MS-300 Guide

By: Aaron Guilmette

Overview of this book

The Microsoft MS-300 exam is designed to test the knowledge and skills of administrators in deploying, configuring, and managing SharePoint Online, SharePoint Server, SharePoint Hybrid, OneDrive for Business, and Teams. This book offers up-to-date coverage of the important topics based on the MS-300 exam and features question answers and insider tips to help you prepare for certification. Written in a clear, succinct way, the book starts by helping you configure and manage SharePoint Online. You’ll then delve into OneDrive for Business, right from managing users and groups, through to monitoring sharing and security. Further chapters will guide you through working with Teams, with an emphasis on managing identity authentication, resolving issues with the service, and even observing usage patterns. Later, you’ll get up to speed with workload integrations, covering the Yammer business communications platform, before moving on to understand how to integrate Microsoft Stream with SharePoint, Teams, and Yammer. Finally, you’ll learn to develop data governance and user adoption strategies. By the end of this book, you'll be well-versed with SharePoint Online and have learned the essential techniques and concepts you need to know in order to pass the MS-300 certification exam.
Table of Contents (24 chapters)
22
Assessment Answers

To get the most out of this book

The Microsoft 365 platform is best experienced with either a laptop or desktop computer running a modern operating system, such as Windows 10 or Mac OS X 10.12 or later. Additionally, modern browsers such as Microsoft Internet Explorer 11, Microsoft Edge, or a current version of Chrome, Safari, or Firefox are necessary for the Office 365 portal user interface to render properly. Older versions of Microsoft Internet Explorer may not work correctly.

An Office 365 tenant will also be required to follow along with the configuration examples. You can sign up for a trial tenant (no credit card required) at https://www.microsoft.com/en-us/microsoft-365/business/compare-more-office-365-for-business-plans. Some configuration options will require an Azure AD Premium subscription, which you can obtain as part of a Microsoft 365 trial or by activating an Azure AD Premium trial within the Azure portal (https://portal.azure.com).

Some examples require various PowerShell modules, such as the SharePoint Online Management Shell (https://www.microsoft.com/en-us/download/details.aspx?id=35588) or the Microsoft Teams module (https://www.powershellgallery.com/packages/MicrosoftTeams/1.0.3).

Conventions used

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

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Modern site group membership is managed through the Add-UnifiedGroupLinks cmdlet."

A block of code is set as follows:

Set-SPOUser -Site https://<tenant>.sharepoint.com/sites/<site> -LoginName <[email protected]> -IsSiteCollectionAdmin $true

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-SPOUser -Site https://<tenant>.sharepoint.com/sites/<site> -LoginName <[email protected]> -IsSiteCollectionAdmin $true

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

Connect-SPOService -Credential (Get-Credential) -Url https://<tenant>-admin.sharepoint.com

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "In the navigation pane, select Classic features."

Warnings or important notes appear like this.
Tips and tricks appear like this.