From 7212866a83e206421ce12cdb1f738f19c63c23cd Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 30 Aug 2016 13:24:29 -0700 Subject: [PATCH] adding Windows Server 2016 references --- windows/keep-secure/credential-guard.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index dda79a977f..f2ae8518de 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -15,7 +15,7 @@ author: brianlic-msft - Windows 10 - Windows Server 2016 -Introduced in Windows 10 Enterprise, Credential Guard uses virtualization-based security to isolate secrets so that only privileged system software can access them. Unauthorized access to these secrets can lead to credential theft attacks, such as Pass-the-Hash or Pass-The-Ticket. Credential Guard prevents these attacks by protecting NTLM password hashes and Kerberos Ticket Granting Tickets. +Introduced in Windows 10 Enterprise and Windows Server 2016, Credential Guard uses virtualization-based security to isolate secrets so that only privileged system software can access them. Unauthorized access to these secrets can lead to credential theft attacks, such as Pass-the-Hash or Pass-The-Ticket. Credential Guard prevents these attacks by protecting NTLM password hashes and Kerberos Ticket Granting Tickets. Credential Guard offers the following features and solutions: @@ -91,7 +91,7 @@ The PC must meet the following hardware and software requirements to use Credent TPM 2.0 -Windows 10 version 1511 or later +Windows 10 version 1511, Windows Server 2016, or later TPM 2.0 or TPM 1.2 @@ -114,7 +114,7 @@ The PC must meet the following hardware and software requirements to use Credent

Virtual machine

-

For PCs running Windows 10, version 1607, you can run Credential Guard on a Generation 2 virtual machine.

+

For PCs running Windows 10, version 1607 or Windows Server 2016, you can run Credential Guard on a Generation 2 virtual machine.

@@ -169,7 +169,7 @@ First, you must add the virtualization-based security features. You can do this > You can also add these features to an online image by using either DISM or Configuration Manager. -In Windows 10, version 1607, Isolated User Mode is included with Hyper-V and does not need to be installed separately. If you're running a version of Windows 10 that's earlier than Windows 10, version 1607, you can run the following command to install Isolated User Mode: +In Windows 10, version 1607 and Windows Server 2016, Isolated User Mode is included with Hyper-V and does not need to be installed separately. If you're running a version of Windows 10 that's earlier than Windows 10, version 1607, you can run the following command to install Isolated User Mode: ``` syntax dism /image: /Enable-Feature /FeatureName:IsolatedUserMode