Get-SentinelOneDeepVisibilityPowerQueryPing
SYNOPSIS
Ping a Deep Visibility Power Query using the queryId if results have not returned from an initial Power Query or a previous ping
SYNTAX
Get-SentinelOneDeepVisibilityPowerQueryPing -queryId <String> [<CommonParameters>]
DESCRIPTION
The Get-SentinelOneDeepVisibilityPowerQueryPing cmdlet pings a Deep Visibility Power Query using the queryId if results have not returned from an initial Power Query or a previous ping
EXAMPLES
EXAMPLE 1
Get-SentinelOneDeepVisibilityPowerQueryPing -queryId q1xx2xx3
Returns the status of a Deep Visibility Query
PARAMETERS
-queryId
QueryId obtained when creating a query under Create Query.
Example: “q1xx2xx3”
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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
As of 2022-11 Cannot fully validate due to permissions