NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Microsoft Virtualization Discussions

Get_NaVol as using the verbose

pinrell
3,553 Views

Hello

Currently when I use the Get-NaVol, the volume names are not complete, as are cut with "......" how I can use the verbose to display the full name of the volume.

thanks

ej

Name                 
nfs_esx_colombia_movil... online  
nfs_esx_colombia_movil... online  
nfs_esx_oraclecolombia... online  
1 ACCEPTED SOLUTION

cknight
3,553 Views

The default widths are set in the Toolkit's data formatters to pack as much as possible in 120 characters.  Try "Get-NaVol | Format-Table -Autosize".

View solution in original post

1 REPLY 1

cknight
3,554 Views

The default widths are set in the Toolkit's data formatters to pack as much as possible in 120 characters.  Try "Get-NaVol | Format-Table -Autosize".

Public