Forum Discussion
KenStewart
Jul 31, 2019Brass Contributor
How to determine a user's access to shared folders
I know which users have been granted access to a site, but I don't know how to determine all resources they have access to. I can go to any folder/file and use Manage Access=>Advanced=>Check Permissi...
- Jul 31, 2019Not a built in way provided by SPO so the options here are:
(1) Create your permission reports writing PS code / Grabbing existing code
(2) Use third party tools that provide this kind of reports such as SysKit Security Manager or Sharegate
Jul 31, 2019
Not a built in way provided by SPO so the options here are:
(1) Create your permission reports writing PS code / Grabbing existing code
(2) Use third party tools that provide this kind of reports such as SysKit Security Manager or Sharegate
(1) Create your permission reports writing PS code / Grabbing existing code
(2) Use third party tools that provide this kind of reports such as SysKit Security Manager or Sharegate
- KenStewartAug 01, 2019Brass Contributor
Thanks, jcgonzalezmartin. Good advice. I looked at the SysKit and Sharegate software, both interesting but pricey for a very small company like ours. I wasn't looking at such a complete solution, but there may be real value there.
On the PS code, I could take a stab but that's a stretch for my current skills. Can you suggest any good repositories with SP code?