<?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: WFA 2.x workflow for removing a CDOT CIFS share in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61207#M12758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost had it - just need to drop the -Force option so the command that works looks like this:&lt;/P&gt;&lt;P&gt;Remove-NcCifsShare -Name $ShareName -VserverContext $Vserver &lt;STRONG&gt;-Confirm:$False&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 21:18:30 GMT</pubDate>
    <dc:creator>dcornely1</dc:creator>
    <dc:date>2013-11-07T21:18:30Z</dc:date>
    <item>
      <title>WFA 2.x workflow for removing a CDOT CIFS share</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61188#M12746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been actively creating workflows using the certified commands for creating CDOT volumes and associated CIFS share.&amp;nbsp; What I just realized is there is no command to remove a CIFS share.&amp;nbsp; I can still delete the underlying volume but that leaves behind an orphaned share.&amp;nbsp; Anyone know if this command exists somewhere that I'm missing?&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:50:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61188#M12746</guid>
      <dc:creator>dcornely1</dc:creator>
      <dc:date>2025-06-05T05:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.x workflow for removing a CDOT CIFS share</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61193#M12750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're not missing anything, a remove command for CIFS Shares doesn't yet exist. I've attached one that I've created, import the attached dar and let me know how it works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;- Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 01:15:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61193#M12750</guid>
      <dc:creator>mgoddard</dc:creator>
      <dc:date>2013-11-07T01:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.x workflow for removing a CDOT CIFS share</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61202#M12756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&amp;nbsp; I just imported the command but I'm getting the following error, which I suspect is because the cluster requires confirmation of the action:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12:51:09.806 ERROR&amp;nbsp; [Remove CIFS share] Failed executing command. Exception: Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this message with something similar:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/message/98355#98355" title="https://communities.netapp.com/message/98355#98355" target="_blank"&gt;https://communities.netapp.com/message/98355#98355&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have much Powershell experience but I think the current code that looks like this:&lt;/P&gt;&lt;P&gt;Remove-NcCifsShare -Name $ShareName -VserverContext $Vserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might need to look like this based on the code from another command for CDOT:&lt;/P&gt;&lt;P&gt;Remove-NcCifsShare -Name $ShareName -VserverContext $Vserver &lt;STRONG&gt;-Force -Confirm:$False&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll test and see if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 21:13:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61202#M12756</guid>
      <dc:creator>dcornely1</dc:creator>
      <dc:date>2013-11-07T21:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.x workflow for removing a CDOT CIFS share</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61207#M12758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost had it - just need to drop the -Force option so the command that works looks like this:&lt;/P&gt;&lt;P&gt;Remove-NcCifsShare -Name $ShareName -VserverContext $Vserver &lt;STRONG&gt;-Confirm:$False&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 21:18:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61207#M12758</guid>
      <dc:creator>dcornely1</dc:creator>
      <dc:date>2013-11-07T21:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.x workflow for removing a CDOT CIFS share</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61213#M12759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whoops, I exported the unfinished version! Sorry about that. Glad you found the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 02:42:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-x-workflow-for-removing-a-CDOT-CIFS-share/m-p/61213#M12759</guid>
      <dc:creator>mgoddard</dc:creator>
      <dc:date>2013-11-08T02:42:14Z</dc:date>
    </item>
  </channel>
</rss>

