如何邮件禁用Exchange Server中不存在的公用文件夹

标题说明了一切。 公用文件夹已被删除,但对应于启用子邮件的文件夹的电子邮件地址无法删除…

这些是我想要删除的别名:

PS C:\Users\jfb> get-mailpublicfolder -Identity "bccp11-036" Alias Identity ----- -------- bccp11-036 matricis.local/Microsoft Exchange System Objects/Correspondance 81807753 PS C:\Users\jfb> disable-mailpublicfolder -Identity "matricis.local/Microsoft Exchange System Objects/Correspondance 81807753" Disable-MailPublicFolder : No existing 'PublicFolder' matches the following Identity: 'matricis.local/Microsoft Exchange System Objects/Correspondance 81807753' At line:1 char:25 + disable-mailpublicfolder <<<< -Identity "matricis.local/Microsoft Exchange System Objects/Correspondance 81807753" + CategoryInfo : NotSpecified: (0:Int32) [Disable-MailPublicFolder], MapiOperationException + FullyQualifiedErrorId : 826D5700,Microsoft.Exchange.Management.MapiTasks.DisableMailPublicFolder 

我已经解决了这个问题,为了解决这个问题,我们必须进入Active Directory用户和计算机。 在查看下,select高级function。 现在,在/ Microsoft Exchange系统对象文件夹下手动删除对应81807753对象。

为了防止这种情况发生,您必须在从公用文件夹中删除公用文件夹之前进行邮件禁用。