< Back
Update-SavedCreds
Post
[b]NAME[/b] Update-SavedCreds
[b]SYNOPSIS[/b]
Function to update a saved credentials.
[b]SYNTAX[/b]
Update-SavedCreds [-CredName] <String> [-Creds] <PSCredential> [<CommonParameters>]
[b]DESCRIPTION[/b]
This function allows for the updating of an exisitng saved credential.
[b]PARAMETERS[/b]
-CredName <String>
This is the name of the credential to be updated.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Creds <PSCredential>
This is an object containing a new PSCredential.
Required? true
Position? 2
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.
[b]SYNOPSIS[/b]
Function to update a saved credentials.
[b]SYNTAX[/b]
Update-SavedCreds [-CredName] <String> [-Creds] <PSCredential> [<CommonParameters>]
[b]DESCRIPTION[/b]
This function allows for the updating of an exisitng saved credential.
[b]PARAMETERS[/b]
-CredName <String>
This is the name of the credential to be updated.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Creds <PSCredential>
This is an object containing a new PSCredential.
Required? true
Position? 2
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.