Upload files to "3 DC/GPOs"

This commit is contained in:
2024-10-27 00:03:42 -04:00
parent 441fcc889a
commit 077bd1c438
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Remote Credential Guard
Remote Credential Guard helps protecting credentials over a Remote Desktop (RDP) connection by redirecting Kerberos requests back to the device that's requesting the connection.
## GPO [^1]
|Group policy path|Group policy setting|Value|
|---|---|---|
|Computer Configuration\Administrative Templates\System\Credentials Delegation|Remote host allows delegation of nonexportable credentials|Enabled|
#### Resources
[^1]: [Remote Credential Guard](https://learn.microsoft.com/en-us/windows/security/identity-protection/remote-credential-guard?tabs=gpo)