Likes

NIIT Lab@Home 7 EBDD

1. To store the information of employees in a centralized network location, you have created and configured a new server and installed the AD DS role. The newly joined employees need to join in different departments. Each department's employees need to have different access permissions and security settings. Therefore, employees of different departments are organized into different groups. You need to create user accounts for the new employees and assign them to appropriate groups by using command prompt. The following table lists the details to create the user accounts. You have been assigned the task to create the user accounts and groups using command prompt. How will you accomplish the same?



1. Ensure that the Server manager window is open and active.
2. select AD DS in the left pane.
3. Right-click the EBDD_DC1 server under the server name column of the SERVER pane.
4. select the Active Directory Module for windows Power Shell option. the Administrator: Windows Power Shell
   window is displayed.
5. open a new notepad file.
6. type the following code:

     New-ADOrganizationalUnit -Name "IT"
     New-ADOrganizationalUnit -Name "Research"

7. save the file as the OUs.PSI name in the C: drive. Ensure that you select the all files option from the
   save as type drop-down list box.
8. Open a new notepad file.
9. Type the following code:

    New-ADuser -name "April Regan" -SamAccountName "April" -AccountPassword
    (ConvertTo-SecureString "Pa$$w0rd -ASPlainText -Force") Enabled $True -
    PasswordNeverExpires $True -ChangePasswordAtLogon $false new-ADuser -Name "Allie Bellew" -
    SamAccountName "ALLie" -DisplayName "Allie Bellew" -Path "OU=Research, DC=adaatum, DC=com" -
    AccountPassword (ConvertTo-SecureString "Pa$$w0rd" -AsPainText -force) -Enabled $True -
    PasswordNeverExpires $true -ChangePasswordAtLogon $false

10. save the file as the Users.PSL name in the C: drive. Ensure that you select the All files option from the
    save as type drop-down list box.
11. open a new notepad file.
12. save the file as the add_Users_to_Group.PSI name in the C:drive. Ensure that you select the All files option
    from the sale as type drop-down list box.
13. Switch to the Administrator: Windows powerShell window.
14. type set-ExecutionPolicyRemoteSigned, and then press the Enter key.
15. type y, and then press the enter key.
16. type &'C:\ous.PSI', and then press the enter key.

2. To store the information of employees in a centralized network location, you have created and configured a new server and installed the AD DS role. The newly joined employees need to join in different departments. Each department's employees need to have different access permissions and security settings. Therefore, employees of different departments are organized into different groups. You need to create user accounts for the new employees and assign them to appropriate groups. The following table lists the details to create the user accounts. How will you create the user accounts and organize users into different groups? Note: You need to perform this exercise on virtual machines available in cLabs. The steps for performing this exercise are given in the Activity Book.



To create and configure users and group, you need to perform the following steps:
1. Ensure that the Server Manager window is open and active.
2. select AD DS in the left pane.
3. Right-click the EBDD_DC1 server under the server name column of the SERVERS pane.
4. select the Active Directory users and computer option. the Active Directory users and computer window is displayed.
5. select the Adatum.com node in the left pane.
6. Right-click the Adatum.com node in the left pane, and then select new Organizational Unit.
7. type IT in the Name text box.
8. click the ok button.
9. Repeat the steps 6-8 the create the Research, Marketing. sales, and manager organixational units. you need to change
   the name in step 7 accordingly.
10. Right-click the IT organizational unit, and then select the new user option.
11. type April in the First name text box.
12. type Regan in the Last name text box.
13. type April in the user logon name text box.
14. click the next button.
15. type Pa$$w)rd in the password and confirm password text boxes.
16. clear the user must change password at next logon check box.
17. select the password never expires check box.
18. click the next the button.
19. click the finish button.
20. Repeat steps 10-19 create the Holly Dickson, Allie Bellew, Ed Meadows, Alan steiner, Adam Barr, Dan park, Harry
    Miller, Eric swift, and Vivian Atlas users in the IT, Research, Managers, Marketing, and sales organizational units by
    using the information given in the User Details table.
