Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 670 Bytes

File metadata and controls

25 lines (19 loc) · 670 Bytes

QueriesStats

Properties

Name Type Description Notes
Blocked Int64 Blocked queries count
Companies Int32 Companies count
Queries Int64 Overall queries count

Examples

  • Prepare the resource
$QueriesStats = Initialize-PSAdGuardDNSQueriesStats  -Blocked 14 `
 -Companies 4 `
 -Queries 86
  • Convert the resource to JSON
$QueriesStats | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]