Share via

Duplicate public folder objects in AD

Sophia 366 Reputation points
2021-08-12T14:33:12.867+00:00

Hello,

How to verify if there are duplicate public folder objects in AD?

Thanks,

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,456 Reputation points Moderator
    2021-08-13T02:59:27.867+00:00

    Hi @Safs-3080,

    You can try running the command below and then sort the exported result in Excel to see the duplicates if they exist:

    Get-PublicFolder -Recurse | Select name | Export-Csv c:\temp\PF.csv -NoTypeInformation
    

    In case the above is not what you are looking for, could you share some more details like the Exchange server version in your environment, and what task you are doing that requires to know the duplicated public folder objects so that we can understand better about your situaiton?


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.