An account will enable you to access:
Don't have an account?
Microsoft Virtualization Discussions
When I use Get-NCvol and put it in $vol
and then I use Write-Host $vol.totalsize
it always show in bytes
PS C:\Users\Administrator> $vol=get-ncvol svm1_rootPS C:\Users\Administrator> $vol.totalsize20971520
How to show it in MB? or GB ?
Solved! See The Solution
I found the below example online. Please test and let us know if it works.
List volume "VOL_NAME", size and size in GB.
Get-NcVol | where { $_.Name -like ‘*VOL_NAME*’} | FT name,TotalSize, {$_.TotalSize /1GB}
View solution in original post
The NetApp Support Site has won its 8th consecutive ASP Award!
Want to make sure your parts or field engineer arrive during business hours? This video will walk you through management of a site's hours of operation using the NetApp Support Site.
See how to replace and NVRAM module on the NetApp AFF A70/90 family of systems.
Learn why enabling Auto-Giveback could prove useful in your environment.
How to replace the NVRAM DIMM on the AFF A70 and AFF A90