< Back

Get-ePoTaskLogHistory

Sat Jan 18, 2020 7:48 pm

NAME Get-ePoTaskLogHistory



SYNOPSIS

Gets the task log history from the McAfee server.





SYNTAX

Get-ePoTaskLogHistory [[-taskId] <Object>] [[-maxRows] <Object>] [[-age] <Object>] [[-unit] <Object>] [-WhatIf]

[-Confirm] [<CommonParameters>]





DESCRIPTION

Gets the task log history from the McAfee server. Uses the tasklog.listTaskHistory api command.

This function is still a Work in Progress.





PARAMETERS

-taskId <Object>

The Id of the task to search the logs for.



Required? false

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-maxRows <Object>

The maximum number of rows to return.



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-age <Object>

The age of the logs to search for.



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-unit <Object>

The unit of measurement for the age parameter



Required? false

Position? 4

Default value

Accept pipeline input? true (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.

Parameters are still a work in progress for this function. Please only use it without the parameters.

Added support for Whatif

TODO: Add support for other parameters.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-ePoTaskLogHistory



Gets the ePoTask log history from the McAfee server.











RELATED LINKS