21. Select the IT organizational unit in the left pane.
22. Right-click the IT organizational unit, and then select the new group option.
23. type IT in the Group name text box.
24. click the ok button.
25. Repeat steps 21-24 to create groups according to the details given in the User details table.
26. Ensure that the IT organizational unit is selected in the left pane.
27. right-click  the April Regan user in the right pane.

3. Acme International Inc. is a software solution provider company in Australia. The company has its head office in Sydney. The head office of the company has 40 desktop computers with the Windows 7 operating system. Recently, the company has decided to upgrade all the desktop computers with the Windows 8 operating system. Robin works as the System Administrator in the company. He has been assigned the task to upgrade all the desktop computers with a standard configuration within the next seven days. He plans to configure a standardized image to deploy Windows 8 on all the desktop computers. Therefore, he wants to create an image of an existing Windows 8 desktop computer by using the imaging process. What should Robin do to accomplish the preceding task?

1. Create Windows PE boot media.
2. Run sysprep on the reference computer.
3. Boot the virtual machine with Windows PE.
4. Establish connection with the network share.
5. Capture the image by using the Capture-Image command.

Task 1. create window PE Boot Madia.

1. Switch to the EBDD_SRV1 virtual machine.
2. press the windows key.
3. Type Deployment and Imaging Tool Environment, and then press the enter key. the Administrator: Deployment
   and Imaging Tools Environment window is displayed.
4. type copype amd64 c:\WinPE_amd64, and then press the enter key. After a few moments, the Success message is displayrd.
5. Type makewinpemedia /iso c:\WinPE_amd64 c:\WinPE_amd64\WinPe_amd64.iso, and then press the enter key. wait
   for success mecess of the command.
6. press the windows key.
7. type computer.
8. Right-click the computer tile, and then select the Map network drive icon.
9. the Map Network Drive dialog box is displayed.
10. type \\172.16.0.200\ISO in the Folder combo box.
11. click the finish button. the windows security dialog box is displayed.
12. type the user name and password of the host computer.
13. click the ok button.
14. close the ISO (172.16.0.200)(Z:) and computer windows.
15. switch to the command prompt window.

Task 2. Running Sysprep on the reference computer.

1. Switch to the EBDD_CL1_Win8 virtual machine.
2. press the windows key. the Start screen is displayed.
3. Type cmd, and then press the Enter key. the Administrator: command prompt window is displayed.
4. type CD C:/Windows/ System32/shutdown/oobe, and then press the enter key.
5. Type sysprep/generalize/shutdown/oode, and then press the enter key. the sysprep is working message box is
   displayed foe 5-10 minutes. the virtual machine connection window is displayed.

Task 3. Booting the Virtual machine with Windows PE

1. select media DVD drive insert disk in the virtual machine connection window. the open dialog box is displayed.
2. Browse to the D:\EBDD\ISO folder.
3. select the WinPE_amd64.iso file.
4. click the open button.
5. click the start button in the virtual machine connection window.
6. press any key as soon as get the massage, press any key the boot from CD and DVD... the EBDD_CL1_Win8 virtual machine
   starts booting from the winPE_amd64.iso file Once the booting is completed, the command prompt window is displayed,
   Wait till the command prompt displays <X:\windows\sytem32>.

Task 4. Establishing connection with the Network Share.

1. type ipconfig/renew, and then press the enter key. the ip address is assigned from the DHCP server.
2. type net use Z:\\172.16.0.200\iso, and then press the enter key. the enter user name for '172.16.0.200' message is displayed.
3. type the user name of host computer, and then press the enter key. the enter the password for '172.16.0.200' message is displayed.
4. type the password of the host computer, and then press the Enter key. the command successfully message is displayed.

Task 5. Capturing the Image by Using the Capture-Image.

1. Type Dism/captuer-ImageFile:Z:\Win8_64.win/CaptureDirD:\/name:"My Windows 8 Partition", and then press the Enter key. After 20-25 minutes, the The
   operation completed successfully message is displayed.
2. type exit, and then press the Enter key. the EBDD_CL1_Win8 virtual machine starts.
3. Sign out and revert all the virtual machines.

No comments: