mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 12:53:38 +00:00
updates
This commit is contained in:
@ -153,7 +153,6 @@ To configure your clients, you can use:
|
|||||||
|
|
||||||
- Microsoft Intune/MDM
|
- Microsoft Intune/MDM
|
||||||
- Group policy
|
- Group policy
|
||||||
- Registry
|
|
||||||
|
|
||||||
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
|
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
|
||||||
|
|
||||||
@ -190,27 +189,6 @@ Possible values for `RestrictedRemoteAdministrationDrop` are:
|
|||||||
|
|
||||||
[!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)]
|
[!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)]
|
||||||
|
|
||||||
#### [:::image type="icon" source="../images/icons/windows-os.svg" border="false"::: **Registry**](#tab/reg)
|
|
||||||
|
|
||||||
To configure devices using the registry, use the following settings:
|
|
||||||
|
|
||||||
| Setting |
|
|
||||||
|--|
|
|
||||||
|- Key path: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CredentialsDelegation` <br>- Key name: `AllowProtectedCreds`<br>- Type: `REG_DWORD`<br>- Value: `1`|
|
|
||||||
|
|
||||||
You can use the following command from an elevated command prompt:
|
|
||||||
|
|
||||||
```cmd
|
|
||||||
reg.exe add HKLM\SOFTWARE\Policies\Microsoft\Windows\CredentialsDelegation /v AllowProtectedCreds /d 1 /t REG_DWORD
|
|
||||||
```
|
|
||||||
|
|
||||||
Possible values for `AllowProtectedCreds` are:
|
|
||||||
|
|
||||||
- `0`: Disabled
|
|
||||||
- `1`: Require Restricted Admin
|
|
||||||
- `2`: Require Remote Credential Guard
|
|
||||||
- `3`: Restrict credential delegation
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Use Remote Credential Guard
|
## Use Remote Credential Guard
|
||||||
@ -241,6 +219,7 @@ Here are some additional considerations for Remote Credential Guard:
|
|||||||
- Remote Credential Guard only works with the RDP protocol
|
- Remote Credential Guard only works with the RDP protocol
|
||||||
- No credentials are sent to the target device, but the target device still acquires Kerberos Service Tickets on its own
|
- No credentials are sent to the target device, but the target device still acquires Kerberos Service Tickets on its own
|
||||||
- The server and client must authenticate using Kerberos
|
- The server and client must authenticate using Kerberos
|
||||||
|
- Remote Credential Guard is only supported for direct connections to the target machines and not for the ones via Remote Desktop Connection Broker and Remote Desktop Gateway
|
||||||
|
|
||||||
<!--links-->
|
<!--links-->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user