When I upgraded to the latest toolkit, the "Get-NcIscsiInitiator" command started issuing TSIH parameter errors. I can't figure out how to avoid the error.
I was able to fix my connection errors by adding a "-ONTAPI" switch, but that doesn't seem to help with the "Get-NcIscsiInitiator" command.
Any ideas?
PS H:\> Get-NcIscsiInitiator
Get-NcIscsiInitiator : Tsih parameter specified, which is not supported for ONTAPI call
At line:1 char:1
+ Get-NcIscsiInitiator
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-NcIscsiInitiator], ArgumentException
+ FullyQualifiedErrorId : Tsih parameter specified, which is not supported for ONTAPI call,DataONTAP.C.PowerShell.SDK.Cmdlets.Iscsi.GetNcIscsiInitiator
PS H:\> $q = Get-NcIscsiInitiator -Template
Get-NcIscsiInitiator : Tsih parameter specified, which is not supported for ONTAPI call
At line:1 char:6
+ $q = Get-NcIscsiInitiator -Template
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-NcIscsiInitiator], ArgumentException
+ FullyQualifiedErrorId : Tsih parameter specified, which is not supported for ONTAPI call,DataONTAP.C.PowerShell.SDK.Cmdlets.Iscsi.GetNcIscsiInitiator