Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Deploying Microsoft 365 Teamwork: Exam MS-300 Guide
  • Table Of Contents Toc
Deploying Microsoft 365 Teamwork: Exam MS-300 Guide

Deploying Microsoft 365 Teamwork: Exam MS-300 Guide

By : Aaron Guilmette
4.3 (4)
close
close
Deploying Microsoft 365 Teamwork: Exam MS-300 Guide

Deploying Microsoft 365 Teamwork: Exam MS-300 Guide

4.3 (4)
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)
close
close
22
Assessment Answers

Configuring site collections

When planning for your site collection architecture, you'll need to make some decisions about the design. These decisions include the following:

  • The organization method for site collections or hub sites: Common organizational grouping methods include business regions or locations, product or business groups, agencies or departments, and external collaboration partners.
  • Site templates: Once you know how many site collections you need, you can determine what kinds of site templates to use. For classic SharePoint architecture, this could include templates from the Collaboration, Enterprise, or Publishing site groups. For modern SharePoint architecture, the two most common templates are Communications Site and Team Site.
  • Storage: When you purchase a SharePoint Online subscription (either standalone or as part of an Office 365 suite), your tenant is automatically allocated a pool of storage based on the number and type of user licenses purchased. Storage is automatically allocated by default, but you can further adjust or limit the storage as your organization requires.
  • Language support: If your organization needs to support multiple languages, you may wish to use the Multilingual User Interface (MUI) feature to allow users to view sites and pages in a language other than the one configured for the site or site collection.
Multilingual User Interface is not a translation tool; rather, it changes the display language for certain built-in default interface elements.
  • Governance: Perhaps the most often-overlooked planning task, governance is the process of deciding things such as permission models, managing external user access, rights management, common user interface and design elements, the amount of customization you allow administrators to perform, how search works, retention, and site life cycle management.

Creating, deleting, and restoring site collections

As part of your management tasks, you may be asked to create, delete, or restore site collections. Most of these tasks are very straightforward—the exception being fully deleting a SharePoint Modern site.

Creating site collections

Creating a site collection (classic architecture) or modern site (modern architecture) is a relatively simple task and is performed using the SharePoint admin center. These tasks require you to be either a SharePoint Admin or Global Admin.

Classic site

