Skip to content

Get ePOQuery

Michael Arranaga edited this page Aug 30, 2019 · 1 revision

external help file: ePOwerShell-help.xml Module Name: ePOwerShell online version: schema: 2.0.0

Get-ePOQuery

SYNOPSIS

Finds available predefined queries on the ePO server.

SYNTAX

Get-ePOQuery [<CommonParameters>]

DESCRIPTION

Finds all available queries from the ePO server. Each query is then converted to an ePOQuery object, and an array containing all objects will be returned.

EXAMPLES

EXAMPLE 1

$Queries = Get-ePOQuery

Get all predefined queries in ePO

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS