<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146325#M5942</link>
    <description>&lt;P&gt;&lt;STRIKE&gt;&lt;/STRIKE&gt;&lt;STRIKE&gt;&lt;/STRIKE&gt;&lt;STRIKE&gt;So it appears, what I was initally afraid of is indeed the case.&amp;nbsp; With multiple clusters, unless I 'connect-nccontroller -add', each cluster, I cannot have a unified view of my entire environment.&amp;nbsp; Without the -add, the last connect-nccontroller is the authoritative for all cmdlets.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;I'm going to have to play to see what I can do.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;Mark&lt;BR /&gt;You are absolutely correct.&amp;nbsp; It does work exactly the way you said.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Thank you very much for your help.&lt;/P&gt;
&lt;P&gt;TasP&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 21:29:24 GMT</pubDate>
    <dc:creator>Tas</dc:creator>
    <dc:date>2019-01-31T21:29:24Z</dc:date>
    <item>
      <title>Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/145991#M5931</link>
      <description>&lt;P&gt;I have several COT installations, and I am trying to use PS scripts to report and manage them.&amp;nbsp; I've found an issue with some commands, which in the HELP file use the -Controller [$nccontroller] option;&amp;nbsp; get-ncvolcontainer and get-ncaggr are two such examples.&amp;nbsp; If&amp;nbsp; I run them with a volume name or aggregate name only, they work.&amp;nbsp; (I've previously authenticated the clusters).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If however, I run them and provide an nccontroller name, I get a NoAuthException error.&amp;nbsp; Not sure why this happens;&amp;nbsp; I can of course 'select' and 'where' but I was trying to avoid getting three hundred volumes collected every time I ran the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TasP&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:57:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/145991#M5931</guid>
      <dc:creator>Tas</dc:creator>
      <dc:date>2025-06-04T12:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146028#M5932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you need to pass the -NcController&amp;nbsp;with an object&amp;nbsp;type of [NetApp.Ontapi.Filer.C.NcController], and not just a name which would be&amp;nbsp;[System.String].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given this:&lt;/P&gt;
&lt;P&gt;$cluster = Connect-NcController &amp;lt;name or IP&amp;gt;&amp;nbsp; # connect and authenticate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g.&amp;nbsp;you could pass the parameter like this:&lt;/P&gt;
&lt;P&gt;Get-NcAggr -NcController $cluster&lt;/P&gt;
&lt;P&gt;NOT&amp;nbsp; Get-NcAggr -NcController &amp;lt;name or IP&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 16:02:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146028#M5932</guid>
      <dc:creator>mark_schuren</dc:creator>
      <dc:date>2019-01-18T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146302#M5936</link>
      <description>&lt;P&gt;Thank you Mark, but that is not the point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The point I am trying to make and/learn is that the PS constructs are inconsistent.&amp;nbsp; Here is an example:&lt;/P&gt;
&lt;P&gt;I have three clusters I am working with, CluA, CluB, CluC.&lt;/P&gt;
&lt;P&gt;I run a script which calls a Get-Credential for each, and stores it in a separate global:varA, :varB, :varC.&lt;/P&gt;
&lt;P&gt;I can then run a get-ncdiagnosisstatus, and all clusters report back.&lt;/P&gt;
&lt;P&gt;If I pre-authenticate to only two of the three clusters, i.e. A,B, and supply no credentials for C, then the commands errors out.&amp;nbsp; Or if I enter the credential variable of only one cluster, it also fails.&amp;nbsp; It is either all or none.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I fail to understand how this works.&amp;nbsp; The entire idea of the cluster-credentials is that I don't have to keep re-entering them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your prior answer, sort of works.&amp;nbsp; It works as long as I only want to run the command against a single cluster.&amp;nbsp; If I want to run it against all clusters, it appears the only way to do it is by setting up credential variables;&amp;nbsp; but if I try to use the credential variable with the get-ncdiagnosisstatus command, it fails.&amp;nbsp; In other words, if I were to run 'get-ncdiagnosisstatus -controller $global:varA' no go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now more than likely I am very confused;&amp;nbsp; I started life as a procedural language coder, so mehaps that is my confusion.&amp;nbsp; I need to be able to enter my credentials once and use them in scripts for all clusters, or for one cluster.&lt;/P&gt;
&lt;P&gt;And the final question is, where is it picking up all or none?&amp;nbsp; It is getting it somewhere, but I can't figure out where.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 15:20:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146302#M5936</guid>
      <dc:creator>Tas</dc:creator>
      <dc:date>2019-01-30T15:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146318#M5938</link>
      <description>&lt;P&gt;Hi Tas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't really understand your problem &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; can you give an example&amp;nbsp;snippet of your script?&lt;/P&gt;
