You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include error handling if ESD file fails to download. Do a SHA1 Hash check to verify it downloaded properly, and if not, exit with appropriate error message.
NO ETA
Include error handling if ESD file fails to download. Do a SHA1 Hash check to verify it downloaded properly, and if not, exit with appropriate error message.
Notes:
$SHA1Hash = Get-FileHash $ImagePath -Algorithm SHA1
$ESDFile = Get-OSDCloudOperatingSystems -OSArch x64 | (SELECT THE exact OS)
($SHA1Hash.Hash -eq $ESDFile.SHA1)
The text was updated successfully, but these errors were encountered: