Get-ZrInfo
Shows the Clustron Zaris installation and manager connection status on this machine — version, install and data directories, module locations, host runtime, and the reachability of each connected manager. Use it as a first diagnostic when verifying an install or troubleshooting connectivity.
Syntax
Get-ZrInfo
[-Managers <string[]>] [-Port <int>] [-Token <string>] [-TimeoutSec <int>]
Description
Get-ZrInfo prints where and what Zaris is installed on this machine: the version (read from the assembly, so it tracks each build), the install date, the install directory, the data directory, and both PowerShell module directories (AdminShell and ClientShell), plus the host runtime and platform. It then probes each connected Management Service manager — using the active workspace/connection or an explicit -Managers — and reports whether each is reachable. A secured manager that answers with an authentication challenge is still reported as reachable. When nothing is connected, it still prints the installation details and explains how to connect. This is a read-only diagnostic and makes no changes to the cluster.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
-Managers | string[] | No | Management Service endpoints to probe; when omitted the active workspace's managers are used. |
-Port | int | No | Management Service port for bare-host managers. Default 7801. |
-Token | string | No | Admin bearer token used when probing a secured manager. |
-TimeoutSec | int | No | Per-request timeout in seconds. Default 30. |
Examples
Show the installation details and the reachability of each connected manager.
Get-ZrInfo
Show installation details and probe a specific manager directly.
Get-ZrInfo -Managers 10.0.0.12:7801