Skip to content

Remove-EAICachedAccount

Terminal window
Remove-EAICachedAccount -CachedAccountName <string> [-WhatIf] [-Confirm] [<CommonParameters>]
Terminal window
Remove-EAICachedAccount [-RemoveAllEntries] [-WhatIf] [-Confirm] [<CommonParameters>]

Remove-EAICachedAccount removes Edwin cached credentials from the Logic.Monitor secret vault.

Terminal window
Remove-EAICachedAccount -CachedAccountName "EAI:myorg"
Terminal window
Remove-EAICachedAccount -RemoveAllEntries

The cached Edwin account name to remove.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases:
- EdwinOrg
ParameterSets:
- Name: Single
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- cf
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

Remove all cached Edwin accounts from the vault.

Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: All
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

Runs the command in a mode that only reports what would happen without performing the actions.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- wi
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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.