< Back

Get-SpbmFaultDomain

Sun Jan 19, 2020 7:15 pm

NAME Get-SpbmFaultDomain



SYNOPSIS

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





SYNTAX

Get-SpbmFaultDomain -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]



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

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-Id <String[]>

Filters the retrieved fault domains by ID.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String[]>

Filters the retrieved fault domains by name.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? true



-Server <VIServer[]>

Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this

parameter, the command runs on the default servers. For more information about default servers, see the

description of Connect-VIServer.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? true



-VasaProvider <VasaProvider[]>

Specifies the list of VASA providers. You can retrieve fault domains reported by these VASA providers.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Zero or more SpbmFaultDomain objects







NOTES









-------------------------- 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 LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... omain.html