Get-EAICachedAccount
Syntax
Section titled “Syntax”__AllParameterSets
Section titled “__AllParameterSets”Get-EAICachedAccount [[-CachedAccountName] <string>] [<CommonParameters>]Description
Section titled “Description”Get-EAICachedAccount returns metadata for Edwin credentials stored in the Logic.Monitor secret vault.
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”Get-EAICachedAccountEXAMPLE 2
Section titled “EXAMPLE 2”Get-EAICachedAccount -CachedAccountName "EAI:myorg"Parameters
Section titled “Parameters”-CachedAccountName
Section titled “-CachedAccountName”The cached Edwin account name to retrieve. If omitted, all Edwin cached accounts are returned.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: 0 IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''CommonParameters
Section titled “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.