If you need to create a site collection that uses a classic template, you can navigate to the classic SharePoint Admin Center page by manually typing in the URL and selecting the Classic site collections page link under the Classic features section of the new SharePoint Admin Center or by using the Microsoft 365 Admin Center. In this example, you'll follow the Classic site collections page path. The steps are identical once you get to the classic site collections page:

  1. Navigate to the SharePoint Admin Center (https://tenant-admin.sharepoint.com).
  2. In the navigation pane, select Classic features:
  1. On the Classic features page, expand More classic features:
  1. Select Classic site collections page. This will open a new tab in the browser:
  1. Click New | Private Site Collection:

  1. Fill out the New site collection page details by entering values in the Title, Web Site Address, and Administrator fields. Select a template in the Template Selection area, and select a time zone for the site collection in the Time Zone area. Click OK when finished:
The Server Resource Quota value is no longer used, so just accept the default value of 300.

Once the site creation process has finished, you can navigate to the site and begin to customize it.

Modern site

Creating a modern site (referred to as a site collection in classic architecture) is quite simple from the SharePoint Admin Center. Use the following steps to complete the task:

  1. Navigate to the SharePoint Admin Center (https://tenant-admin.sharepoint.com).
  2. In the navigation pane, select Active sites. On the Active sites page, select + Create.
  3. Select the type of modern site you'd like to create (either Team site or Communication site). If you select Other options, you'll create a site without an Office 365 group.
  4. Fill out the details by entering values in the Site name, Group email address, and Group owner fields. Select a language in the Select a language drop-down menu. If necessary, expand Advanced settings to modify privacy settings and the time zone and to enter a description. Click Next when finished:
  1. Specify additional owners or members and click Finish.

Once you've created a modern site, you can either register it as a hub or associate it with an existing hub, if desired.

Modern sites cannot be managed through the classic SharePoint admin center.

Creating sites with PowerShell

If you need to create a lot of sites (for example, setting up infrastructure for a new company or division or creating similar structures in multiple tenants), you may want to do these tasks via PowerShell:

  1. Download and install the latest version of the SharePoint Online Management Shell from https://go.microsoft.com/fwlink/p/?LinkId=255251.
If you have multi-factor authentication enabled for your account, you will see a modern authentication dialog box when connecting. Additionally, these examples require the SharePoint Online PowerShell module, which currently only works on Windows-based machines. It will not work on PowerShell Core at this time.
  1. Launch PowerShell and import the SharePoint Online module:
Import-Module SharePointOnline
  1. Once it has been imported, you'll need to connect to SharePoint Online (if you are using multi-factor authentication for your account, you will need to omit the -Credential parameter):
Connect-SPOService -Credential (Get-Credential) -Url https://<tenant>-admin.sharepoint.com
  1. Retrieve the list of available templates for creating your sites:
Get-SPOWebTemplate
  1. View the templates listed. Select the value in the Name column that matches the type of site you wish to create. The list of templates available to you is limited by your license subscription:
Name Title LocaleId CompatibilityLevel
STS#3 Team site (no Office 365 group) 1033 15
STS#0 Team site (classic experience) 1033 15
BLOG#0 Blog 1033 15
BDR#0 Document Center 1033 15
DEV#0 Developer Site 1033 15
OFFILE#1 Records Center 1033 15
EHS#1 Team Site - SharePoint Online configuration 1033 15
BICENTERSITE#0 Business Intelligence Center 1033 15
SRCHCEN Enterprise Search Center 1033 15
BLANKINTERNETCONTAINER#0 Publishing Portal 1033 15
ENTERWIKI#0 Enterprise Wiki 1033 15
PROJECTSITE#0 Project Site 1033 15
PRODUCTCATALOG#0 Product Catalog 1033 15
COMMUNITY#0 Community Site 1033 15
COMMUNITYPORTAL#0 Community Portal 1033 15
SITEPAGEPUBLISHING#0 Communication site 1033 15
SRCHCENTERLITE#0 Basic Search Center 1033 15
VISPRUS#0 Visio Process Repository 1033 15
  1. Create the site substituting the value in the Name column for the type of site you want to create:
New-SPOSite -Url https://<tenant>.sharepoint.com/sites/<sitename> -Owner [email protected] -StorageQuota 100 -NoWait -ResourceQuota 50 -Template <TemplateName>
SharePoint Online cmdlets differ from their on-premises counterparts in that the nouns begin with SPO as opposed to the on-premises versions beginning with SP. For example, in SharePoint Server, the Get-SPSite cmdlet lists the sites available on the farm. In SharePoint Online, the corresponding cmdlet is Get-SPOSite.

Deleting site collections

Deleting a site collection is a fairly straightforward process for classic SharePoint; however, modern SharePoint sites that are connected to Office 365 groups require a few extra steps to be permanently deleted:

  1. Navigate to the SharePoint Admin Center (https://admin.microsoft.com), expand Admin centers, and select SharePoint.
  2. In the left navigation pane of the SharePoint admin center, select Active sites.
  3. Select a site to delete by clicking on it. If it is a site that has not been connected to an Office 365 group, you'll get a simple dialog to delete the site, as shown in the following screenshot:

If you selected a site that has been connected to an Office 365 group, however, you'll get an alternate dialog box that will present an option to also delete the associated Office 365 group. You will have to acknowledge deleting the group before being allowed to proceed with deleting the site, as the following screenshot depicts:

Deleted sites are retained for 93 days, after which point their content and settings will be permanently deleted. However, the Office 365 group for a modern site is only retained for 30 days as part of the Azure AD Recycle Bin process. If your group has been permanently deleted, the data will be unrecoverable unless you had previously placed a retention policy over groups and sites.

If you need to recover content from a site that was connected to an Office 365 group deleted more than 30 days ago, you may need to recreate the site (including owners and members), perform an eDiscovery search to return the deleted items, and then import the content back into the site.

Permanently deleting sites

Once you've deleted a site, it goes into a state where it's not immediately accessible but can be recovered. For classic sites or sites not connected to an Office 365 group, the site is preserved for 93 days before permanent deletion. If it is an Office 365-connected site, the Office 365 group is only preserved for 30 days (as part of the Azure AD recycle bin).

In either case, you may wish to remove the site earlier than the purge period. If the site you wish to remove is a classic site or was not connected to an Office 365 group, you can click on the Deleted sites menu option in the navigation pane. Notice that the Permanently delete button is grayed-out for modern sites connected to groups, as depicted in the following screenshot:

However, if you select a classic site or a site that was not connected to an Office 365 group, you're able to select the Permanently delete button, as shown in the following screenshot:

You can click Permanently delete to immediately remove the site and its contents if the option is available. However, for modern sites, you'll have to go through an extra step.

Extra steps for modern sites connected to Office 365 Groups

To permanently delete a modern group, you'll need to access SharePoint online from PowerShell:

  1. Download and install the latest version of the SharePoint Online Management Shell from https://go.microsoft.com/fwlink/p/?LinkId=255251.
  2. Launch PowerShell and import the SharePoint Online module:
Import-Module SharePointOnline
  1. Once it has been imported, you'll need to connect to SharePoint Online:
Connect-SPOService -Credential (Get-Credential) -Url https://<tenant>-admin.sharepoint.com
  1. Retrieve the list of deleted sites, and select the site to permanently delete:
Get-SPODeletedSite
  1. From the list of deleted sites, select the value under the URL that represents the site you wish to permanently delete:
  1. Use that value to specify which site to remove:
Remove-SPODeletedSite -Identity https://<tenant>.sharepoint.com/sites/<sitename>

Restoring site collections

Restoring a site collection is a straightforward process. For classic sites, you'll have up to 93 days to restore the site collection. For modern sites, you'll be limited to 30 days, based on the availability of the connected Office 365 group. To restore a deleted site, follow these steps (either as a SharePoint Admin or Global Admin):

  1. Navigate to the SharePoint Admin Center (https://admin.microsoft.com), expand Admin centers, and select SharePoint.
  2. In the navigation pane of the SharePoint admin center, under Sites, select Deleted sites.
  3. Select the site to restore, and then click the Restore button at the top of that page:
You can also use the SharePoint Online PowerShell cmdlet, Restore-SPODeletedSite, to perform this function.

Assigning users or groups as site collection administrators

In many organizations, it may be preferable to delegate administrative control of sites to those responsible for maintaining the content. To do this, you can assign the users as owners (modern SharePoint terminology) or site collection administrators (classic SharePoint terminology).

Adding admins using the SharePoint Admin Center

Site collection administrators can be added via the SharePoint admin center user interface. To do so, use the following procedure:

  1. Navigate to the SharePoint Admin Center (https://admin.microsoft.com), expand Admin centers, and select SharePoint.
  2. In the left navigation pane of the SharePoint admin center, select Active sites.
  3. Select a site, and then select the Owners drop-down menu from the menu bar. For classic sites, you'll be given the following options: Change primary admin and Change admins. For modern sites, you'll see the Change group owners option, as shown in the following screenshot:
  1. Modify the admin membership. If you are modifying a classic site and select a new primary admin, the current primary admin will continue to be listed as an additional admin. When finished modifying the membership, click Save at the bottom of the flyout:

Adding admins using PowerShell

You can also modify the membership of a site collection or site using PowerShell.

Classic site collection

To add an administrator to a classic site, follow these steps.

  1. Download and install the latest version of the SharePoint Online Management Shell from https://go.microsoft.com/fwlink/p/?LinkId=255251.
  2. Launch PowerShell and import the SharePoint Online module:
Import-Module SharePointOnline

  1. Once it has been imported, you'll need to connect to SharePoint Online:
Connect-SPOService -Credential (Get-Credential) -Url https://<tenant>-admin.sharepoint.com
  1. Set the user as a Site Collection Administrator:
Set-SPOUser -Site https://<tenant>.sharepoint.com/sites/<site> -LoginName <[email protected]> -IsSiteCollectionAdmin $true
  1. If you want to promote the user to the primary Site Collection Administrator, perform the following step:
Set-SPOSite -Identity https://<tenant>.sharepoint.com/sites/<site> -Owner <[email protected]>

Modern site

Since modern sites are connected to Office 365 groups, modern site group membership is managed through the Add-UnifiedGroupLinks cmdlet and takes a bit more effort. If you need to do it (for example, performing the activity in bulk), you may want to administer it via PowerShell with this process:

  1. Connect to Exchange Online PowerShell:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential (Get-Credential) -Authentication Basic -AllowRedirection;
Import-PSSession $Session
  1. Find the appropriate Office 365 group using the SharePoint site URL as a filter:
$Group = Get-UnifiedGroup -ResultSize Unlimited | ? { $_.SharePointSiteUrl -eq "https://<tenant>.sharepoint.com/sites/<site>"}
  1. Add the new owner to the Unified Group Links Members attribute:
Add-UnifiedGroupLinks -Identity $Group.DistinguishedName -LinkType Members -Links <[email protected]>
  1. Add the new owner to the Unified Group Links Owners attribute:
Add-UnifiedGroupLinks -Identity $Group.DistinguishedName -LinkType Owners -Links <[email protected]>
    CONTINUE READING
    83
    Tech Concepts
    36
    Programming languages
    73
    Tech Tools
    Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
    Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
    Icon 50+ new titles added per month and exclusive early access to books as they are being written.
    Deploying Microsoft 365 Teamwork: Exam MS-300 Guide
    notes
    bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

    Change the font size

    margin-width Margin width

    Change margin width

    day-mode Day/Sepia/Night Modes

    Change background colour

    Close icon Search
    Country selected

    Close icon Your notes and bookmarks

    Confirmation

    Modal Close icon
    claim successful

    Buy this book with your credits?

    Modal Close icon
    Are you sure you want to buy this book with one of your credits?
    Close
    YES, BUY

    Submit Your Feedback

    Modal Close icon
    Modal Close icon
    Modal Close icon