Skip to main content

Get-ZrWorkspace

Lists saved Zaris workspaces, marking the active one and showing each workspace's deployment mode.

Syntax

Get-ZrWorkspace
[-Name <string>]
[-NoProbe]

Description

Get-ZrWorkspace lists all locally-saved workspaces (or a single one by name), showing which is active — the workspace admin cmdlets currently target. By default each workspace probes its managers' /health to display their mode; pass -NoProbe to skip that (faster; the Mode column shows ). It reads only local workspace state, so no manager connection is required. Listing is resilient: a workspace with one malformed saved endpoint is still shown (with an unknown mode) rather than failing the whole list.

Parameters

ParameterTypeRequiredDescription
-NamestringNoName of a single workspace to show; lists all when omitted. Position 0.
-NoProbeswitchNoSkip probing each manager's /health for its mode (faster; the Mode column shows ).

Examples

List every saved workspace with the active one marked.

Get-ZrWorkspace

Show a single workspace by name.

Get-ZrWorkspace -Name prod

List workspaces without probing manager health (offline / fast).

Get-ZrWorkspace -NoProbe