Invoke-BluGenieProcess
Invoke-BluGenieProcess
SYNOPSIS
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
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
Last updated