Share via

Windows Authentication Over The Network

Richard Long 391 Reputation points
2022-04-12T00:07:27.433+00:00

Hello,

I'm planning to enable the "Deny access to this computer from the network" GPO setting on our client computers and specify "NT Authority\Local Account". I had a specific question I'd like to find the answer to. This setting would force the use of domain accounts in a local admin group when accessing a computer's C$ share or remotely opening the Computer Management console.

Are network logins in these examples cached similar to how local logins are?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
0 comments No comments

1 answer

Sort by: Most helpful
  1. Gary Reynolds 9,626 Reputation points
    2022-04-12T03:25:23.697+00:00

    Hi Richard,

    This setting would force the use of domain accounts in a local admin group when accessing a computer's C$ share or remotely opening the Computer Management console.

    Yes, I would expect only domain accounts in the local administrators would be able to access the admin shares (C$, D$, etc), as for the remote management you would need to verify this as there might be cases where 'Deny access to this computer from the network' might not apply.

    Are network logins in these examples cached similar to how local logins are?

    I'm not completely sure about the context of your question. Credentials are cache on the client machine rather than the server. When a user connects to a share, they present their credentials to the server as part of the authentication process. Normally, if there is an open connection or session to the server, then the credentials will not be required again, until all sessions are closed or the server is rebooted.

    Gary.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.