Hi there,
how can I show the administrative permissions of a public folder in powershell ?
In Exchange 2010 there was a cmdlet called "get-publicfolderadministrativepermission".
This is missing in Exchange 2013.
Thank You, Andy.
Technology Tips and News
Hi there,
how can I show the administrative permissions of a public folder in powershell ?
In Exchange 2010 there was a cmdlet called "get-publicfolderadministrativepermission".
This is missing in Exchange 2013.
Thank You, Andy.
Hi ,
I thought that particular cmdlet is removed in exchange 2013 .
Yes this cmdlet is removed. So my question is: How can I get and set the administrative rights? Thank You
Try Get-PublicFolderClientPermission
Get-PublicFolderClientPermission shows the client permissions not the administrative permissions.
Clientpermissions and administrative permissions are totaly different things. See: http://blogs.technet.com/b/bill_long/archive/2010/04/28/public-folder-admin-permissions-versus-client-permissions.aspx
Hi Andy,
In Exchange 2013, public folder permissions are managed by using Role Based Access Control (RBAC). Access control lists (ACLs) arent used in Exchange 2013. There is no "get-publicfolderadministrativepermission" in Exchange 2013.
You can use Get-PublicFolderStatistics and Get-PublicFolderItemStatistics cmdlets to keep track of accounts that are performing administrative tasks and then audit access accordingly. To learn more about RBAC, see Understanding Role Based Access Control.
Regards,