Remove-EAICachedAccount
Syntax
Section titled “Syntax”Single
Section titled “Single”Remove-EAICachedAccount -CachedAccountName <string> [-WhatIf] [-Confirm] [<CommonParameters>]Remove-EAICachedAccount [-RemoveAllEntries] [-WhatIf] [-Confirm] [<CommonParameters>]Description
Section titled “Description”Remove-EAICachedAccount removes Edwin cached credentials from the Logic.Monitor secret vault.
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”Remove-EAICachedAccount -CachedAccountName "EAI:myorg"EXAMPLE 2
Section titled “EXAMPLE 2”Remove-EAICachedAccount -RemoveAllEntriesParameters
Section titled “Parameters”-CachedAccountName
Section titled “-CachedAccountName”The cached Edwin account name to remove.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases:- EdwinOrgParameterSets:- Name: Single Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: true ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Confirm
Section titled “-Confirm”Prompts you for confirmation before running the cmdlet.
Type: System.Management.Automation.SwitchParameterDefaultValue: ''SupportsWildcards: falseAliases:- cfParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-RemoveAllEntries
Section titled “-RemoveAllEntries”Remove all cached Edwin accounts from the vault.
Type: System.Management.Automation.SwitchParameterDefaultValue: FalseSupportsWildcards: falseAliases: []ParameterSets:- Name: All Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-WhatIf
Section titled “-WhatIf”Runs the command in a mode that only reports what would happen without performing the actions.
Type: System.Management.Automation.SwitchParameterDefaultValue: ''SupportsWildcards: falseAliases:- wiParameterSets:- Name: (All) Position: Named 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.