Active Directory : Install2024/11/29 |
|
Install Active Directory Domain Service. On CUI Installation, Execute Commands like follows. |
|
| [1] | Run PowerShell with Admin Privilege and Install AD DS. |
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. # install AD DS with admin tools PS C:\Users\Administrator> Install-WindowsFeature -name AD-Domain-Services -IncludeManagementTools Success Restart Needed Exit Code Feature Result ------- -------------- --------- -------------- True No Success {Active Directory Domain Services, Group P... |
|
Active Directory : Install (GUI)
|
|
On GUI Installation, Configure like follows. |
|
| [2] | Run [Server Manager] and click [Add roles and features]. |
|
| [3] | Click [Next] button. |
|
| [4] | Select [Role-based or feature-based installation]. |
|
| [5] | Select a Host which you'd like to add services. |
|
| [6] | Check a box [Active Directory Domain Services]. |
|
| [7] | Addtional features are required to add AD DS. Click [Add Features] button. |
|
| [8] | Click [Next] button. |
|
| [9] | Click [Next] button. |
|
| [10] | Click [Install] button. |
|
| [11] | After finishing Installation, click [Close] button. |
|
| Sponsored Link |
|
|