我的Exchange 2010环境中有一个公用文件夹,我似乎无法删除公用文件夹,因为我没有权限..
查看文件夹的设置权限......
[PS] C:\Windows\system32>Get-PublicFolderClientPermission -identity "\Marketing Contacts1" | fl
RunspaceId : 13900165-2443-40c8-89a4-e74748eefe15
Identity : \Marketing Contacts1
User : Default
AccessRights : {Author}
RunspaceId : 13900165-2443-40c8-89a4-e74748eefe15
Identity : \Marketing Contacts1
User : Anonymous
AccessRights : {None}
RunspaceId : 13900165-2443-40c8-89a4-e74748eefe15
Identity : \Marketing Contacts1
User : vand1.oppy.com/Oppy/Wil/Janie Hewitt
AccessRights : {Owner}
即使我尝试使用Outlook作为所有者登录,我仍然无法拉出公用文件夹属性中的“安全”选项卡。
此时我想要删除它并重新创建它,或者是否有办法重置权限,以便管理员可以使用该项目。
我可以访问Exchange服务器和管理帐户。由于我根本无法操作公用文件夹项目,我现在该怎么办?
答案 0 :(得分:0)
你试过了吗?
Remove-PublicFolderClientPermission -Identity "\Marketing Contacts1" -User "Name Of The User You wish to Remove Permissions from"
然后,您可以通过执行以下操作设置您希望拥有所有者权限的管理员:
Add-PublicFolderClientPermissions -Identity "\Marketing Contacts1" -User "Name of the user you wish to add permissions for"