This repository was archived by the owner on Sep 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Remove StoredCredential
Dave edited this page Apr 23, 2016
·
1 revision
Deletes a credentials from the Windows Credential Store/Vault
Remove-StoredCredential -Target <String> [-Type <Cred_Type>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Deletes a credentials from the Windows Credential Store/Vault
specifies a target to identitfy the credential to be deleted
| Required? | True |
| Position? | named |
| Default value | |
| Accept pipeline input? | true (ByValue) |
| Accept wildcard characters? | False |
Specifies the type of credential to be deleted, possible values are [GENERIC, DOMAIN_PASSWORD, DOMAIN_CERTIFICATE, DOMAIN_VISIBLE_PASSWORD, GENERIC_CERTIFICATE, DOMAIN_EXTENDED, MAXIMUM, MAXIMUM_EX]
| Required? | False |
| Position? | named |
| Default value | GENERIC |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
| Required? | False |
| Position? | named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
| Required? | False |
| Position? | named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
PS C:\> Remove-StoredCredential -Target Server01 -Type GENERIC
Deletes a generic credential with the target Server01