Get-BluGenieHashInfo



Get-BluGenieHashInfo

SYNOPSIS

Get-BluGenieHashInfo is a PowerShell Version 2 port of Get-FileHash

SYNTAX

Get-BluGenieHashInfo [[-Path] <String[]>] [[-Algorithm] <String>] [[-Walkthrough]] [[-ReturnObject]] [[-OutUnEscapedJSON]] [-FormatView <String>] [<CommonParameters>]

DESCRIPTION

Specifies the path to a file to hash. Wildcard characters are permitted.

Note: If more than 1 path is specified the return will output a list of items including the Paths and Hash information of each file.

EXAMPLES

EXAMPLE 1

Command: Get-BluGenieHashInfo -Path C:\Windows\Notepad.exe
Description: This will return the (MD5) hash value for C:\Windows\Notepad.exe
Notes:

EXAMPLE 2

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

PARAMETERS

Path

Algorithm

Walkthrough

ReturnObject

OutUnEscapedJSON

FormatView

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Last updated