I would like to show user's calender permission using below power shell cmd.
Enviroment: Exchange 2010 SP1
I run below command.
Get-MailboxFolderPermission -Id userIDXX:\calender >D:\test.txt
I have got below result.
The permission is listed however I need to show which user owns that calendars.
RunspaceId : 37c9406d-c318-4361-a78f-ed4674894303
FolderName : 予定表
User : testuser
AccessRights : {Reviewer}
Identity : testuser
IsValid : True
Could you help? Hopefully 1 command is better.