You can manage the Windows core server more easily by installing the Core Configurator.
You can download it from here to the server. Extract it to the server drive. To open it; use the command prompt power shell and enter the following PS C:\Users\Administrator\CoreConfig> .\CoreConfig.ps1
Where the CoreConfig is the location of the extrated file downloaded from CoreConfigurator.
If you need to install AD DC on the core server where there is no GUI, you will have to create a unattend file and run the dcpromo.exe /unattend:unattend.txt Create an unattend.txt file with the following [DCInstall] ReplicaOrNewDomain = Domain NewDomain=Forest NewDomainDNSName = dctest.local AutoConfigDNS=Yes RebootOnSuccess = NoAndNoPromptEither SafeModeAdminPassword = PasswordComplex Note: please install a static ip address on the server before proceeding to the AD DC.