CleanupProcessProgressStep Enumeration

 

Applies To: Windows Server Update Services

Represents the current step of the cleanup process.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public enum CleanupProcessProgressStep
public enum class CleanupProcessProgressStep
type CleanupProcessProgressStep
Public Enumeration CleanupProcessProgressStep

Members

Member name Description
CleanupObsoleteComputers

Clean up information and related reports of computers that have not contacted the server for over thirty days..

CleanupObsoleteUpdates

Clean up metadata for unneeded updates. An unneeded update is defined as:

CleanupUnneededContentFiles

Removes content files applying the following steps:

CompressUpdates

Remove any update revision that meets the following criteria:

DeclineExpiredUpdates

Decline expired unapproved updates.

DeclineSupersededUpdates

Decline updates which are superseded by an approved update, not deployed and unneeded by clients for a minimum of three months (This value is configurable.).

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top