Port Parameter (Connect-Neo4j Cmdlet)
The port on which the Neo4j service is running.
Syntax
Connect-Neo4j -Port string
Data Type
cstr
Default Value
"7474"
Remarks
The port on which the Neo4j service is running. The provider connects to HTTP (7474) port by default.
This is a required parameter.