Missing get-publicfolderadministrativeperm issions

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.

September 8th, 2015 10:19am

Hi ,

I thought that particular cmdlet is removed in exchange 2013 .

Free Windows Admin Tool Kit Click here and download it now
September 8th, 2015 11:19am

Yes this cmdlet is removed. So my question is: How can I get and set the administrative rights? Thank You
September 8th, 2015 11:34am

Yes this cmdlet is removed. So my question is: How can I get and set the administrative rights? Thank You

Try Get-PublicFolderClientPermission

https://technet.microsoft.com/en-us/library/Bb124365%28v=EXCHG.150%29.aspx?f=255&MSPPError=-2147217396

Free Windows Admin Tool Kit Click here and download it now
September 8th, 2015 12:26pm

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

September 8th, 2015 12:56pm

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,

Free Windows Admin Tool Kit Click here and download it now
September 9th, 2015 3:54am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics