How to mail disable a non-existing public folder in Exchange Server

9,214

I have resolved the issue, to solve this, we have to go into Active Directory Users and Computers. Under View, select Advanced Features. Now, under the /Microsoft Exchange System Objects folder, manually delete the Correspondance 81807753 object.

To prevent this, you have to mail-disable the public folder before deleting it from the public folders.

Share:
9,214

Related videos on Youtube

JFB
Author by

JFB

Full Stack C# .NET / Typescript / Javascript Web Developer Microsoft MCSD Web Applications certified developer Interested in modern web technologies such as: .NET Framework 4.7.2 C# 8.0 ASP.NET Core 3.1 ASP.NET MVC 5 Entity Framework 7 SQL Server 2016 RESTful Web Services WCF Services (SoA) jQuery React Angular AngularJS Bootstrap SignalR

Updated on September 18, 2022

Comments

  • JFB
    JFB over 1 year

    The title speaks for itself. A public folder has been deleted but the email address corresponding to a child mail-enabled folder cannot be deleted...

    These are the Aliases I want to remove:

        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
    
  • Massimo
    Massimo almost 13 years
    I was just going to suggest that... glad you've found it on your own :-)