Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New-Account #14

Open
sjlouder opened this issue Mar 18, 2019 · 0 comments
Open

New-Account #14

sjlouder opened this issue Mar 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sjlouder
Copy link
Owner

.SYNOPSIS
Creates a new account

.PARAMETER Name
The name of the new account

.PARAMETER URL
The URL that the account is for

.PARAMETER Group
The group to place the account in

.PARAMETER Username
The username of the account

.PARAMETER Password
The password of the account

.PARAMETER Credential
The PSCredential object that contains the username and password of the account

.PARAMETER Notes
The note content of the account

.PARAMETER Favorite
If specified, marks the account as a favorite

.PARAMETER PasswordProtect
If specified, the account will require a master password reprompt to open

.EXAMPLE
New-Account -Name 'Google' -URL 'Google.com' -Username '[email protected]' -Password (New-Password -AsPlainText -Force)
Creates a new account named 'Google', that is attached to the URL Google.com, and has the username '[email protected]' and a randomly generated password.

@sjlouder sjlouder added the enhancement New feature or request label Mar 18, 2019
@sjlouder sjlouder added this to the Initial Gallery Release milestone Mar 18, 2019
@sjlouder sjlouder modified the milestones: Initial Gallery Release, 1.0 May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant