< Back

Get-MD5Hash

Wed Jan 15, 2020 7:41 am

NAME Get-MD5Hash



SYNOPSIS

Get the MD5 hash from some file.





SYNTAX

Get-MD5Hash [-File] <String> [<CommonParameters>]





DESCRIPTION

This function receives a filename and returns the MD5 hash.





PARAMETERS

-File <String>

The file path\\name that will be compared.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Author: Bruno B Silva - brunobritorj@outlook.com



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-MD5Hash -File '.\\YourFile.txt'



2D1DE770FD2832F0AE3E0928E19EA60A











RELATED LINKS

https://github.com/brunobritorj