Get-DiscoveredInitiator
SYNOPSIS
Gets all discovered initiators on the PowerStore cluster.
SYNTAX
Get-DiscoveredInitiator [-Cluster] <Cluster> [[-Protocol] <string>] [<CommonParameters>]
DESCRIPTION
Gets all discovered initiators on the PowerStore cluster. If protocol is provided, then only those discovered initiators matching the protocol are returned.
EXAMPLES
Example 1
PS C:\> Get-DiscoveredInitiator -Cluster $cluster
Where $cluster is a PowerStore cluster instance. List of discovered initiators names are returned.
Example 2
PS C:\> Get-DiscoveredInitiator -Cluster $cluster -Protocol FC
Where $cluster is a PowerStore cluster instance. List of discovered initiators names of type FC are returned.
PARAMETERS
-Cluster
A PowerStore cluster instance.
Type: Cluster
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Protocol
Protocol type (FC, iSCSI or NVMe).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.