A
A
Alexander Semenenko2017-06-20 12:11:21
Windows
Alexander Semenenko, 2017-06-20 12:11:21

How can I see which directories a user has rights in windows 2012R2?

Is it possible to somehow display the entire list of directories and files to which the user has any access, throughout the entire file system? On windows server 2012r2.
If it matters, then this is a domain user, and a server in the domain.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2017-06-20
@Tabletko

icacls C:\
And then parse the output

S
Sergey Galaktionov, 2017-06-20
@Hagmos

Get-ChildItem -Path C:\Folder1\ -Recurse | GetAcl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question