万本电子书0元读

万本电子书0元读

顶部广告

Windows Server 2016 Cookbook电子书

售       价:¥

29人正在读 | 0人评论 6.2

作       者:Jordan Krause

出  版  社:Packt Publishing

出版时间:2016-11-01

字       数:185.4万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Sauté your way through more than 100 hands-on recipes designed to prepare any server administrator to work with Windows Server 2016 About This Book Get the first book on the market to unleash the power of Windows Server 2016, which improves the lives of thousands of enterprise users Be the first to leverage the advent of Containers and Nano Server on Windows Server 2016, which utilizes the resources efficiently and increases productivity. This practical, recipe-based approach helps you to delivering global-scale cloud services into your infrastructure using Windows Server 2016 Who This Book Is For This book is for system administrators and IT professionals with experience in Windows Server 2012 R2 environments who are looking to acquire the skills and knowledge necessary to manage and maintain the core infrastructure required for a Windows Server 2016 environment. What You Will Learn Build the infrastructure required for a successful Windows network Navigate the new Server 2016 interface efficiently Implement solid networking and security practices into your Windows Server environment Design your own PKI and start issuing certificates today Explore the brand-new Nano Server functionality Enable nested virtualization on Hyper-V and Server Connect your remote laptops back to the corporate network using Microsoft's own remote access technologies, including DirectAccess Provide a centralized point for users to access applications and data by configuring Remote Desktop Services Compose optimal Group Policies Facilitate task automation with PowerShell 5.0 *ing In Detail 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 *ing. 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. Style and approach The book follows a recipe-based approach that starts with an introduction and the installation of Windows Server 2016, then dives into the powerful features, and then ends with the concept of security.
目录展开

Windows Server 2016 Cookbook

Windows Server 2016 Cookbook

Credits

About the Author

About the Reviewer

www.PacktPub.com

Why subscribe?

Preface

What this book covers

What you need for this book

Who this book is for

Sections

Getting ready

How to do it…

How it works…

There's more…

See also

Conventions

Reader feedback

Customer support

Errata

Piracy

Questions

1. Learning the Interface

Introduction

Shutting down or restarting the server

Getting ready

How to do it…

How it works…

Launching Administrative Tools

Getting ready

How to do it…

How it works…

Using WinKey + X for quick admin tasks

Getting ready

How to do it…

How it works…

Using the search function to launch applications quickly

Getting ready

How to do it…

How it works…

Managing remote servers from a single pane with Server Manager

Getting ready

How to do it…

How it works…

See also

Using PowerShell to accomplish any function in Windows Server

Getting ready

How to do it…

How it works…

Installing a role or feature

Getting ready

How to do it…

How it works…

Administering Server 2016 from a Windows 10 machine

Getting ready

How to do it…

How it works…

See also

Identifying useful keyboard shortcuts in Server 2016

Getting ready

How to do it…

How it works…

Setting your PowerShell Execution Policy

Getting ready

How to do it…

How it works…

Building and executing your first PowerShell script

Getting ready

How to do it…

How it works…

Searching for PowerShell cmdlets with Get-Help

Getting ready

How to do it…

How it works…

2. Core Infrastructure Tasks

Introduction

Configuring a combination Domain Controller, DNS server, and DHCP server

Getting ready

How to do it…

How it works…

See also

Adding a second Domain Controller

Getting ready

How to do it…

How it works…

Organizing your computers with Organizational Units

Getting ready

How to do it…

How it works…

Creating an A or AAAA record in DNS

Getting ready

How to do it…

How it works…

See also

Creating and using a CNAME record in DNS

Getting ready

How to do it…

How it works…

See also

Creating a DHCP scope to assign addresses to computers

Getting ready

How to do it…

How it works…

Creating a DHCP reservation for a specific server or resource

Getting ready

How to do it…

How it works…

Pre-staging a computer account in Active Directory

Getting ready

