microsoft / microsoft/CSS-Exchange

[Feature] - Health Checker - Public Folder Checks

Open
#2,477 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Health Checker Issue
Dominant language
PowerShell
Stars
1.3k
Forks
395
Avg merge
14h 7m
Merged PRs (30d)
5

Description

Describe the issue
Check if PF mailbox is not in sync

Expected behavior
Report if a PFMBX is not in sync

Script Output
PS C:\Users\trudolf> Get-Mailbox -PublicFolder | ft name,*ready

Name IsHierarchyReady


PFH True
PFMBX1 False

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Health Checker entry point and inspect how existing mailbox checks report status. Use Get-Mailbox -PublicFolder and its IsHierarchyReady output to identify public-folder mailboxes that are not ready, then verify that the health report flags the unsynchronized PFMBX.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.