AsBuiltReport / AsBuiltReport.NetApp.ONTAP

A PowerShell module to generate an as built report on the configuration of NetApp ONTAP storage arrays.
MIT License
15 stars 3 forks source link

Add Aggregate Spare Disks (Get-NcAggrSpare) #26

Closed rebelinux closed 1 year ago

rebelinux commented 1 year ago
PS /home/rebelinux> Get-NcAggrSpare -ONTAPI

Disk                          TotalSize DiskType        IsDiskShared   IsDiskZeroed  IsDiskZeroing  OriginalOwner
----                          --------- --------        ------------   ------------  -------------  -------------
VMw-1.10                         7.1 GB ssd                False          False          False      PHARMAX-HQ-01
VMw-1.2                          7.1 GB ssd                 True           True          False      PHARMAX-HQ-01
VMw-1.8                          7.1 GB ssd                 True           True          False      PHARMAX-HQ-01
VMw-1.9                          7.1 GB ssd                False          False          False      PHARMAX-HQ-01
VMw-1.23                         7.1 GB ssd                 True           True          False      PHARMAX-HQ-02
VMw-1.24                         7.1 GB ssd                 True           True          False      PHARMAX-HQ-02

PS /home/rebelinux> 
rebelinux commented 1 year ago

Fixed:

image