zoukankan      html  css  js  c++  java
  • How to setup Active Directory (AD) In Windows Server 2016

    Windows Server 2016 is the newest server operating system released by Microsoft in October 12th, 2016. In this tutorial I will go through step by step on how to install the Active Directory ( AD ) role on Windows Server 2016. If you are setting up the server for production is recommended to set a static IP address on the server before you start the AD installation. Also before you start the AD installation, rename the server now if you need to, once you have installed the AD role on the server, it is not easy to change the name without breaking a lots of things.

    Note: You need to have administrator privileges on the server to install AD

    Install Active Directory

    Login to the server, and click on the Start button, and then click on Server Manager:

    image

    On the Server Manager Dashboard, click on Add roles and features:

    image

    The Add role and features wizard will come up:

    image

    Click on Next. On the following Installation type screen, choose the first option “Role-based or feature-based installation:

    image

     

    Click on Next. On the following screen select a server from the server pool. your local server should be listed:

    image

    On the following screen click on Active Directory Domain Services and the Add features window will pop-up:

    image

    Click on Add Features and then click on Next. Make sure .NET 4.6 Features are checked on the following screen:

    image

    Then click on Next. On the following screen you will get a short overview of what a domain controller does, and the services that get installed. if this is your first domain controller you will be prompted to install the DNS service which is required on a domain controller:

    image

    Click on Next. click on Install on the confirmation window:

    image

    The Installation will begin:

    image

    Setup Domain Controller

    Once the AD role has been installed. click on Promote this server to a domain controller:

    image

    And the deployment configuration wizard will come up. Select Add new forest and choose your Root domain name:

    image

    click on Next. on the next screen choose your Forest functional level and enter the Directory Service Restore Mode password: If this is your first domain controller choose “Windows Server 2016” as the Forest and Domain functional level. make sure the DNS option is checked, and because this is my first server, the Global Catalog ( GC) is already checked. click on Next:

    image

    Because we are installing a forest root domain controller that is using Active Directory-integrated DNS, we are not going to worry about this warning message, click on Next:

    image

    Choose the NetBIOS domain name  (already selected ) and click Next choose the paths for the the AD database, normally the defaults are OK

    image

    Review Options:

    image

    Click on Next.

    image

    Do the Prerequisites check. if all the prerequisites check successfully. click on Install

    image

    The Installation should begin. the server will reboot automatically when the installation finishes:

    image

    This message will pop-up on your screen when Windows Server 2016 is about reboot:

    image

    After your server reboots, you will have the option to login to your newly created network:

    image

    after you’re logged using your domain credentials, go to Administrative tools and open Active Directory Users and Computers to make sure your AD is working:

    image

    DNS

    image

    Conclusion

    As you can see, installing Active Directory (AD) in Windows server 2016 is not much different than Installing AD in previous Windows server releases. I hope you found this guide useful. If you have any question please use the comments section below.

    https://ittutorials.net/microsoft/windows-server-2016/setting-up-active-directory-ad-in-windows-server-2016/

  • 相关阅读:
    死工资的缓慢呆板已不能适合这个新型的商业社会。
    java获取前一天时间SimpleDateFormat,java判断某个时间段
    设置 DNS,防止 DNS 污染,清除 DNS 缓存ipconfig /flushdns
    win7 怎么设置开机直接进入桌面? netplwiz 命令
    AWS免费云服务套餐申请步骤及常见问题
    阿里云自定义镜像可以免费保存,ECS实例到期后自定义镜像手动快照不会被删除
    php获取字符串长度函数strlen和mb_strlen
    PHP HTML混写,PHP中把大块HTML文本直接赋值给字符串变量的方法
    人工智能跟脑神经科学没有关系。没有出差错的机会,就没有进化的可能。要想自己把事情做成功,就需要弄清楚事物的本质。
    python GIL 全局锁,多核cpu下的多线程性能究竟如何?
  • 原文地址:https://www.cnblogs.com/oskb/p/9373095.html
Copyright © 2011-2022 走看看