0458.html 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Active Directory Installation Guide on Server 2019 Using VirtualBox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Microsoft,Windows,Active Directory,Installation,AD,Home Lab,Home Lab Ideas,Install Guide,Active Directory Administration,Active Directory Management,Administration,System Administrator,Windows Administration,Microsoft Windows,Authentication,Domain,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Active Directory Installation Guide on Server 2019 Using VirtualBox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="07/25/2024 05:00:29 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Active Directory Installation Guide on Server 2019 Using VirtualBox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Configuring Server 2019</h2>
  26. <ol>
  27. <li>Install Microsoft Server 2019 (<a href="https://youtu.be/_1zBK93RxY4" target="_blank">Tutorial</a>)</li>
  28. <li>Log in with an account with admin priviliges</li>
  29. <li>Set the server name
  30. <ol start="1" style="list-style-type: lower-alpha;">
  31. <li>Click the Start button &gt; Type control panel &gt; press Enter</li>
  32. <li>Click View By &gt; Small Icons</li>
  33. <li>Click System</li>
  34. <li>Click Advanced System Settings in the top left</li>
  35. <li>Select the Computer Name tab</li>
  36. <li>Click the change button</li>
  37. <li>Enter the new computer name &gt; Click OK</li>
  38. <li>When prompted to reboot, choose Restart Later</li>
  39. </ol>
  40. </li>
  41. <li>Set a static IP address
  42. <ol start="1" style="list-style-type: lower-alpha;">
  43. <li>Back in Control Panel, select Network and Sharing Center</li>
  44. <li>Click Change adapter settings</li>
  45. <li>Right click on the network connection &gt; Properties</li>
  46. <li>Select Internet Protocol Version 4 (TCP/IPv4) &gt; Properties</li>
  47. <li>Click the Use the following IP address option</li>
  48. <li>Enter a static IP address, subnet mask and gateway</li>
  49. <li>Enter DNS addresses</li>
  50. <li>Click OK to all open dialog windows and close Control Panel</li>
  51. </ol>
  52. </li>
  53. <li>Reboot the server for the name change to take effect</li>
  54. </ol>
  55. <h2>Installing Active Directory</h2>
  56. <ol>
  57. <li>After the reboot, launch Server Manager if it does not automatically load</li>
  58. <li>Click Add roles and features</li>
  59. <li>Click Next on the Before you begin screen</li>
  60. <li>Select Role-based or feature-based installation &gt; Next</li>
  61. <li>Leave Select a server from the server pool selected and select the current Server2019 server &gt; Next</li>
  62. <li>Check the Active Directory Domain Services box</li>
  63. <li>A popup will appear with additional required roles and features, click the Add Features button</li>
  64. <li>Click Next</li>
  65. <li>Click Next on the Select features screen</li>
  66. <li>Click Next on the Active Directory Domain Services screen</li>
  67. <li>Click Install on the confirmation screen</li>
  68. <li>Leave the installation progress screen open until the install completes</li>
  69. </ol>
  70. <h2>Configuring Active Directory</h2>
  71. <ol>
  72. <li>Back in Server Manager, click the flag with the caution icon in the upper right corner</li>
  73. <li>Click Promote this server to a domain controller</li>
  74. <li>Select Add a new forest and enter the desired domain name, ie i12bretro.local &gt; Click Next</li>
  75. <li>Verify Domain Name System (DNS) server and Global Catalog (GC) are checked</li>
  76. <li>Enter and confirm a Directory Services Restore Mode (DSRM) password &gt; Click Next</li>
  77. <li>On the DNS Options page, click the Change button and enter credentials for a local administrator account &gt; Click Next</li>
  78. <li>Verify or modify the NetBIOS domain name &gt; Click Next</li>
  79. <li>Leave the AD DS paths as default &gt; Click Next</li>
  80. <li>Click Next on the Review Options screen</li>
  81. <li>After the prerequisite check completes, click the Install button</li>
  82. <li>Once the installation completes the server will reboot</li>
  83. <li>After rebooting, log back into the server</li>
  84. <li>Welcome to your very own Active Directory server</li>
  85. </ol> </div>
  86. </div>
  87. </body>
  88. </html>