Password Parameter (Connect-PostgreSQL Cmdlet)
Specifies the authenticating user's password.
Syntax
Connect-PostgreSQL -Password string
Data Type
cstr
Default Value
""
Remarks
The authenticating server requires both User and Password to validate the user's identity.
This is a required parameter.