< Back

Get-ePoServerRunningTask

Sat Jan 18, 2020 7:48 pm

NAME Get-ePoServerRunningTask



SYNOPSIS

Gets ePoServer Task information for running tasks using the ePo API.





SYNTAX

Get-ePoServerRunningTask [-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 support for Whatif



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



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



Gets task information for running tasks on the ePoServer. Will be empty output if no running task is found.











RELATED LINKS