Hello Chad Sullivan,
Thanks for contacting MS Q&A. I will be able to help you with resolving your issues.
You are in a delicate situation where Azure AD Connect is partially broken, and a direct upgrade fails due to the missing Azure AD connector. You aim to restore a functioning AAD Connect setup without losing existing configurations or interrupting identity synchronization and user logins in the cloud.
Here’s a reliable, step-by-step method to recover AAD Connect without losing settings or disrupting synchronization:
• Back up the current configuration (if you can): Check if this code works “Start-ADSyncSyncCycle -PolicyType Initial ” or you can try exporting the config file by checking this docs part “ cd "C:\Program Files\Microsoft Azure AD Sync\Bin"
.\miisclient.exe
Check for existing connectors in the MIIS client; this will tell you what’s missing.
Before making changes, document:
• Synchronization rules
• OU filtering
• Connectors (AD & AAD)
• Service account in use
• Any custom sync rules
This info may be visible via miisclient.exe.
Download the latest Azure AD Connect installer.
Run the downloaded AzureADConnect.msi, and select:
• Repair or Reinstall (not upgrade)
• Choose "Use existing settings" when prompted
This will attempt to rebuild the connectors and configuration based on existing settings in the database (ADSync.mdf).
Kindly confirm if this has resolved your concern.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Siri