You're the systems analyst on call at Brightwater Logistics. The deployment server just pulled a new endpoint-agent installer from the vendor's download mirror. Before you push it to roughly 200 machines, you need to prove the file arrived intact — not corrupted in transit or swapped out along the way.
The vendor publishes an MD5 fingerprint for every release. Both the installer and a small
text file holding that published fingerprint are sitting in D:\Staging.
Calculate the installer's MD5 hash, read the published value, and confirm they match.