Get-BluGenieSignature

Get-BluGenieSignature

SYNOPSIS

Report on the Files Authenication Signature Information

SYNTAX

Get-BluGenieSignature [[-Path] <String[]>] [[-ToolPath] <String>] [[-Algorithm] <String>] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [<CommonParameters>]

DESCRIPTION

Report on the Files Authenication Signature Information

EXAMPLES

EXAMPLE 1

Command: Get-BluGenieSignature -Path 'C:\Windows\Notepad.exe'
Description: Show the Authentication Signature Information for the file given
Notes:
- Sample Output -
       Comment         :
       Path            : c:\windows\system32\cmd.exe
       File Version    : 10.0.17134.1 (WinBuild.160101.0800)
       Description     : Windows Command Processor
       Product Version : 10.0.17134.1
       Date            : 5:16 PM 4/11/2018
       Company         : Microsoft Corporation
       Publisher       : Microsoft Windows
       Verified        : Signed
       Product         : Microsoft� Windows� Operating System
       Machine Type    : 64-bit
       Hash            : 4e2acf4f8a396486ab4268c94a6a245f

EXAMPLE 2

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

EXAMPLE 9

PARAMETERS

Path

ToolPath

Algorithm

Walkthrough

ReturnObject

OutUnEscapedJSON

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