Загрузка данных


Get-ChildItem -Recurse -File | Where-Object {$_.Name -like "MuchoProfile*.dll*"} | ForEach-Object { "$($_.FullName) | $($_.Length) | $((Get-FileHash $_.FullName -Algorithm SHA256).Hash)" }