PsFCIV
PsFCIV copied to clipboard
PowerShell native implementation of former Microsoft's File Checksum Integrity Verifier (FCIV)
When initially creating the XML database, this program seems to not create the XML database if there is no file in the PATH directory even if -Recurse is selected and...
The code for actually writing out the XML DB is commented out in the code file for Start-PsFCIV. It looks like someone started working on removing the $host item for...
I have a solution that may resolve this, but here is the issue first from a test run: ``` PS C:\working_directory\Documents> Start-PsFCIV -Path .\ -XML "C:\working_directory\DB.xml" -HashAlgorithm SHA256 -Recur se...
Not sure how you possibly tested this before publishing in the gallery...no matter what directory I give it after I hash my temp folder, it adds no new files doesn't...
I am looking for an alternative to FCIV which is more robust and capable of recording errors to an output file (akin go the `fciv.err` file produced by FCIV), for...