Invoke-BluGenieProcess

Invoke-BluGenieProcess
SYNOPSIS
Invoke-BluGenieProcess will kick off the multi threaded job management engine
SYNTAX
Invoke-BluGenieProcess [[-System] <String[]>] [-Command <String[]>] [-JobID <String>] [-ThreadCount <Int32>] [-Walkthrough] [-Trap] [-JobTimeout <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]
Invoke-BluGenieProcess [-Range <String[]>] [[-Command] <String[]>] [[-JobID] <String>] [-ThreadCount <Int32>] [-Walkthrough] [-Trap] [-JobTimeout <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]DESCRIPTION
Invoke-BluGenieProcess will kick off the multi threaded job management engine
EXAMPLES
EXAMPLE 1
Invoke-BluGenieProcess -System 'Computer1' -Command 'Get-SystemInfo' -JobID '12345'This will run the command (Get-SystemInfo) on the remote system "Computer1". All data will be logged in a directory with the assigned JOBID as the name.EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
PARAMETERS
System
Range
Command
JobID
ThreadCount
Walkthrough
Trap
JobTimeout
WhatIf
Confirm
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