-
Notifications
You must be signed in to change notification settings - Fork 8
Get ePOQuery
Michael Arranaga edited this page Aug 30, 2019
·
1 revision
Finds available predefined queries on the ePO server.
Get-ePOQuery [<CommonParameters>]
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.
$Queries = Get-ePOQuery
Get all predefined queries in ePO
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.