12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Active Directory Installation Guide on Server 2019 Using VirtualBox</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Active Directory Installation Guide on Server 2019 Using VirtualBox">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="07/25/2024 05:00:29 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Active Directory Installation Guide on Server 2019 Using VirtualBox</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Configuring Server 2019</h2>
- <ol>
- <li>Install Microsoft Server 2019 (<a href="https://youtu.be/_1zBK93RxY4" target="_blank">Tutorial</a>)</li>
- <li>Log in with an account with admin priviliges</li>
- <li>Set the server name
- <ol start="1" style="list-style-type: lower-alpha;">
- <li>Click the Start button > Type control panel > press Enter</li>
- <li>Click View By > Small Icons</li>
- <li>Click System</li>
- <li>Click Advanced System Settings in the top left</li>
- <li>Select the Computer Name tab</li>
- <li>Click the change button</li>
- <li>Enter the new computer name > Click OK</li>
- <li>When prompted to reboot, choose Restart Later</li>
- </ol>
- </li>
- <li>Set a static IP address
- <ol start="1" style="list-style-type: lower-alpha;">
- <li>Back in Control Panel, select Network and Sharing Center</li>
- <li>Click Change adapter settings</li>
- <li>Right click on the network connection > Properties</li>
- <li>Select Internet Protocol Version 4 (TCP/IPv4) > Properties</li>
- <li>Click the Use the following IP address option</li>
- <li>Enter a static IP address, subnet mask and gateway</li>
- <li>Enter DNS addresses</li>
- <li>Click OK to all open dialog windows and close Control Panel</li>
- </ol>
- </li>
- <li>Reboot the server for the name change to take effect</li>
- </ol>
- <h2>Installing Active Directory</h2>
- <ol>
- <li>After the reboot, launch Server Manager if it does not automatically load</li>
- <li>Click Add roles and features</li>
- <li>Click Next on the Before you begin screen</li>
- <li>Select Role-based or feature-based installation > Next</li>
- <li>Leave Select a server from the server pool selected and select the current Server2019 server > Next</li>
- <li>Check the Active Directory Domain Services box</li>
- <li>A popup will appear with additional required roles and features, click the Add Features button</li>
- <li>Click Next</li>
- <li>Click Next on the Select features screen</li>
- <li>Click Next on the Active Directory Domain Services screen</li>
- <li>Click Install on the confirmation screen</li>
- <li>Leave the installation progress screen open until the install completes</li>
- </ol>
- <h2>Configuring Active Directory</h2>
- <ol>
- <li>Back in Server Manager, click the flag with the caution icon in the upper right corner</li>
- <li>Click Promote this server to a domain controller</li>
- <li>Select Add a new forest and enter the desired domain name, ie i12bretro.local > Click Next</li>
- <li>Verify Domain Name System (DNS) server and Global Catalog (GC) are checked</li>
- <li>Enter and confirm a Directory Services Restore Mode (DSRM) password > Click Next</li>
- <li>On the DNS Options page, click the Change button and enter credentials for a local administrator account > Click Next</li>
- <li>Verify or modify the NetBIOS domain name > Click Next</li>
- <li>Leave the AD DS paths as default > Click Next</li>
- <li>Click Next on the Review Options screen</li>
- <li>After the prerequisite check completes, click the Install button</li>
- <li>Once the installation completes the server will reboot</li>
- <li>After rebooting, log back into the server</li>
- <li>Welcome to your very own Active Directory server</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|