< Back

Get-VsanIscsiInitiatorGroup

Sun Jan 19, 2020 7:16 pm

NAME Get-VsanIscsiInitiatorGroup



SYNOPSIS

This cmdlet retrieves vSAN iSCSI initiator groups.





SYNTAX

Get-VsanIscsiInitiatorGroup [[-Name] <String[]>] [-Cluster <Cluster[]>] [-Server <VIServer[]>] [<CommonParameters>]



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





DESCRIPTION

This cmdlet retrieves vSAN iSCSI initiator groups.





PARAMETERS

-Cluster <Cluster[]>

Specifies the list of clusters to query for initiator groups.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



-Id <String[]>

Filters the retrieved initiator groups by ID.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String[]>

Filters the retrieved initiator groups 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



<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 VsanIscsiInitiatorGroup objects







NOTES









-------------------------- Example 1 --------------------------



Get-VsanIscsiInitiatorGroup -Cluster "vsan-cluster"



Retrieves all vSAN iSCSI initiator groups from the "vsan-cluster" cluster.



RELATED LINKS

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

New-VsanIscsiInitiatorGroup

Remove-VsanIscsiInitiatorGroup

Set-VsanIscsiInitiatorGroup