Exchange 2010 - 如何重置或删除公用文件夹的权限?
Posted
技术标签:
【中文标题】Exchange 2010 - 如何重置或删除公用文件夹的权限?【英文标题】:Exchange 2010 - How to reset permissions on a public folder or remove it? 【发布时间】:2012-12-17 05:43:57 【问题描述】:我的 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 服务器和管理帐户。既然我根本无法操作公用文件夹项目,此时我能做什么?
【问题讨论】:
【参考方案1】:你试过了吗:
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"
【讨论】:
以上是关于Exchange 2010 - 如何重置或删除公用文件夹的权限?的主要内容,如果未能解决你的问题,请参考以下文章