Feb 22 2022 03:51 AM
Hello,
I've been trying to export a list of every single public folder user's permission to a csv file.
Its successful when I use : get-publicfolder -recurse | get-publicfolderclientpermissions | export-csv XXX
, however it does only return about 10000 entries. If I add resultsize -unlimited to the above script it returns nothing - the csv file is completely blank. Any ideas? I also need to get a list of permissions to all public folders for a single user ( we've about 1000 of them in our env and user would like to know to which folders he has an access to).
In addition it does return the below error now:
Feb 22 2022 08:49 AM
Feb 23 2022 07:36 AM
@VasilMichev thanks but I've already tried that and it doesn't work. No matter what I add to the script it keeps returning that error:
Feb 23 2022 08:19 AM