Array Setup and Networking
1748000 Members
4645 Online
108756 Solutions
New Discussion

Split the output of Get-NSVolume

 
SOLVED
Go to solution
Mamo2k21
Occasional Contributor

Split the output of Get-NSVolume

Hi,

Please, help, how do I get the split output of Initiator Groups names in different lines

I am currently seeing initiator names in one single line, how can I split into multiple names, (one initiator in one seperate line)

Get-NSVolume -Name Nimble-LUNZ | Select @{N="Vol_Name";E={$_.name}},@{N="IG_Name";E={((Get-NSAccessControlRecord -vol_name $_.name).Initiator_group_name)}}

1 REPLY 1
sbhat09
HPE Pro
Solution

Re: Split the output of Get-NSVolume

Hello @Mamo2k21,

Split output in different lines is not possible from the system. You can try to achieve split output using Excel later.

Regards,

Srinivas Bhat


I am an HPE Employee

Accept or Kudo