#aggregate data-compaction-space-saved

1 messages · Page 1 of 1 (latest)

rain thorn
#

What is the API equivelant call for the following command:
storage aggregate show -fields data-compaction-space-saved
I am using invoke-ncssh but I really hate using that method.

frigid dove
cursive pagoda
#

I spoke with @frigid dove about unlocking this thread as I have some PowerShell-specific input to provide.

#
PowerShell 7.4.1
PS C:\Users\Administrator.DEMO> Find-Module -Name *ontap*

Version              Name                                Repository           Description
-------              ----                                ----------           -----------
9.13.1.2306          NetApp.ONTAP                        PSGallery            NetApp.ONTAP PowerShell Toolkit. The ONT…
0.6.6                AsBuiltReport.NetApp.ONTAP          PSGallery            A PowerShell module to generate an as bu…
9.8.0                DataONTAP                           PSGallery            ONTAP PowerShell Toolkit. It provides en…

PS C:\Users\Administrator.DEMO> Find-Module -Name Netapp.ontap | Install-Module
Install-Package: The module 'NetApp.ONTAP' cannot be installed or updated because the authenticode signature of the file'NetApp.ONTAP.psd1' is not valid.
PS C:\Users\Administrator.DEMO> Find-Module -Name Netapp.ontap | Install-Module -SkipPublisherCheck