Get-BluGenieFileSnapshot



Get-BluGenieFileSnapshot

SYNOPSIS

Get-BluGenieFileSnapshot takes a snapshot of the requested direcotry path

SYNTAX

Get-BluGenieFileSnapshot [[-Path] <String>] [[-Walkthrough]] [[-ReturnObject]] [[-LeaveFile]] [[-OutUnEscapedJSON]] [[-Recurse]] [<CommonParameters>]

DESCRIPTION

Get-BluGenieFileSnapshot takes a snapshot of the requested direcotry path. This can be the parent directory and / or a recursive sub directory snapshot.

EXAMPLES

EXAMPLE 1

Get-BluGenieFileSnapshot
This will output nothing.  If the Path is empty the command will Return $Null

EXAMPLE 2

Get-BluGenieFileSnapshot -Path 'C:\Windows\System32\Temp'

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

PARAMETERS

Path

Walkthrough

ReturnObject

LeaveFile

OutUnEscapedJSON

Recurse

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