&lt;P&gt;I don't see what you mean by "preauthenticate".&lt;/P&gt;
&lt;P&gt;Are you using the &lt;STRONG&gt;Connect-NcController&lt;/STRONG&gt; cmdlet to connect to each controller, or not?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For me this works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# Ask for credentials&lt;/P&gt;
&lt;P&gt;$credA = Get-Credential -Message "Enter password for clusterA" -UserName admin&lt;/P&gt;
&lt;P&gt;$credB = Get-Credential -Message "Enter password for clusterB" -UserName admin&lt;/P&gt;
&lt;P&gt;$credC = Get-Credential -Message "Enter password for clusterC" -UserName admin&lt;/P&gt;
&lt;P&gt;# Authenticate and connect&lt;/P&gt;
&lt;P&gt;$cluA = Connect-NcController -Credential $credA - Name clusterA&lt;/P&gt;
&lt;P&gt;$cluB = Connect-NcController -Credential $credB -Name clusterB&lt;/P&gt;
&lt;P&gt;$cluC = Connect-NcController -Credential $credC -Name clusterC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that the "Connect-NcController" Cmdlet is important to authenticate and connect to each cluster.&lt;/P&gt;
&lt;P&gt;It returns an object of type [NetApp.Ontapi.Filer.C.NcController], which (if successfull) is a "authenticated and connected" cluster. You can see the object properties&amp;nbsp;now with e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$cluA | get-member&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;^^ it has a couple of properties, including&amp;nbsp;"Credentials" - so&amp;nbsp;this object INCLUDES the connection details AND the credentials used for the&amp;nbsp; connection.&lt;/P&gt;
&lt;P&gt;So, in short, this objects stores an"authenticated connection to&amp;nbsp;clusterA".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that, no matter what other cmdlet you use, you can use the "-Controller" parameter to refer to a (previously CONNECTED) cluster, e.g.:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-NcAggr -Controller $cluA&lt;/P&gt;
&lt;P&gt;Get-NcAggr -Controller $cluB&lt;/P&gt;
&lt;P&gt;Get-NcAggr -Controller $cluC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-NcDiagnosisStatus -Contoller $cluA&lt;/P&gt;
&lt;P&gt;Get-NcDiagnosisStatus -Contoller $cluB&lt;/P&gt;
&lt;P&gt;Get-NcDiagnosisStatus -Contoller $cluC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At least, this is how it works for me.&amp;nbsp;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.: instead of requesting the credentails from the user every time you run&amp;nbsp;your&amp;nbsp;script, you could also SAFELY STORE credentials in your local credential store like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add-NcCredential -Name&amp;nbsp;clusterA -Credential $credA&lt;/P&gt;
&lt;P&gt;You can see your store contents with "Get-NcCredential".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Permanently storing credentials (they are encrypted and stored in in your user profile) makes life easier, because there is no need to pass a "-Credential" parameter anymore to the "Connect-NcController" cmdlet, e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$cluA = Connect-NcController -Name clusterA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will NOT aks for credentials, because it finds a matching credential for "clusterA" in&amp;nbsp;its local&amp;nbsp;credential store.&lt;/P&gt;
&lt;P&gt;However, without using "Connect-NcController", you'll probably have problems &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 08:58:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146318#M5938</guid>
      <dc:creator>mark_schuren</dc:creator>
      <dc:date>2019-01-31T08:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146321#M5939</link>
      <description>&lt;P&gt;Hello Mark:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I am doing exactly what you are saying.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a script, g_auth, which gets credentials as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$global:nccredA = ( Get-Credential -Message "Enter Credentials for Cluster A" )&lt;/P&gt;
