Array Setup and Networking
1828670 Members
2198 Online
109984 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 work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo