<?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: Problem in connecting to 7m &amp;amp; CDot storage systems in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122478#M5004</link>
    <description>&lt;P&gt;Hello Asulliva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the details. Will check and see if that resolves my issue.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Aug 2016 13:34:46 GMT</pubDate>
    <dc:creator>ARB</dc:creator>
    <dc:date>2016-08-21T13:34:46Z</dc:date>
    <item>
      <title>Problem in connecting to 7m &amp; CDot storage systems</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122475#M5002</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to fetch details across 7M &amp;amp; Cdot storage systems. I use &amp;nbsp;domain credentials to &amp;nbsp;login to the storage systems. While doing so following issues are being encountered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i) Everytime I start the script I need to provide the credentials to get into the storage systems for fetching the details. which I want to avoid and it should do it automatically&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ii) Tried defining user and pword variables and creating a new object. Which works but I dont want to keep the user/password in the script as lot of users use the same system&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; $cred = New-Object –TypeName System.Management.Automation.PSCredential –ArgumentList $user,$pword [ $user/ $pword &amp;nbsp;are defined]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iii) Most importantly while connecting to the storage systems I am getting the following error frequently. Details mentioned below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Note: I use the -credential for authentication . We need to rely on using domain authentication only for authenticating to the filer&lt;/P&gt;&lt;P&gt;$nccontroller = Connect-NcController $controller -Credential $cred&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Connect-NcController : Incorrect credentials for &amp;lt;controller_name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At line:1 char:1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ Connect-NcController &amp;lt;controler_name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidResult: (controller_name:NcController) [Connect-NcController], NaAuthException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.C.PowerShell.SDK.Co&lt;/SPAN&gt;&lt;SPAN&gt;nnectNcControll&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest on the queries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:27:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122475#M5002</guid>
      <dc:creator>ARB</dc:creator>
      <dc:date>2025-06-04T19:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in connecting to 7m &amp; CDot storage systems</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122477#M5003</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/51508"&gt;@ARB﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote about authentication with the PSTK &lt;A href="http://practical-admin.com/blog/netapp-powershell-toolkit-authentication/" target="_self"&gt;here&lt;/A&gt;, it might have some useful tips for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The easiest way is to use the "Add-NaCredential" and "Add-NcCredential" cmdlets to securely store the credentials on the system you're executing the script from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 12:47:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122477#M5003</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-08-21T12:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in connecting to 7m &amp; CDot storage systems</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122478#M5004</link>
      <description>&lt;P&gt;Hello Asulliva,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the details. Will check and see if that resolves my issue.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 13:34:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122478#M5004</guid>
      <dc:creator>ARB</dc:creator>
      <dc:date>2016-08-21T13:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in connecting to 7m &amp; CDot storage systems</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122567#M5015</link>
      <description>Hello Asulliva, It has worked. Thanks for the details.</description>
      <pubDate>Tue, 23 Aug 2016 14:44:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Problem-in-connecting-to-7m-amp-CDot-storage-systems/m-p/122567#M5015</guid>
      <dc:creator>ARB</dc:creator>
      <dc:date>2016-08-23T14:44:54Z</dc:date>
    </item>
  </channel>
</rss>

