Skip to content

Get-UniflowCheckForDouble

SYNOPSIS

Get duplicate logins, card numbers, or TIC codes in the UniFLOW database.

SYNTAX

Get-UniflowCheckForDouble [[-DoubleValueToCheck] <String>] [-SameIdentity]

DESCRIPTION

This function queries the UniFLOW database to identify duplicate entries for logins, card numbers, or TIC codes. It retrieves only the problematic entries and provides options to filter results based on identity type or to include entries with the same identity.

EXAMPLES

EXAMPLE 1

Get-UniflowCheckForDouble -DoubleValueToCheck "LDAPLogin"

Retrieves duplicate LDAP logins from the UniFLOW database.

EXAMPLE 2

Get-UniflowCheckForDouble -DoubleValueToCheck "Cardnumber" -SameIdentity

Retrieves duplicate card numbers from the UniFLOW database, including entries with the same identity.

PARAMETERS

-DoubleValueToCheck

Specifies the type of value to check for duplicates. Supported values are "TIC", "LDAPLogin", and "Cardnumber".

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SameIdentity

A switch to include entries with the same identity in the results.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES