Active Directory Tutorial 1 – Installing Active Directory on Windows Server 2012
next video: http://youtu.be/l9UBnlTDjXU
What is active directory: http://heresjaken.com/what-is-active-directory/
I will take you through installing active directory domain services on windows server 2012. It will automatically install DNS if you are not a part of a domain already. Its actually quite an easy process once it is going you can make users and join computers to your domain then easily control how the users can interact with the computers using group policy, I will get to group policy in the future for all those that are interested.
You used to be able to use the “dcpromo” command but that has now been depreciated in windows server 2012. You can still use powershell to install by using “Add-WindowsFeature -name ad-domain-services -IncludeManagementTools” command
Find more useful information at http://heresjaken.com/
windows server 2012