Skip to main content

Server Administration 2012 Lab-5 & 6 ACTIVE DIRECTORY

Before working on this lab, you must have
1. A Computer with Windows Server 2012 Operating System and connected in the network.
MICROSOFT.COM SYS1 Domain Controller IP Address 10.0.0.1 Subnet Mask 255.0.0.0 Preferred DNS 10.0.0.1

SYS1
Lab – 1: Assigning IP Address
1. ClickServer Manager.
2. In Server Manager Dashboard, Click Configure this local server.
3. In Local Server, select Ethernet IPv4 address assigned by DHCP.
4. Right click Ethernet, select Properties.
5. Select Internet Protocol Version 6 (TCP/IPv6) and uncheck the box.
6. Select Internet Protocol Version 4 (TCP/IPv4) and clickProperties.
7. Select Use the following IP addressand enter the IP address and click Subnet mask, it will be entered automatically and select Use the DNS Server addresses and enter the Preferred DNS Server address
8. ClickOK, and OK.

Lab – 2: Installing Active Directory
1. Log in as Administrator to the Workgroup Computer.
2. Assign IP Address and preferred DNS Server Address.
3. ClickServer Manager
4. In Server Manager Dashboard, Click Add roles and features.
5. In Before you begin page, click Next.
6. In Select installation type, select Role-based or feature-based installation, click Next.
7. In Select destination server, from Server Pool select SYS1,clickNext.
8. In Roles, check the box Active Directory Domain Services.
9. Click Add Features, to install the required features for Active Directory Domain Services. ClickNext.
10. In Select features wizard,clickNext.
11. InActive Directory Domain Services wizard,clickNext.
12. Check the box Restart the destination server automatically if required. Click Install.
13. ClickPromote this server to a domain controller.
14. In Deployment Configuration wizard, select Add a new forest, enter the Root domain name (Ex: Microsoft.com) and clickNext.
15. In Domain Controller Options, change Forest and Domain functional level to Windows Server 2003, and Domain Name System server. Type the Directory Services Restore Mode Password andConfirm passwordand clickNext.
16. On DNS Options page, click Next.
17. Verify the NetBIOS domain name (Ex: MICROSOFT), click Next.
18. Verify the location of the AD DS database, log files, and SYSVOL, click Next.
19. Review the Summary and click Next.
20. Click Install to begin installation.

Verification:
1. Click Server Manager.
2. In Server Manager, select Local Server, verify for Domain Microsoft.com.

Comments

Popular posts from this blog

Server Administration 2012 Lab-8 Creating Domain User Accounts

1. Log in as Administrator to the Domain Controller . 2. Press Windows Key to go to Start, select Active Directory User and Computers. 3. In the console tree, expand your domain MICROSOFT.COM , and then right click Users Container, select New User. 4. Specify the First name and User Logon name and then click Next . 5. Enter the Password and Confirm Password for the User account, click Next . 6. Review the configuration settings for the User Account and then click Finish. Verification: 1. Login as User ( User1@Microsoft.com ) in Member Server or Client.

Server Administration 2012 Lab-10 Enabling Account Lockout policy

1. Log on to D.C as Administrator, click Press Windows Key to go to Start, select Group Policy Management. 2. Expand ForestExpand DomainsExpand Microsoft.comright click Default Domain policy and select Edit. 3. Expand Computer ConfigurationExpand PoliciesExpand WindowsSettings Expand Security SettingsExpand Account PoliciesOpen Account Lockout Policy. 4. Double click, Account lockout threshold. 5. Enter the Value for Number of invalid logon attempts(Ex: 2) 6. Set the Account lockout duration and clickOK. 7. Close the Group Policy Management Window. Verification: 1. Enter the password for user (User1) wrongly for 2 times while logging in and the user account will be locked. Unlocking the locked User accountManually 1. Log on to D.C as Administrator, click Start  Programs Administrative Tools Active Directory Users and Computers. 2. Right click the User (User1) and select Properties. 3. Check the box Unlock account click Apply and OK. Verification: 1. Log in a...

Server Administration 2012 Lab-45 Configuring Additional Domain Controller using IFM

1. Log in as Administrator to the Domain Controller (SYS1). 2. Create a Shared folder (Ex: ifm) in C drive. 3. Go to Start, type cmd in Search Apps, and select Command Prompt 4. Type Ntdsutil 5. Type Activate instance ntds. 6. Type ifm. 7. Type create sysvol full C:\ifm 8. Verify for the snapshot generated successfully. Verification 1. Log in as Administrator to the Workgroup Computer(SYS2), Assign IP Address and Preferred DNS Server Address. 2. Access the shared folder (Ex: ifm) on Domain Controller and copy it to local hard disk drive (Ex: C drive). 3. Go to Server Manager Dashboard, Click Add roles and features. 4. In Before you begin page, click Next. 5. In Select installation type, select Role-based or feature-based installation, click Next. 6. In Select destination server, from Server Pool select SYS2, click Next. 7. In Roles, check the box Active Directory Domain Services. 8. Click Add Features, to install the required features for Active Directory Domain Servi...