How to do it…

How it works…

Using PowerShell to create a new Active Directory user

Getting ready

How to do it…

How it works…

See also

Using PowerShell to view system uptime

Getting ready

How to do it…

How it works…

3. Security and Networking

Introduction

Requiring complex passwords in your network

Getting ready

How to do it…

How it works…

Using Windows Firewall with Advanced Security to block unnecessary traffic

Getting ready

How to do it…

How it works…

Changing the RDP port on your server to hide access

Getting ready

How to do it…

How it works…

Multi-homing your Windows Server 2016

Getting ready

How to do it…

How it works…

See also

Adding a static route into the Windows routing table

Getting ready

How to do it…

How it works…

Using Telnet to test a connection and network flow

Getting ready

How to do it…

How it works…

Using the Pathping command to trace network traffic

Getting ready

How to do it…

How it works…

Setting up NIC Teaming

Getting ready

How to do it…

How it works…

Renaming and domain joining via PowerShell

Getting ready

How to do it…

How it works…

See also

Building your first Server Core

Getting ready

How to do it…

How it works…

See also

4. Working with Certificates

Introduction

Setting up the first Certification Authority server in a network

Getting ready

How to do it…

How it works…

See also

Building a Subordinate Certification Authority server

Getting ready

How to do it…

How it works…

See also

Creating a certificate template to prepare for issuing machine certificates to your clients

Getting ready

How to do it…

How it works…

Publishing a certificate template to allow enrollment

Getting ready

How to do it…

How it works…

Using MMC to request a new certificate

Getting ready

How to do it…

How it works…

Using the web interface to request a new certificate

Getting ready

How to do it…

How it works…

Configuring Autoenrollment to issue certificates to all domain joined systems

Getting ready

How to do it…

How it works…

Renewing your root certificate

Getting ready

How to do it…

How it works…

5. Internet Information Services

Introduction

Installing the Web Server role with PowerShell

Getting ready

How to do it…

How it works…

See also

Launching your first website

Getting ready

How to do it…

How it works…

Changing the port on which your website runs

Getting ready

How to do it…

How it works…

Adding encryption to your website

Getting ready

How to do it…

How it works…

Using a Certificate Signing Request to acquire your SSL certificate

Getting ready

How to do it…

How it works…

Moving an SSL certificate from one server to another

Getting ready

How to do it…

How it works…

Rebinding your renewed certificates automatically

Getting ready

How to do it…

How it works…

Hosting multiple websites on your IIS server

Getting ready

How to do it…

How it works…

Using host headers to manage multiple websites on a single IP address

Getting ready

How to do it…

How it works…

6. Remote Access

Introduction

DirectAccess planning question and answers

Configuring DirectAccess, VPN, or a combination of the two

Getting ready

How to do it…

How it works…

Pre-staging Group Policy Objects to be used by DirectAccess

Getting ready

How to do it…

How it works…

Enhancing the security of DirectAccess by requiring certificate authentication

Getting ready

How to do it…

How it works…

Building your Network Location Server on its own system

Getting ready

How to do it…

How it works…

Enabling Network Load Balancing on your DirectAccess servers

Getting ready

How to do it…

How it works…

Adding VPN to your existing DirectAccess server

Getting ready

How to do it…

How it works…

Replacing your expiring IP-HTTPS certificate

Getting ready

How to do it…

How it works…

Reporting on DirectAccess and VPN connections

Getting ready

How to do it…

How it works…

7. Remote Desktop Services

Introduction

Building a single server Remote Desktop Services environment

Getting ready

How to do it…

How it works…

Adding an additional RDSH server to your RDS environment

Getting ready

How to do it…

How it works…

Installing applications on a Remote Desktop Session Host server

Getting ready

How to do it…

How it works…

Disabling the redirection of local resources

Getting ready

How to do it…

How it works…

Shadowing another session in RDS

Getting ready

How to do it…

How it works…

