You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.