Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
JitBitPS
0.0.12
Public/Get-JBStats.ps1
function
Get-JBStats
{
<#
.SYNOPSIS
Gets overall statistics for the ticketing system - number of open tickets, closed, new, unassigned etc.
#>
Invoke-JBMethod
-Api
"Stats"
}