Get-BluGenieFileADS

Get-BluGenieFileADS

SYNOPSIS

Query for a files Alternate Data Stream Content

SYNTAX

Get-BluGenieFileADS [[-Path] <String[]>] [-ShowAll] [-ClearGarbageCollecting] [-UseCache] [-CachePath <String>] [-RemoveCache] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [-FormatView 
<String>] [<CommonParameters>]

DESCRIPTION

Query for a files Alternate Data Stream Content

EXAMPLES

EXAMPLE 1

Command: Get-BluGenieFileADS -path "C:\Temp\File1.txt","%SystemDrive%\Windows\Notepod.exe"
Description: Query files for any ADS Information using the Path Parameter
Notes:

EXAMPLE 2

Command: Get-BluGenieFileADS -path "C:\Temp\File1.txt,%SystemDrive%\Windows\Notepod.exe"

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

EXAMPLE 9

EXAMPLE 10

EXAMPLE 11

EXAMPLE 12

EXAMPLE 13

EXAMPLE 14

EXAMPLE 15

EXAMPLE 16

PARAMETERS

Path

ShowAll

ClearGarbageCollecting

UseCache

CachePath

RemoveCache

Walkthrough

ReturnObject

OutUnEscapedJSON

OutYaml

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