This hands-on lab walks through the process of configuring resource-based Kerberos constrained delegation to solve the PowerShell remoting second hop problem.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Test Access without Kerberos Delegation
- Log in to
BRAWKS1
usingadmin_user@corp.barrierreefaudio.com
and the same password as the lab details. - Connect to
BRAADM1
using PowerShell remoting. - Test access to
\BRAFS1Data
. You should receive an access denied message.
- Log in to
- Configure Resource-Based Kerberos Constrained Delegation
Configure resource-based Kerberos constrained delegation so the administrative server
BRAADM1
can delegate credentials to the file serverBRAFS1
.- Test Access with Resource-Based Kerberos Constrained Delegation
- If required, log in to
BRAWKS1
usingadmin_user@corp.barrierreefaudio.com
and the same password as the lab details. - Connect to
BRAADM1
using PowerShell remoting. - Test access to
\BRAFS1Data
. - Use the
Compress-Archive
cmdlet to archive the files in\BRAFS1Data
.
- If required, log in to