Mr. asulliva, Mr. FelipeMafra.
Thank you tell me a lot.
It has helped us very much. But my question method was incorrect.
# (1) if it was the following way, it was confirmed to become certain in an error.
Connect-NcController -Name <Controller name> -HTTPS -Credential
# (2) You could access NETAPP equipment certainly by the following way.However・・・
Connect-NcController -Name <Controller name> -HTTPS -Credential (Get-Credential)
# (3) Even the following methods were able to access NETAPP apparatus.
Connect-NcController -Name <Controller name> -HTTPS -Credential admin
Isn't there also a problem like security by a way of the above (3)?
Or is a way of (2) best?
Multiply sorry to trouble you, but please.