Question: Lab Questions Use the get - filehash Release.zip - a md 5 command Use the get - content release 8 2 1 hash.txt command Use

Lab Questions
Use the get-filehash Release.zip -a md5 command
Use the get-content release 821 hash.txt command
Use the -eq command to compare the hashes
Q1: Do the file hashes match?
EXPLANATION
Complete this lab as follows:
View the files in the C:IDownloads folder.
a. Right-click Start and select Windows PowerShell (Admin).
b. At the prompt, type cd C:Idownloads and press Enter to navigate to the directory that contains the files.
c. Type dir and press Enter to view the available files.
Confirm that the Release.zip file is unaltered.
a. Type get-filehash Release.zip -a md5 and press Enter to view the MD5 hash.
b. Type get-content release821 hash.txt and press Enter to view the known hash contained in the .txt file.
c. Type "new hash" -eq "known hash" and press Enter to determine whether the file hashes match.
(i) The new hash is the hash generated by the get-filehash file_name -a md5 command.
The known hash is the hash generated by the get-content file_name.txt command.
Include the quotation marks and the file extensions with the file names in the commands.
Answer the question.
a. From the top right, select Answer Questions.
b. Answer the question.
c. Select Score Lab.
 Lab Questions Use the get-filehash Release.zip -a md5 command Use the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!