<?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: Powershell toolkit - Enable / Disable snapdir access for a volume in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119844#M4853</link>
    <description>&lt;P&gt;Hi Andrew !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Million thanks for your help.&amp;nbsp; Poweshell toolkit has a lot of cmdlets and I'm a poweshell newbie.&lt;/P&gt;&lt;P&gt;I have browsed your blog&amp;nbsp; and it's going to be very usefull for me also.&amp;nbsp; You have a new follower.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next step for me is achieve to connect a poweshell session to a cluster without interact to enter credentials&lt;/P&gt;&lt;P&gt;Connect-NaController seems to be the option, but I only receive by the moment a RPC error 0x6BA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 06:28:40 GMT</pubDate>
    <dc:creator>JoseJ</dc:creator>
    <dc:date>2016-06-02T06:28:40Z</dc:date>
    <item>
      <title>Powershell toolkit - Enable / Disable snapdir access for a volume</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119811#M4851</link>
      <description>&lt;P&gt;Hi all...&lt;/P&gt;&lt;P&gt;Need to know if exists a cmdlet in powershell toolkit for enable and disable (set true or false snapdir-access property)&amp;nbsp; access to snapdir for volumes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to configure snapdiff backup but to achieve this is necessary to have enabled snapdir access to volumes (obious) and&amp;nbsp; by default we have it disabled to prevent users to access snapshots&amp;nbsp; through&amp;nbsp; windows pervious versions tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking for a way to enable and disable snapdir access for volumes using&amp;nbsp; scripting.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CDOT 8.3.1p1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 20:40:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119811#M4851</guid>
      <dc:creator>JoseJ</dc:creator>
      <dc:date>2025-06-04T20:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell toolkit - Enable / Disable snapdir access for a volume</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119818#M4852</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/32453"&gt;@JoseJ﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You absolutely can modify the setting using the PowerShell Toolkit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-NcVol $volumeName | Set-NcVolOption -Key nosnapdir -Value off&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I blogged about this &lt;A href="http://practical-admin.com/blog/netapp-powershell-toolkit-101-managing-volumes/" target="_self"&gt;here&lt;/A&gt; if you're interested in some other options.&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>Wed, 01 Jun 2016 15:37:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119818#M4852</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-06-01T15:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell toolkit - Enable / Disable snapdir access for a volume</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119844#M4853</link>
      <description>&lt;P&gt;Hi Andrew !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Million thanks for your help.&amp;nbsp; Poweshell toolkit has a lot of cmdlets and I'm a poweshell newbie.&lt;/P&gt;&lt;P&gt;I have browsed your blog&amp;nbsp; and it's going to be very usefull for me also.&amp;nbsp; You have a new follower.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next step for me is achieve to connect a poweshell session to a cluster without interact to enter credentials&lt;/P&gt;&lt;P&gt;Connect-NaController seems to be the option, but I only receive by the moment a RPC error 0x6BA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 06:28:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119844#M4853</guid>
      <dc:creator>JoseJ</dc:creator>
      <dc:date>2016-06-02T06:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell toolkit - Enable / Disable snapdir access for a volume</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119847#M4854</link>
      <description>&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect-NcController is the correct cmdlet to connect to a clustered Data ONTAP system. It defaults to HTTPS, whereas Connect-NaController defaults to RPC (which was supported on 7-mode, but not on cDOT, and hence the error).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may find the Add-NcCredential cmdlet and &lt;A title="Create PSCredential Object" href="https://blogs.msdn.microsoft.com/koteshb/2010/02/12/powershell-how-to-create-a-pscredential-object/" target="_self"&gt;this link&lt;/A&gt; useful to connect to a controller without interaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Aparajita&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 09:09:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119847#M4854</guid>
      <dc:creator>Aparajita</dc:creator>
      <dc:date>2016-06-02T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell toolkit - Enable / Disable snapdir access for a volume</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119848#M4855</link>
      <description>&lt;P&gt;Perfect....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Million Thanks also for your support Aparajita.&lt;/P&gt;&lt;P&gt;Link explains perfectly the issue, now I can go forward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 09:46:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-toolkit-Enable-Disable-snapdir-access-for-a-volume/m-p/119848#M4855</guid>
      <dc:creator>JoseJ</dc:creator>
      <dc:date>2016-06-02T09:46:07Z</dc:date>
    </item>
  </channel>
</rss>

