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,

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,961 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,900 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,892 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,371 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.


Your answer

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