Get-AlCredential

SYNOPSIS

Retrieves all Credentials stored on the Appliance.

SYNTAX

Default (Default)

Get-AlCredential [-ConnectionId <Guid>] [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

The Get-AlCredential cmdlet retrieves information about all stored Credentials on the Appliance.

EXAMPLES

Example 1

PS C:\> Get-AlCredential
<!--NeedCopy-->

Retrieves all credentials.

PARAMETERS

-ConnectionId

Specifies the connection to the App Layering Appliance to use for this operation.

This is the GUID returned by Connect-AlAppliance.

If omitted, the command uses the current connection automatically if it’s the only one active. When multiple sessions are active, the GUID of the most recently used connection is used.

Type: Guid
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

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

None

OUTPUTS

[CredentialDetails[]] (Array)

Returns an array of stored credentials. Each object contains the Id, Type, Name, and associated credential details.

  • Id [String]
  • Type [String]
  • Name [String]
  • Credential [String]

NOTES

Get-AlCredential