PowerShell CMDLETS
1 TopicUnable to export all public folder permissions to .CSV
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:1.4KViews0likes3Comments