< Back

Get-YnabTransactionPreset

Sat Jan 18, 2020 8:03 pm

NAME Get-YnabTransactionPreset



SYNOPSIS

List transaction presets.





SYNTAX

Get-YnabTransactionPreset [-List] [<CommonParameters>]



Get-YnabTransactionPreset [-Preset] <String[]> [<CommonParameters>]





DESCRIPTION

List transaction presets from the preset file.





PARAMETERS

-Preset <String[]>

The name of the preset to list, accepts a string or array of strings. Supports wildcards.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-List [<SwitchParameter>]

Returns a list of all presets



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-YnabTransactionPreset -PresetName 'Coffee'



Get the Coffee preset.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-YnabTransactionPreset -PresetName 'Coffee','Soda'



Get the Coffee and Soda presets.









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-YnabTransactionPreset -PresetName '*'



Get all presets











RELATED LINKS