&lt;P&gt;$global:nccredB = ( Get-Credential -Message "Enter Credentials for Cluster B" )&lt;/P&gt;
&lt;P&gt;$global:nccredC = ( Get-Credential -Message "Enter Credentials for Cluster C" )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then,&lt;/P&gt;
&lt;P&gt;Connect-NcController -add -name $cluAmgmt&amp;nbsp; -Credential $nccredA&lt;/P&gt;
&lt;P&gt;Connect-NcController -add -name $cluBmgmt&amp;nbsp; -Credential $nccredB&lt;/P&gt;
&lt;P&gt;Connect-NcController -add -name $cluCmgmt&amp;nbsp; -Credential $nccredC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As long as I respond with credentials to all three, I can run the 'get-ncdiagnosisStatus' by itself to get the clusters I have connected to, and their status.&amp;nbsp; If I do ESC one of the credentials it stops working.&amp;nbsp; If I try to pass it the -Controller $nccredA it fails. If I pass it the -Controller NcController parameter, as shown in the examples, it fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course I can pipe it and filter out what I want, but some times, I do not need to authenticate to all of the clusters, I may only be interested on concentrating on one cluster.&amp;nbsp; That is what I can't figure out how to do.&amp;nbsp; The same with the other commands I mentioned.&amp;nbsp; As long as I have credentials to all of the clusters, I can pipe and select the data I want.&amp;nbsp; But why go to all of the clusters, if I only need one?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tas&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 14:41:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146321#M5939</guid>
      <dc:creator>Tas</dc:creator>
      <dc:date>2019-01-31T14:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146323#M5940</link>
      <description>&lt;P&gt;OK, I still don't understand the usecase of your script, however, the difference is you use Connect-NcController with the &lt;STRONG&gt;&amp;nbsp;-Add&lt;/STRONG&gt; parameter. I didn't&amp;nbsp;see that before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using -Add means the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$global:CurrentNcController&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;variable contains&amp;nbsp;not just 1 cluster connection, but a list of multiple connections.&lt;/P&gt;
&lt;P&gt;In this case,&amp;nbsp;all subsequent cmdlets&amp;nbsp;by default&amp;nbsp;go to ALL of the (currently connected) clusters, which is working fine for you, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be able to talk to only ONE of these clusters instead of ALL (asuming you&amp;nbsp;are still&amp;nbsp;in the&amp;nbsp;SAME powershell session), you&amp;nbsp;need to have a variable for each *single* connection (not each "Credential" object, but each "Connected Controller").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So instead of doing&lt;/P&gt;
&lt;P&gt;Connect-NcController -add -name $cluAmgmt&amp;nbsp; -Credential $nccredA&lt;/P&gt;
&lt;P&gt;Connect-NcController -add -name $cluBmgmt&amp;nbsp; -Credential $nccredB&lt;/P&gt;
&lt;P&gt;Connect-NcController -add -name $cluCmgmt&amp;nbsp; -Credential $nccredC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you should do:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$cluA =&lt;/STRONG&gt; Connect-NcController -add -name $cluAmgmt&amp;nbsp; -Credential $nccredA&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$cluB =&lt;/STRONG&gt; Connect-NcController -add -name $cluBmgmt&amp;nbsp; -Credential $nccredB&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$cluC&amp;nbsp;=&lt;/STRONG&gt; Connect-NcController -add -name $cluCmgmt&amp;nbsp; -Credential $nccredC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;^^ this is filling the $global:CurrentNcController&amp;nbsp; variable with all three, but is&amp;nbsp;ALSO saving each&amp;nbsp;seperate object in a seperate variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, you could run&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-NCxxx&lt;/P&gt;
&lt;P&gt;^^^will give output from ALL connected clusters&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get-Ncxxx -Controller $cluB&lt;/P&gt;
&lt;P&gt;^^^will give output from only ClusterB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 16:37:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146323#M5940</guid>
      <dc:creator>mark_schuren</dc:creator>
      <dc:date>2019-01-31T16:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146324#M5941</link>
      <description>&lt;P&gt;Mark&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience.&amp;nbsp; I think I see what I was doing wrong.&amp;nbsp; The computer is simply doing what I told it to and not what I really wanted it to do.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm going to play with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TasP&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 19:17:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146324#M5941</guid>
      <dc:creator>Tas</dc:creator>
      <dc:date>2019-01-31T19:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with certain cmdlets, get-ncvolcontainer, get-ncaggr, perhaps more</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146325#M5942</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;&lt;/STRIKE&gt;&lt;STRIKE&gt;&lt;/STRIKE&gt;&lt;STRIKE&gt;So it appears, what I was initally afraid of is indeed the case.&amp;nbsp; With multiple clusters, unless I 'connect-nccontroller -add', each cluster, I cannot have a unified view of my entire environment.&amp;nbsp; Without the -add, the last connect-nccontroller is the authoritative for all cmdlets.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;I'm going to have to play to see what I can do.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;Mark&lt;BR /&gt;You are absolutely correct.&amp;nbsp; It does work exactly the way you said.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Thank you very much for your help.&lt;/P&gt;
&lt;P&gt;TasP&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 21:29:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Issue-with-certain-cmdlets-get-ncvolcontainer-get-ncaggr-perhaps-more/m-p/146325#M5942</guid>
      <dc:creator>Tas</dc:creator>
      <dc:date>2019-01-31T21:29:24Z</dc:date>
    </item>
  </channel>
</rss>

