Hello,
I've got an error
Get-NcAggr : Error converting value "inf" to type 'System.Nullable`1[System.Int64]'. Path 'space.efficiency.ratio', line 62,
position 20.
At C:\scripts\netapp.ps1:83 char:20
+ $aggregati=Get-NcAggr | Sort-Object name
+ ~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-NcAggr], ArgumentException
+ FullyQualifiedErrorId : Error converting value "inf" to type 'System.Nullable`1[System.Int64]'. Path 'space.efficiency.ratio
', line 62, position 20.,DataONTAP.C.PowerShell.SDK.Cmdlets.Aggr.GetNcAggr
My toolkit version
PS C:\Windows\system32> get-natoolkitversion
Major Minor Build Revision
----- ----- ----- --------
9 12 1 2302
OnTAP version 9.12.1P3
How can I solve that? I've seen someone talked about ZAPI. I need to force that in the Toolkit?
thanks