I used to run this command line to output my NetApp info on NetApp 9.3, I recently upgraded to 9.7 version and now this does not work.
I was given this by a support person years ago, not sure how I can get this information again. Any help would be appreciated.
I would run this import first:
Import-Module 'C:\Program Files (x86)\NetApp\NetAppDocs PowerShell Module\NetAppDocs\NetAppDocs.psd1'
Get-NtapClusterData -Name 'x.x.x.x' -Credential admin| Format-NtapClusterData | Out-NtapDocument -WordFile 'C:\Output\ABC_ECF.Docx' -ExcelFile 'C:\Output\ABC_ECF.xlsx'PS
Looking to see if there is a update to this that I could download.
Thanks