DeleteScheduleHistory

<< Click to Display Table of Contents >>

DeleteScheduleHistory

Deletes the deployment history for a specific computer from one schedule or from all schedules. This is useful for cleaning up stale deployment records or resetting deployment status for a computer that has been rebuilt.

NOTE: This command requires a PDQ Deploy Enterprise license.

Syntax

PDQDeploy DeleteScheduleHistory <computer> -AllSchedules

PDQDeploy DeleteScheduleHistory <computer> -Schedule <scheduleId>

Parameters

Parameter

Required

Description

<computer>

Yes

The name of the computer whose deployment history will be deleted. Both the full FQDN and short name are matched.

-AllSchedules

One of these two is required

Deletes the computer's history from every schedule. Cannot be combined with -Schedule.

-Schedule <scheduleId>

One of these two is required

Deletes the computer's history from the specified schedule only. Use GetSchedules to find schedule IDs. Cannot be combined with -AllSchedules.

Examples

Delete deployment history for WORKSTATION01 from all schedules:

PDQDeploy DeleteScheduleHistory WORKSTATION01 -AllSchedules

Delete history for WORKSTATION01 from schedule ID 5 only:

PDQDeploy DeleteScheduleHistory WORKSTATION01 -Schedule 5

 

 

 

© 2026 PDQ.com Corporation. All rights reserved.

PDQ.com is a trademark of PDQ.com Corporation. All other product and company names are the property of their respective owners.

Help Version: 20.0.22.0