I'd like to Enter-PSSession to server A and list the directory contents of a share on server B.
I'd hoped to do this by setting Kerberos Constrained Delegation on server A's Active Directory properties to enable Kerberos Constrainted Delegation to the cifs (SMB) service on server B. However, after I do this, when I go to list the directory contents of the share on server B from a PSSession on server A I get PermissionDenied...
I also don't see any Kerberos traffic on Server A indicating it's trying to get a ticket to server B.
Anyone know what I'm doing wrong?
All computers are running Windows Server 2012 R2.
Thanks!