Link to home
Start Free TrialLog in
Avatar of creative555
creative555

asked on

CORE 2012 Server image with DNS and AD features

Hello,
Looking for the powershell script and checklist to verify that Core 2012 server that is also DC and DNS is ready for production as 2012 R2 Domain Controller and DNS.

How to verify it by using powershell only.


I need a checklist with powerhsell commands to make sure we can use this as as bench mark for many others.

THank you very much.
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

You would use something like this below...

import-module servermanager
Get-WindowsFeatures

Open in new window


Will.
Avatar of creative555
creative555

ASKER

yes. something like this. But I need more to make sure that we verify that Core server and once we promote to DC is all setup and working including replication, zones, etc.  For example I found two good ones to check if the Server is ready for Domain Controller. Is there a command line util such as Best Practices analizer to verify health of AD and DNS? I would need those powershell too

Test-ADDSForestIsntallation

and Test-ADDSDomainInstallation
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok. Great.

So, is this enought to make sure that 2012 DC CORE is all setup for production? Just want to make sure it is all 100% verified. How about updates? The updates for COre are in the image. IS there some kind of command line to run to verify that Core 2012 is up to date?

repadmin /replsum
repadmin /showrepl
repadmin /bridgeheads
dcdiag /v
The below link shows how to service server core.
Servicing Server Core

Will.