< Back
Get-ePoTaskLogSubTask
Post
NAME Get-ePoTaskLogSubTask
SYNOPSIS
The Get-ePoTaskLogSubTask gets information about the taskID specified.
SYNTAX
Get-ePoTaskLogSubTask [-taskId] <Int32[]> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The Get-ePoTaskLogSubTask gets information about the taskID specified. Needs Connect-ePoServer to have been run
and uses the Invoke-ePoCommand function.
PARAMETERS
-taskId <Int32[]>
The ID number of the task to find information about.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
This function is still a work in progress.
Added support for an array of integers being passed to the taskId parameter.
Added custom error handling. Uses Write-Warning to display the Error if the taskID does not exists
but should continue to the next one if another is specified.
Added support for Whatif
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ePoTaskLogSubTask -taskId 111
Gets information about the task with an Id of 111.
RELATED LINKS
SYNOPSIS
The Get-ePoTaskLogSubTask gets information about the taskID specified.
SYNTAX
Get-ePoTaskLogSubTask [-taskId] <Int32[]> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The Get-ePoTaskLogSubTask gets information about the taskID specified. Needs Connect-ePoServer to have been run
and uses the Invoke-ePoCommand function.
PARAMETERS
-taskId <Int32[]>
The ID number of the task to find information about.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
This function is still a work in progress.
Added support for an array of integers being passed to the taskId parameter.
Added custom error handling. Uses Write-Warning to display the Error if the taskID does not exists
but should continue to the next one if another is specified.
Added support for Whatif
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ePoTaskLogSubTask -taskId 111
Gets information about the task with an Id of 111.
RELATED LINKS