Skip to content

Get-ContextVault

SYNOPSIS

Retrieves context vaults.

SYNTAX

Get-ContextVault [[-Name] <String[]>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Retrieves context vaults. If no name is specified, all available vaults will be returned. Supports wildcard matching.

EXAMPLES

EXAMPLE 1

Get-ContextVault

Lists all available context vaults.

EXAMPLE 2

Get-ContextVault -Name 'MyModule'

Gets information about the 'MyModule' vault.

EXAMPLE 3

Get-ContextVault -Name 'My*'

Gets information about all vaults starting with 'My'.

PARAMETERS

-Name

The name of the vault to retrieve. Supports wildcards.

Type: String[]
Parameter Sets: (All)
Aliases:

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

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
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

[ContextVault]

NOTES

https://psmodule.io/Context/Functions/Vault/Get-ContextVault/