File Checksum Integrity Verifier

From KlavoWiki
Jump to navigationJump to search

To find the checksum of a file in Windows.

Install

Install-Module -Name PsFCIV

Version

Get-Command -Module PsFCIV

Usage

Import-Module PsFCIV
Start-PsFCIV -Path C:\Users\username\Downloads -Include *.out -XML files.xml -HashAlgorithm MD5, SHA1, SHA256

View the result in the XML file files.xml

Uninstall

Uninstall-Module PsFCIV

Reference

PowerShell File Checksum Integrity Verifier