<?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 Send in the Clone(s) in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Send-in-the-Clone-s/m-p/45797#M2160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Script Community - &lt;/P&gt;&lt;P&gt;I am trying to get help with a script - &lt;/P&gt;&lt;P&gt;I am able to produce a report listing existing clones, but am not clear how the &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Stop-NaClone&lt;/LI&gt;&lt;LI&gt;Clear-NaClone &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Will allow me to remove it.&lt;/P&gt;&lt;P&gt;Please provide any assistance or sample scripts if you are able.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;peter &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:54:32 GMT</pubDate>
    <dc:creator>BISHTECHIT</dc:creator>
    <dc:date>2025-06-05T05:54:32Z</dc:date>
    <item>
      <title>Send in the Clone(s)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Send-in-the-Clone-s/m-p/45797#M2160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Script Community - &lt;/P&gt;&lt;P&gt;I am trying to get help with a script - &lt;/P&gt;&lt;P&gt;I am able to produce a report listing existing clones, but am not clear how the &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Stop-NaClone&lt;/LI&gt;&lt;LI&gt;Clear-NaClone &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Will allow me to remove it.&lt;/P&gt;&lt;P&gt;Please provide any assistance or sample scripts if you are able.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;peter &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:54:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Send-in-the-Clone-s/m-p/45797#M2160</guid>
      <dc:creator>BISHTECHIT</dc:creator>
      <dc:date>2025-06-05T05:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Send in the Clone(s)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Send-in-the-Clone-s/m-p/45802#M2161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better late than never, right? Those cmdlets relate to lun clone operations in progress or failed lun clone operations. Is that what you're after, or are you trying to find volume clones?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're after vol clones, you could adapt this to your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$volstats = get-NaVol&lt;/P&gt;&lt;P&gt;foreach ($vol in $volstats) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ($vol.CloneChildren -ne $null) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write-Host "Volumes with clones:"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write-Host $vol.CloneChildren&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 20:32:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Send-in-the-Clone-s/m-p/45802#M2161</guid>
      <dc:creator>JOHNGARRETT</dc:creator>
      <dc:date>2013-09-13T20:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Send in the Clone(s)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Send-in-the-Clone-s/m-p/45810#M2162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John - &lt;/P&gt;&lt;P&gt;To late never a helpful hand received is [Yoda]&lt;/P&gt;&lt;P&gt;Your script was helpful in allowing me to report on clones attached to Volumes.&lt;/P&gt;&lt;P&gt;Ultimately - after more reading and research - what I need is a better understanding of the clone process.&lt;/P&gt;&lt;P&gt;Which should allow me to know what cmdlets to use to report on the existence of a clone, the status of that clone, and when it is safe to remove that clone if it is not being removed properly by a backup process. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 02:57:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Send-in-the-Clone-s/m-p/45810#M2162</guid>
      <dc:creator>BISHTECHIT</dc:creator>
      <dc:date>2013-09-25T02:57:13Z</dc:date>
    </item>
  </channel>
</rss>

