Skip to content

Get-ContextVault

SYNOPSIS

Retrieves context vaults.

SYNTAX

__AllParameterSets

Get-ContextVault [[-Name] <string[]>] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

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: System.String[]
DefaultValue: '*'
SupportsWildcards: true
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

[ContextVault]

{{ Fill in the Description }}

ContextVault

{{ Fill in the Description }}

NOTES