I am trying to write a powershell script which accesses the exchange public folder and modifies the client permissions of this folder. my problem is I cant see how to identify the client permissions with WMI. Can someone help? Thx in advance.
get-wmiobject -namespace root\microsoftexchangev2 -class publicfolder -computer exchangeserver