There is a field in the volume efficiencies called "auto-state" that does not seem to be accessible using standard PowerShell commands (Get-NcSis or Get-NcVolume). From the CLI, it is only visable in diag mode. Does anyone know any way to pull this information using PowerShell, other than using Invoke-NcSSH?
This is the command to view it in the CLI (while in diag):
vol efficiency show -volume vol1 -fields auto-state
I'm asking because we have workflows in WFA that are failing when we try to set the efficiencies on volumes that have been "deprioritized".