PoshIssues

PowerShell module to check, track and fix issues.

View project on GitHub

Limit-IssueFix

SYNOPSIS

Removes duplicate issue fix objects from pipeline.

SYNTAX

Limit-IssueFix [-Fix] <PSObject> [<CommonParameters>]

DESCRIPTION

Removes duplicate issue fix objects from pipeline. Duplicates are matched by iD. Only the oldest fix object of each matching by iD is passed on.

PARAMETERS

-Fix

The issue fix object, only useful if a collection of them is passed via pipeline.

Type: PSObject
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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

IssueFix

OUTPUTS

IssueFix The fix object(s) passed through the cmdlet

NOTES