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/Lab04/ |
Upload File : |
<? // JimMartinson/CST2274/Labs/Lab02/Lab02.phpinc require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // ReplacedNaN #if ( $_SESSION['userId'] != 1 ) { require('Gradebook/EvaluationSubmission_NOTAVAILABLE.phpinc'); exit; } require('JimMartinson/CST2274/Labs/GenerateComputerNames.phpinc'); // Includes 'Gradebook/EvaluationSubmission_BEGIN.phpinc'. $disabled = ''; //$disabled = ' disabled'; if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } $uploadFilename = $courseNumber.'_'.$evaluationName.'_'.$userFileName.'.png'; ?> <fieldset><legend>Description</legend> Demonstrate your ability to install Windows 10. </fieldset> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <?=$gradeNote?> <ol class="count"> <!-- 1 --> <li> Create a directory called <b class="copyText"><?=$evaluationName?></b>. We will use it for all work performed in this lab. </li> <!-- 2 --> <li>Create a VM and install Windows 10 with a user named <b><?=$userFirstName?></b>: <ol> <li>Ensure the Hard disk is thin provisioned.</li> <li>Connect the Network adapter to your internal network.</li> <li>Connect the CD/DVD drive to the student ISO's windows 10 iso file.</li> <li>Follow the installation prompts using a Domain user.</li> </ol> </li> <!-- 3 --> <li>Create a second user named <b><?=$userLastName?></b></li> <!-- 4 --> <li>Demonstrate that you have done this: <ol> <li>Open a command prompt on your Windows 10 Desktop..</li> <li>Run the command <span class="kbd copyText">net localgroup Administrators</span>..</li> <li>Run the command <span class="kbd copyText">net localgroup Users</span>..</li> <li>Take a screenshot of the command window and save it as <b class="copyText"><?=$uploadFilename?></b> in your <b><?=$evaluationName?></b> folder. <br><? showBegin('See example command window text'); ?><br> <pre class="kbd">C:\>net localgroup Administrators Alias name Administrators Comment Administrators have complete and unrestricted access to the comp uter/domain Members -------------------------------------------------------------------------------<? $UsersList = array( $userFirstName, 'Administrator', ); natcasesort($UsersList); foreach ($UsersList as $user) { ?> <br><?=$user?> <? }?> The command completed successfully. C:\>net localgroup Users Alias name Users Comment Users are prevented from making accidental or intentional system -wide changes and can run most applications Members -------------------------------------------------------------------------------<? $UsersList = array( $userLastName, 'NT AUTHORITY\Authenticated Users', 'NT AUTHORITY\INTERACTIVE', ); natcasesort($UsersList); foreach ($UsersList as $user) { ?> <br><?=$user?> <? }?> The command completed successfully.</pre> <? showEnd (); ?> </li> </ol> </li> <!-- 5 --> <li>Turn in your assignment: <ol type="a"> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.</li> </ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </li> <? /**/ ?> </ol> <?=$gradeNote?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>