sync: auto-sync from HOWARD-HOME at 2026-04-24 18:11:47

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-04-24 18:11:47
This commit is contained in:
2026-04-24 18:11:48 -07:00
parent 5019db4558
commit db086c3bbf
2 changed files with 12 additions and 1 deletions

View File

@@ -23,7 +23,12 @@
**Prereq:** Domain admin logged into CS-SERVER console. Fresh download of Entra Connect Sync.
Download: https://www.microsoft.com/en-us/download/details.aspx?id=47594
**Download path (updated 2026-04-24 — Microsoft moved distribution away from Download Center):**
1. Sign in to https://entra.microsoft.com as Cascades tenant Global Admin
2. Navigate: **Identity → Hybrid management → Microsoft Entra Connect → Connect Sync**
3. Download the installer MSI from that blade
The public Download Center now returns only a "DecommissionDownloadCentre" PDF notice. New versions are only released via the Entra admin portal.
### Installer wizard — field-by-field

View File

@@ -121,6 +121,12 @@ All 6 returned HTTP 200:
Exchange REST `Set-Mailbox -Type Shared` et al. returned HTTP 401 (RBAC not yet propagated after onboard-tenant.sh assigned Exchange Administrator role this session). Retries pending.
**Retry log:**
- 14:25 PDT — initial attempt, HTTP 401
- 15:13 PDT — first scheduled retry (cron fe0046b1), HTTP 401, still not propagated
- 16:19 PDT — second scheduled retry, HTTP 401, still not propagated (~2h after role assignment)
- 18:23 PDT — third (final auto) retry scheduled. If this also fails, RBAC is clearly not propagating normally and manual portal path is needed.
For each of the 7 restored mailboxes (6 above + Jeff):
1. `Set-Mailbox -Identity <upn> -Type Shared`
2. `Set-Mailbox -Identity <upn> -HiddenFromAddressListsEnabled $true`