Skip to content

Start-CleanupUniflowData

SYNOPSIS

Cleans up inconsistent database data in UniFLOW.

SYNTAX

Start-CleanupUniflowData

DESCRIPTION

This function cleans up inconsistent database data in UniFLOW by addressing the following issues: - Duplicate LDAP logins - Duplicate card numbers - Duplicate TIC codes

The cleanup process ensures that the oldest entry survives. It is designed for use in QA environments and is not supported by NT-ware/Canon for production use. The function stops UniFLOW services, performs a database backup, initiates the cleanup, and restarts the services.

EXAMPLES

EXAMPLE 1

Start-CleanupUniflowData

Cleans up inconsistent UniFLOW data in the QA environment.

EXAMPLE 2

Start-CleanupUniflowData -ProductionEnvironment $true

Cleans up inconsistent UniFLOW data in the production environment.

region Requirements

PARAMETERS

INPUTS

OUTPUTS

NOTES