Windows 2012 get list of Local User permissions?

techresearch7777777 1,406 Reputation points
2021-03-31T00:31:20.36+00:00

Hello, is it possible to get a list of permissions for a particular Windows Server 2012 Local User account that has access to?

I'm aiming to replace one of our Service accounts and need to see which folders-files-permissions it has so I can ensure the new replacement will have the same.

Thanks in advance.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
8,894 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 343.2K Reputation points MVP
    2021-03-31T00:39:37.227+00:00

    You can use
    whoami /groups
    to check membership.

    These tools should also return the file / folder permissions
    https://learn.microsoft.com/en-us/sysinternals/downloads/accesschk
    https://learn.microsoft.com/en-us/sysinternals/downloads/accessenum

    --please don't forget to Accept as answer if the reply is helpful--