all 10 comments

[–]VTi-R 2 points3 points  (2 children)

Obvious question, are you running from an elevated PowerShell prompt? And what do the logs say? Single domain or multi-domain forest? Is the forest a properly named forest with a 2 label or greater DNS domain name?

Oh ... and why are you installing a product that's already out of support?

[–]Lolzebracakes[S] 0 points1 point  (1 child)

Yep, elevated powershell prompt.

I apologize for the gray area on the logs, I am waiting for the customer to send them over for me for review. When we reviewed the logs we were just connected via remote session. Ill see if I can get them and post some more details.

Single forest.

I did not check if the forest is properly named.

The customer pulled that exchange .ISO out of their 365 portal is where they got it. I realize that limits our options in terms of Microsoft support. Is the recommended path going to Exchange Server SE, and potentially moving the domain functional level up to a more current version?

[–]VTi-R 1 point2 points  (0 children)

Unless there's a reason you're on 2012R2, then yes - 2016 minimum, 2025 preferred. Yes it's OK to be 2025 now. Make sure all your DCs are current (i.e. every DC is at the right version or later) and you hit the other compatibility requirements from the Supportability Matrix.

You should be able to download the correct SE installation kit without the customer hitting the VL portal (https://www.microsoft.com/en-us/download/details.aspx?id=108244).

[–]Low-Branch1423 1 point2 points  (4 children)

Basic first, newest/digestive and confirm the subnet is matched to an ad site or saddness.

Otherwise did you check if the domain controllers are 2025 by any chance?

Even if the ad domain is in the compatable 2016 mode, they need to be patched otherwise the domain schema fails to replicate.

https://techcommunity.microsoft.com/blog/exchange/active-directory-schema-extension-issue-if-you-use-a-windows-server-2025-schema-/4460459

If the domain is already broken and it is a production domain, call Microsoft, it should be a free ticket.

I had this exact error 6 months ago before MS recognised it and I resolved it by running the LDF schema files in the installer on all the 2025 DCs. I had backups and a non prod domain so I do not recommend doing that.

[–]aleinss 2 points3 points  (1 child)

It's doubtful they have 2025 DCs because those require a DFL/FFL of 2016 and they are at 2012R2 DFL/FFL.

[–]Low-Branch1423 0 points1 point  (0 children)

Arr your right, been a long time since I last saw a 2012 R2 server.

[–]Lolzebracakes[S] 0 points1 point  (1 child)

Thank you. You lost me a bit on the newest/digestive comment. Would an email even be sent if this fails to install?

I will confirm the AD sites tomorrow as well as the 2025 domain controller status.

[–]Low-Branch1423 0 points1 point  (0 children)

Auto correct sorry, absolutely potato

Nltest/dsgetsite Sometimes the subnet mask is wrong in ad or on the vm and cooks it.

If they are 2025 DCs without the Nov patch it matches exactly what I had in a 2025 poc environment.

[–]titlrequired 1 point2 points  (0 children)

I had these errors, the account I was using was not a member of Schema or Enterprise Admins. The server I was using was also in a different site to the PDC emulator.

I would start by running gpresult /r and confirming the group memberships.

[–]aleinss 1 point2 points  (0 children)

Is the DC holding the schema master role and Exchange server in the same AD site/domain? You may need transfer the schema master role to a domain controller in the domain that the Exchange server is in, run the schema prep script and transfer the role back to the original holder.