Hi,
Depending on if you are using 7-Mode or cDOT it's either Add-NaLunMap or Add-NcLunMap. See cmdlet help for usage:
PS C:\> get-help add-nclunmap -examples
NAME
Add-NcLunMap
SYNOPSIS
Maps a LUN to all the initiators in the specified initiator group.
-------------- Example 1 --------------
C:\PS>Add-NcLunMap /vol/testvol/testlun x3550rre8
Map LUN 'testlun' to igroup 'x3550rre8'.
Path Size Protocol Online Mapped Thin Vserver Comment
---- ---- -------- ------ ------ ---- ------- -------
/vol/testvol/testlun 20.0 GB hyper_v True True True costea01
/matt
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.