Hi guys,
Just trying to use Get-NcSnapmirror on multiple controllers. i tried
$nc1 = connect-NcController -name xxx ...
$nc2 = connect-NcController -name yyy ...
When i try "Get-NcSnapmirror -Controller $nc2" i get incorrect credentials. and without -Controllers it works but i must use it because i script resync svm-dr so i need to connect to both controllers in the same script.
Thanks