< Back

Get-SVThost

Tue Jan 14, 2020 2:06 am

NAME Get-SVThost



SYNOPSIS

Display HPE SimpliVity host information





SYNTAX

Get-SVThost [[-HostName] <String>] [[-ClusterName] <String>] [<CommonParameters>]





DESCRIPTION

Shows host information from the SimpliVity Federation.





PARAMETERS

-HostName <String>

Show the specified host only



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ClusterName <String>

Show hosts from the the specified SimpliVity cluster only



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<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

System.String





OUTPUTS

HPE.SimpliVity.Host





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-SVThost



Shows all hosts in the Federation









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-SVThost -HostName MyHost



Shows the specified host









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-SVThost -ClusterName MyCluster



Shows hosts in specified HPE SimpliVity cluster









-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-SVTHost | Where-Object DataCenter -eq MyDC | Format-List *



Shows all properties for all hosts in specified Datacenter











RELATED LINKS