Get-SpbmFaultDomain Command | Vmware PowerCLI Reference

Get-SpbmFaultDomain

This cmdlet retrieves fault domains based on name or ID filter. The fault domain ID is globally unique.

Syntax

Get-SpbmFaultDomain
[-Name < String[] > ]
[-Server < VIServer[] > ]
[-VasaProvider < VasaProvider[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional Name String[] named
  • wildcards
Filters the retrieved fault domains by name.
optional Server VIServer[] named
  • wildcards
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.
optional VasaProvider VasaProvider[] named
  • pipeline
  • wildcards
Specifies the list of VASA providers. You can retrieve fault domains reported by these VASA providers.
Get-SpbmFaultDomain
-Id < String[] >
[-Server < VIServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Id String[] named
Filters the retrieved fault domains by ID.
optional Server VIServer[] named
  • wildcards
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

Output

VMware.VimAutomation.Storage.Types.V1.Spbm.Replication.SpbmFaultDomain

Examples

Example 1

Get-SpbmFaultDomain -Name 'FaultDomain' -VasaProvider $vasaProvider

Retrieves fault domains named 'FaultDomain' from the $vasaProvider VASA provider.

Example 2

Get-SpbmFaultDomain -Id 'FaultDomainId'

Retrieves the fault domain with ID 'FaultDomainId'.

Related Commands

SpbmFaultDomain

This cmdlet retrieves fault domains based on name or ID filter.