microsoft / microsoft/CSS-Exchange
[Feature] - Health Checker - Public Folder Checks
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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