mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge pull request #9133 from paolomatarazzo/pm-20231117-remote-cred-guard
Remote Cred Guard
This commit is contained in:
commit
dfefdd9559
@ -6,4 +6,4 @@ ms.topic: include
|
|||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
---
|
---
|
||||||
|
|
||||||
To configure devices using group policy, [create a group policy object (GPO)](/windows/security/operating-system-security/network-security/windows-firewall/create-a-group-policy-object) and use the following settings:
|
To configure a device using group policy, use the [Local Group Policy Editor](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc731745(v=ws.10)). To configure multiple devices joined to Active Directory, [create](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc754740(v=ws.11)) or [edit](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc730903(v=ws.10)) a group policy object (GPO) and use the following settings:
|
||||||
|
@ -6,4 +6,4 @@ ms.topic: include
|
|||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
---
|
---
|
||||||
|
|
||||||
The policy settings can be configured locally by using the Local Group Policy Editor (`gpedit.msc`), linked to the domain or organizational units, and filtered to security groups.
|
Group policies can be [linked](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc732979(v=ws.10)) to domains or organizational units, [filtered using security groups](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc752992(v=ws.10)), or [filtered using WMI filters](/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj717288(v=ws.11)).
|
||||||
|
9
includes/configure/registry.md
Normal file
9
includes/configure/registry.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
author: paolomatarazzo
|
||||||
|
ms.author: paoloma
|
||||||
|
ms.date: 08/15/2023
|
||||||
|
ms.topic: include
|
||||||
|
ms.prod: windows-client
|
||||||
|
---
|
||||||
|
|
||||||
|
To configure devices using the [Registry Editor](/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc755256(v=ws.11)), use the following settings:
|
@ -2,7 +2,7 @@
|
|||||||
title: Remote Credential Guard
|
title: Remote Credential Guard
|
||||||
description: Learn how Remote Credential Guard helps to secure Remote Desktop credentials by never sending them to the target device.
|
description: Learn how Remote Credential Guard helps to secure Remote Desktop credentials by never sending them to the target device.
|
||||||
ms.topic: how-to
|
ms.topic: how-to
|
||||||
ms.date: 09/06/2023
|
ms.date: 11/17/2023
|
||||||
appliesto:
|
appliesto:
|
||||||
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 11</a>
|
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 11</a>
|
||||||
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 10</a>
|
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 10</a>
|
||||||
@ -130,7 +130,7 @@ reg.exe add HKLM\SYSTEM\CurrentControlSet\Control\Lsa /v DisableRestrictedAdmin
|
|||||||
To enable Remote Credential Guard on the clients, you can configure a policy that prevents the delegation of credentials to the remote hosts.
|
To enable Remote Credential Guard on the clients, you can configure a policy that prevents the delegation of credentials to the remote hosts.
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> If you don't want to configure your clients to enforce Remote Credential Guard, you can use the following command to use Remote Credential Guard for a specific RDP session:
|
> If you don't want to configure your clients to enforce Remote Credential Guard, and if you are an administrator of the remote host, you can use the following command to use Remote Credential Guard for a specific RDP session:
|
||||||
> ```cmd
|
> ```cmd
|
||||||
> mstsc.exe /remoteGuard
|
> mstsc.exe /remoteGuard
|
||||||
> ```
|
> ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user