< Back

Get-ePoServerTaskList

Sat Jan 18, 2020 7:48 pm

NAME Get-ePoServerTaskList



SYNOPSIS

Gets ePoServer Task information using the ePo API.





SYNTAX

Get-ePoServerTaskList [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Sends the command specified to the McAfee EPO server. Connect-ePoServer has to be run first,

as this function uses the epoServer global variable created by that functions connection to the server. Uses the

Invoke-ePoCommand





PARAMETERS

-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





Added logic to change true/false strings returned by API into boolean $True or $False values.

Added logic to change date strings into DateTime objects.

Added support for Whatif



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



PS C:\\>$ServerTaskList = Get-ePoServerTaskList



Stores information about all of the Server tasks available on the ePo server.











RELATED LINKS