Server Parameter (Connect-Neo4j Cmdlet)
The server hosting the Neo4j instance. You may optionally prepend a protocol prefix to the server address or name you specify, like https://127.0.0.1 .
Syntax
Connect-Neo4j -Server string
Data Type
cstr
Default Value
""
Remarks
The server hosting the Neo4j instance. For HTTPS connections, make sure to set Port to the HTTPS port on the Neo4j server. For Neo4j Aura connections, make sure to set Port to 443.
This is a required parameter.