New-BluGenieService



New-BluGenieService

SYNOPSIS

Create a New Windows Service called BluGenie

SYNTAX

New-BluGenieService [-Force] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-OutYaml] [[-FormatView] <String>] [<CommonParameters>]

DESCRIPTION

Create a New Windows Service called BluGenie

Service binary resides in the Module Directory

Once started 3 directories will be created. ~ .\Logs ~ .\Jobs ~ .\Processing

Log Information ~ All verbose logging is captured to the Windows Event Log under the Application Log. ~ The source is named ( BGService )

Polling Period and Performance ~ Polling period is set to 60 seconds. A scan for a BluGenie JSON Job file will be queried in the .\Jobs directory. Once found the actions are processed ~ Be default the service is set to run at the lowest CPU Prioirty

EXAMPLES

EXAMPLE 1

EXAMPLE 2

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

PARAMETERS

Force

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