Exchange
如何通過郵件禁用 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 使用者和電腦。在查看下,選擇高級功能。現在,在 /Microsoft Exchange System Objects 文件夾下,手動刪除 Correspondance 81807753 對象。
為防止出現這種情況,您必須先禁用該公用文件夾,然後再將其從公用文件夾中刪除。