Initial Config of MS-Server
General Config
- Open the Taskbar settings by right-clicking the taskbar
- Set Combine taskbar buttons to never
Create Partitions
- Open Computer Management and choose Disk Management
- Select the drive you'd like to partition, right-click it and choose
-
Create the following partitions:
- Active Directory
- Network Drives
- Computer Images
Set a static IP
-
Open Server Manager - notice on the Local Server page that the Ethernet setting says
Assigned by DHCP
-
Navigate to the Network Connections and configure the Properties of
the wired ethernet connection
- uncheck the TCP/IPv6 protocol
-
Click the TCP/IPv4 protocol and click the Properties button to alter the DHCP settings
| FIELD |
VALUE |
| IP address: | 192.168.1.253 |
| Subnet mask: | 255.255.255.0 |
| Default gateway: | 192.168.1.2 |
| Prefered DNS server: | 192.168.1.253 |
- Click OK
- Click Close
- Refresh the Server Manager window - the Ethernet should now display the IP that
was just inputted
Add a new Admin user
- In Server Manager, navigate to the Tools menu item and choose Computer Management
- In the left-most panel, navigate to Local Users and Groups and click Users
- Right-click somewhere in the middle panel and choose New User... from the context menu
- Fill in the fields for User name:, Full name:, Description:, and Password:
- Un-check the User must change password at next login box
- Check the User cannot change password box
- Check the Password never expires box
- Click Create
- Click Close
- Right-click the new Admin user and click Properties from the context menu
- Choose the Member Of tab and click Add...
- Click Advanced
- Click Find Now to display a list of User Groups
- Choose Administrators from the list and click OK
- Click OK to close the Select Groups window
- Click Apply and OK to close the Admin Properties window
Change the Computer Name
-
In Server Manager click the Computer Name link to bring up the
System Properties window
- Alter the Computer description field to Domain Controller
- Click the Change... button
- Alter the Computer name: field to DC1 or some such
- Click OK to close the Computer Name/Domain Changes window
Adjust Performance
-
While the System Properties window is still open, click the Advanced tab and click the
Performance => Settings... button
- Select the Adjust for best performance radio button and click Apply and OK
-
From the System Properties window, click the Remote Desktop tab and select the
Allow remote connections to this computer radio button and click OK
- Follow the prompts to restart the computer