< Back

Remove-SavedCreds

Sat Jan 11, 2020 10:16 am

[b]NAME[/b] Remove-SavedCreds



[b]SYNOPSIS[/b]

Function to remove a saved credential.





[b]SYNTAX[/b]

Remove-SavedCreds [-CredName] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





[b]DESCRIPTION[/b]

This function will remove a credentail that has been saved in the local users registry.





[b]PARAMETERS[/b]

-CredName <String>

This is the name of the credential to retrieve from the registry.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



[b]INPUTS[/b]



[b]OUTPUTS[/b]



[b]NOTES[/b]





Created by: Scott Thomas - scott@deathbyvegemite.com

Copyright (c) 2017. All rights reserved.