Book Image

Windows Server 2016 Cookbook

By : Jordan Krause
Book Image

Windows Server 2016 Cookbook

By: Jordan Krause

Overview of this book

This hands-on Cookbook is stuffed full of practical recipes that will help you handle the essential administrative tasks in Windows Server 2016. You’ll start by familiarizing yourself with the look and feel of Windows Server 2016, and will then learn how to navigate through some daily tasks using the graphical interface. You will see how to compose optimal Group Policies and facilitate task automation with PowerShell 5.0 scripting. We will also take a look at the functions available to provide remote network access to your traveling users, and explore the much anticipated Nano Server and Hyper-V built-in integration support that is brand new in Windows Server 2016. By the end of this book, you will know how to take your Windows Server 2016-powered server and turn it into any common infrastructure role that might be required in your company.
Table of Contents (18 chapters)
Windows Server 2016 Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Chapter 10. File Services and Data Control

File storage needs exist for any organization of any size. Whether we are talking about simple document storage for your team of users to utilize or something like block storage accessed over a network by a high performance computing environment, you are going to have servers in your network that are responsible for storing data safely and securely. The File Services role has grown significantly over the years as our storage needs have changed and evolved. Many of us can no longer satisfy the data needs for our environments with simple file shares and physical disks. Let's use this chapter to explore some of the more interesting ways that data can be managed in a Windows Server 2016 environment:

  • Enabling Distributed File System and creating a Namespace

  • Configuring Distributed File System Replication

  • Creating an iSCSI target on your server

  • Configuring an iSCSI initiator connection

  • Configuring Storage Spaces

  • Turning on data deduplication

  • Setting up Windows...