<?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: ONTAP Automation: How do export CIFS shares ACL and import to another filer&amp;gt; in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121695#M21864</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes please show me how you do it. I have actually written powershell scipts to export the shares and ACL, but find that the xml it exported has some specifications that is tied to the node such as IP address and host name. Not sure if it will work when it is imported to another filer. Looking forward to see your example. many thanks&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2016 00:44:26 GMT</pubDate>
    <dc:creator>ckh</dc:creator>
    <dc:date>2016-07-25T00:44:26Z</dc:date>
    <item>
      <title>ONTAP Automation: How do export CIFS shares ACL and import to another filer&gt;</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121661#M21858</link>
      <description>&lt;P&gt;I use snapmirror to replicate volumes from a production filer to a DR filer at another site. Is there a way to use WFA to export CIFS Shares ACL of a volume to a file and import it back to the replicated volume in DR filer?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:51:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121661#M21858</guid>
      <dc:creator>ckh</dc:creator>
      <dc:date>2025-06-04T19:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: ONTAP Automation: How do export CIFS shares ACL and import to another filer&gt;</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121667#M21860</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/52066"&gt;@ckh﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You ceratinly can do this using WFA and very easily too. Nothing to import/export but your requirement will be resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Use cmdlet&amp;nbsp;&lt;EM&gt;Get-NcCifsShareAcl&lt;/EM&gt; to get ACLs of one share.&lt;/P&gt;&lt;P&gt;2. Use &lt;EM&gt;Set-NcCifsShareAcl&lt;/EM&gt; to set the above obtained ACLs for the new CIFS share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want a working sample code for it? I can make one for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 11:17:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121667#M21860</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2016-07-22T11:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: ONTAP Automation: How do export CIFS shares ACL and import to another filer&gt;</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121675#M21862</link>
      <description>&lt;P&gt;There are some great PowerShell examples &lt;A href="https://github.com/DatacenterDudes/cDOT-CIFS-share-backup-restore" target="_self"&gt;here&lt;/A&gt; for import/export of shares and exports if you're interested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 13:16:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121675#M21862</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-07-22T13:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: ONTAP Automation: How do export CIFS shares ACL and import to another filer&gt;</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121695#M21864</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes please show me how you do it. I have actually written powershell scipts to export the shares and ACL, but find that the xml it exported has some specifications that is tied to the node such as IP address and host name. Not sure if it will work when it is imported to another filer. Looking forward to see your example. many thanks&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 00:44:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121695#M21864</guid>
      <dc:creator>ckh</dc:creator>
      <dc:date>2016-07-25T00:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: ONTAP Automation: How do export CIFS shares ACL and import to another filer&gt;</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121698#M21865</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please lookin to this attached workflow, Which may help&amp;nbsp;to create CIFS shares ACL on DR volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veerendranadh CH&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 07:02:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/ONTAP-Automation-How-do-export-CIFS-shares-ACL-and-import-to-another-filer-gt/m-p/121698#M21865</guid>
      <dc:creator>veerendra</dc:creator>
      <dc:date>2016-07-25T07:02:26Z</dc:date>
    </item>
  </channel>
</rss>

