Install-BluGenieHarvester

Install-BluGenieHarvester

SYNOPSIS

Install-BluGenieHarvester will copy and install the Windows Event Harvester (WinLogBeat)

SYNTAX

Install-BluGenieHarvester [[-Source] <String>] [[-Destination] <String>] [[-ForceCopy]] [[-Walkthrough]] [[-ReturnObject]] [[-OutUnEscapedJSON]] [[-ComputerName] <String>] [[-Install]] [[-Uninstall]] 
[[-Path] <String>] [[-ForceInstall]] [[-CopyOnly]] [<CommonParameters>]

DESCRIPTION

Install-BluGenieHarvester will copy and install the Windows Event Harvester (WinLogBeat)

EXAMPLES

EXAMPLE 1

Install-BluGenieHarvester
This will copy the Harvester Source to the remote systems destination and install the the Harvester service.

EXAMPLE 2

Install-BluGenieHarvester -ForceCopy -ForceInstall
This will copy the Harvester Source to the remote systems destination and install the the Harvester service.
If the files and service already exist the ForceCopy will overwrite the current files and the ForceInstall will
remove and install the Harvester service.

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

PARAMETERS

Source

Destination

ForceCopy

Walkthrough

ReturnObject

OutUnEscapedJSON

ComputerName

Install

Uninstall

Path

ForceInstall

CopyOnly

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