I have several COT installations, and I am trying to use PS scripts to report and manage them. I've found an issue with some commands, which in the HELP file use the -Controller [$nccontroller] option; get-ncvolcontainer and get-ncaggr are two such examples. If I run them with a volume name or aggregate name only, they work. (I've previously authenticated the clusters).
If however, I run them and provide an nccontroller name, I get a NoAuthException error. Not sure why this happens; I can of course 'select' and 'where' but I was trying to avoid getting three hundred volumes collected every time I ran the command.
TasP