You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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.
The text was updated successfully, but these errors were encountered:
.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.
The text was updated successfully, but these errors were encountered: