Hi @FelipeMafra,
Great work, and thank you for helping the community. If you're willing to send me your address (in a private message please) I'd be happy to mail you some NetApp stickers.
For clustered Data ONTAP users, you can get similar information using this bit of script:
Get-NcLun | Select Path,`
@{N='Size';E={ $_.Size | ConvertTo-FormattedNumber }},`
@{N='SizeUsed';E={ $_.SizeUsed | ConvertTo-FormattedNumber }},`
Online,`
Mapped,`
@{N='igroup';E={ (Get-NcLunMap -Path $_.Path).InitiatorGroup }} | Format-Table -AutoSize
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.