I'm trying to set up an Exchange server on a VM in my virtual network.
I have an on premise server 2012R2 witch is my DC. In azure i've created a virtual network with 2 VM's, one is a replicator for my DC the other will be my Exchange server.
The VM server is promoted to DC and linked to the domain. All users are visible in the AD.
The VM is visible in the sites and services on the on-premise server, so the link is made properly i guess?
Then i ran several powerschell scripts:
Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45,
Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service,
Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, RSAT-ADDS
Install-WindowsFeature Server-Media-Foundation
Restart-Computer
run: UcmaRuntimeSetup (API)
run: FilterPack64bit
run: filterpack2010sp1-kb2460041-x64-fullfile-en-us
run: Microsoft Exchange server 2013 Unattended setup (with a powershell-script)
And there it went wrong, i've got the following error during the set-up:
.\setup : Setup encountered a problem while validating the state of Active Directory: Exchange organization-level objects either have not been created, or have not repl
icated to the local domain, but the schema master domain controller Server-Duizer.Duizer.local is not available, so setup cannot determine which is the case.
At line:3 char:1
Can someone help me?
greetz Wim