Installing a printer driver to use with redirection

Getting ready

How to do it…

How it works…

Removing an RD Session Host server from use for maintenance

Getting ready

How to do it…

How it works…

Publishing WordPad with RemoteApp

Getting ready

How to do it…

How it works…

Tracking user logins with Logon/Logoff scripts

Getting ready

How to do it…

How it works…

8. Monitoring and Backup

Introduction

Using Server Manager as a quick monitoring tool

Getting ready

How to do it…

How it works…

Using the new Task Manager to its full potential

Getting ready

How to do it...

How it works…

Evaluating system performance with Windows Performance Monitor

Getting ready

How to do it…

How it works…

Using Format-List to modify PowerShell data output

Getting ready

How to do it…

How it works…

Configuring a full system backup using Windows Server Backup

Getting ready

How to do it...

How it works…

Recovering data from a Windows backup file

Getting ready

How to do it…

How it works…

Using IP Address Management to keep track of your used IP addresses

Getting ready

How to do it…

How it works…

Checking for viruses in Windows Server 2016

Getting ready

How to do it…

How it works…

9. Group Policy

Introduction

Creating and assigning a new Group Policy Object

Getting ready

How to do it…

How it works…

Mapping network drives with Group Policy

Getting ready

How to do it…

How it works…

Redirecting the My Documents folder to a network share

Getting ready

How to do it…

How it works…

Creating a VPN connection with Group Policy

Getting ready

How to do it…

How it works…

Creating a printer connection with Group Policy

Getting ready

How to do it…

How it works…

Using Group Policy to enforce an Internet proxy server

Getting ready

How to do it…

How it works…

Viewing the settings currently enabled inside a GPO

Getting ready

How to do it…

How it works…

See also

Viewing the GPOs currently assigned to a computer

Getting ready

How to do it…

How it works…

See also

Backing up and restoring GPOs

Getting ready

How to do it…

How it works…

See also

Plugging in ADMX and ADML templates

Getting ready

How to do it…

How it works…

10. File Services and Data Control

Introduction

Enabling Distributed File System and creating a Namespace

Getting ready

How to do it…

How it works…

Configuring Distributed File System Replication

Getting ready

How to do it…

How it works…

Creating an iSCSI target on your server

Getting ready

How to do it…

How it works…

See also

Configuring an iSCSI initiator connection

Getting ready

How to do it…

How it works…

Configuring Storage Spaces

Getting ready

How to do it…

How it works…

See also

Storage Spaces Direct

Storage Replica

Turning on data deduplication

Getting ready

How to do it…

How it works…

See also

Setting up Windows Server 2016 work folders

Getting ready

How to do it…

How it works…

See also

11. Nano Server and Server Core

Introduction

Configuring Server Core from the console

Getting ready

How to do it…

How it works…

Switching between Server Core and Desktop Experience?

Getting ready

How to do it…

How it works…

Building your first Nano Server

Getting ready

How to do it…

How it works…

See also

Nano Server Image Builder

Exploring the Nano Server console

Getting ready

How to do it…

How it works…

Managing Nano and Core with Server Manager

Getting ready

How to do it…

How it works…

Managing Nano and Core using remote MMC tools

Getting ready

How to do it…

How it works…

Managing Nano and Core with PowerShell remoting

Getting ready

How to do it…

How it works…

See also

12. Working with Hyper-V

Introduction

Creating a Windows Server that runs Hyper-V

Getting ready

How to do it…

How it works…

Creating a Hyper-V Server

Getting ready

How to do it…

How it works…

Networking your VMs

Getting ready

How to do it…

How it works…

Building your first virtual machine

Getting ready

How to do it…

How it works…

Using the VM Settings page

Getting ready

How to do it…

How it works…

Editing virtual hard disks

Getting ready

How to do it…

How it works…

Using Checkpoints as rollback points

Getting ready

How to do it…

How it works…

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部