Syntax
Get-VsanIscsiLun [[-Name] <String[]>] [-Cluster <Cluster[]>] [-LunId <Int32[]>] [-Server <VIServer[]>] [-VsanIscsiTarget <VsanIscsiTarget[]>] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves the vSAN iSCSI LUNs from a cluster or target.Parameters
Return Type
Zero or more VsanIscsiLun objectsNotes
Examples
-------------------------- Example 1 --------------------------
Get-VsanIscsiLun -Cluster "vsan-cluster"
Retrieves all vSAN iSCSI LUNs from the "vsan-cluster" cluster.
-------------------------- Example 2 --------------------------
Get-VsanIscsiLun -Target $target -LunId 1
Retrieves the vSAN iSCSI LUNs with LunId 1 from the $target iSCSI target.