This shows you the differences between two versions of the page.
— |
script:powershell:sha [2025/03/17 09:26] (current) admin created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Get-FileHash ====== | ||
+ | <sxh powershell> | ||
+ | Get-FileHash $(Get-ChildItem "C:\Program Files\Microsoft Deployment Toolkit" -Filter "litetouch.wsf" -Recurse | Select-Object -ExpandProperty fullname) -Algorithm SHA1 | ||
+ | </sxh> |