Book Image

Implementing Microsoft SharePoint 2019

By : Lewin Wanzer, Angel Wood
Book Image

Implementing Microsoft SharePoint 2019

By: Lewin Wanzer, Angel Wood

Overview of this book

Microsoft’s latest addition to their product range, SharePoint Server 2019, is a new enterprise content management platform that brings on-premise collaboration features to life. It can be used as an isolated platform or in a hybrid connected configuration providing management and connectivity to Office 365. You can use the SharePoint framework to host sites, information, data, and applications in a robust CMS that centralizes collaborative content for enterprises. SharePoint 2019 enables new integrations and features that will allow you to work seamlessly with new and old Office products such as Microsoft Power Apps and other Microsoft Office applications. Implementing Microsoft SharePoint 2019 will help you understand the challenges, planning, migration steps, installation concepts, and configuration involved in providing this platform for your enterprise. The book will also show you what the platform brings to the table from an on-premise server perspective. If you’re new to SharePoint 2019, you’ll also be guided through how to get servers up and running so that you and your user community can become productive with this powerful new platform. By the end of this book, you’ll be well-versed in Microsoft SharePoint 2019 and have the knowledge you need to apply your skills in the real world.
Table of Contents (14 chapters)

Configuring SharePoint Services

Configuring SharePoint Services is the first thing we must do before creating web applications that hold content for our users. In this section, we will start adding services to our farm and configuring areas for monitoring and logging. The following exercises will help us complete all the preparation we need to do to support the creation of web applications that serve our user's communities. This will allow them to start using the farm to share content and use the services provided.

There are different methods you can use to configure your SharePoint farm; that is, PowerShell, GUI, or AutoSPInstaller. Figure out what works best for you. In this book, we will be using a combination of PowerShell and GUI to show you how things are done from an illustrative perspective, though scripts that show you how to do this manually will also be provided. The reason we will be using both is so that those who may be new to SharePoint can follow along...