Server Parameter (Connect-Cassandra Cmdlet)
The host name or IP address of the server hosting the Cassandra database.
Syntax
Connect-Cassandra -Server string
Data Type
cstr
Default Value
"localhost"
Remarks
The host name or IP address of the server hosting the Cassandra database. To connect to a distributed system, you can set Server to a comma-separated list of servers and ports, separated by colons. You will also need to set ConsistencyLevel.
Note that you must specify all of the servers required by your selected consistency level.