Get-PSWorkItemReport

February 11, 2026 ยท View on GitHub

SYNOPSIS

Get a summary report of PSWorkItems.

SYNTAX

Get-PSWorkItemReport [[-Path] <String>] [<CommonParameters>]

DESCRIPTION

Use this simple command to get a report of PSWorkItems by category. The percentages for each category are rounded. The percentage of Overdue items is based on all open work items.

EXAMPLES

Example 1

PS C:\> Get-PSWorkItemReport

   Path: C:\Users\Jeff\PSWorkItem.db

Category Count PctTotal
-------- ----- --------
Personal     5       38
Event        3       23
Project      2       15
Work         1        8
Other        1        8
Blog         1        8
Overdue      4       31

The Overdue data should be shown in red.

PARAMETERS

-Path

The path to the PSWorkItem SQLite database file. It should end in .db

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: $PSWorkItemPath
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

None

OUTPUTS

PSWorkItemReport

NOTES

Learn more about PowerShell: http://jdhitsolutions.com/yourls/newsletter

Get-PSWorkItem