anyone else seeing this? am i missing something here? this should be pretty straight forward right?
Get-NcSnapmirror | Where-Object {$_.RelationshipType -eq "load_sharing"}
Get-NcSnapmirror : Object reference not set to an instance of an object.
+ Get-NcSnapmirror | Where-Object {$_.RelationshipType -eq "load_sharing"}
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (10.x.x.x:NcController) [Get-NcSnapmirror], NullReferenceException
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Snapmirror.GetNcSnapmirror