Port Parameter (Connect-Neo4j Cmdlet)
Specifies the port used for connecting to the Neo4j server.
Syntax
Connect-Neo4j -Port string
Data Type
cstr
Default Value
"7474"
Remarks
By default, Port is set to 7474, for both the HTTP API and the local query API. For Neo4j AuraDB connections, this property should be set to 443.
This is a required parameter.