Book Image

Microsoft SharePoint Server 2019 and SharePoint Hybrid Administration

By : Aaron Guilmette
Book Image

Microsoft SharePoint Server 2019 and SharePoint Hybrid Administration

By: Aaron Guilmette

Overview of this book

SharePoint Server is an on-premises collaboration and business productivity platform. It serves as a content management and web services platform, enabling users to create, publish, and discover content and applications and integrate with business systems. This SharePoint book offers complete, up-to-date coverage of the SharePoint Server 2019 interface to help you configure and deploy confidently from the start. With the help of clear and succinct explanations and expert tips, this book covers SharePoint Server and SharePoint Hybrid configuration as well as the process for migrating to Microsoft SharePoint Online. As the book takes you through strategies and techniques for configuring and managing SharePoint on-premises and hybrid scenarios, you’ll get to grips with the concepts essential for SharePoint deployments, such as authentication, Business Connectivity Services, and the data gateway. You’ll also explore migration methods and strategies. By the end of this book, you'll have learned the fundamentals of deploying SharePoint Server 2019 and be able to use this reference guide for your administration tasks.
Table of Contents (19 chapters)

Configuring SMTP authentication for a SharePoint farm

A feature that's new to SharePoint Server 2019 is SMTP authentication. In previous versions of SharePoint Server, servers in the farm could only send messages through an existing anonymous SMTP relay. With SMTP authentication, servers can log into a solution and send emails directly (such as through Exchange Online Protection or other systems).

SMTP authentication requires two configuration tasks to be carried out:

  • Configuring an application credential key on each server in the farm
  • Configuring outgoing emails for the farm

To configure SMTP authentication, follow these steps on each server in the farm:

  1. Choose an application credential key to use for the farm. This key will be used to encrypt and decrypt the stored password. This key must be the same on all servers.
  2. Launch SharePoint Management Shell.
  3. Run the following PowerShell commands, replacing the <ApplicationCredentialKeyValue> value with the application credential...