Get-DbcTagCollection

SYNOPSIS

Retrieves a list of all available tags. Simplistic, similar to Get-Verb.

SYNTAX

Get-DbcTagCollection [[-Name] <String>] [-EnableException] [<CommonParameters>]

DESCRIPTION

Retrieves a list of all available tags. Simplistic, similar to Get-Verb.

EXAMPLES

EXAMPLE 1

Get-DbcTag

Retrieves all of the available tags for -Tag and -ExcludeTag

EXAMPLE 2

Get-DbcTag backups

Retrieves all of the available tags for -Tag and -ExcludeTag that are -like backups

PARAMETERS

-Name

Default: "*"

The name of the tag to retrieve. May be any string, supports wildcards.

Type: String
Parameter Sets: (All)
Aliases:

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

-EnableException

By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message. This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting. Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
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

OUTPUTS

NOTES

https://dbachecks.readthedocs.io/en/latest/functions/Get-DbcTagCollection/