<?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 Powershell cmdlet for Flexcache creation in latest ONTAP version. in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-cmdlet-for-Flexcache-creation-in-latest-ONTAP-version/m-p/452508#M43594</link>
    <description>&lt;P&gt;As per latest PowerShell tool kit 9.14.1.2401, Cmdlet "New-NcFlexcache" shows Flexcache feature is not supported in ONTAP 8.3, so this cmdlet works in ONTAP 8.2 or lower only.&lt;BR /&gt;I would like to know how to use FlexCache from PowerShell for latest ONTAP versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;PS &amp;gt; Get-help New-NcFlexcache -full&lt;/P&gt;&lt;P&gt;NAME&lt;BR /&gt;New-NcFlexcache&lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;BR /&gt;Create cluster-wide caching for a given volume.&lt;/P&gt;&lt;P&gt;SYNTAX&lt;BR /&gt;New-NcFlexcache [-Vserver] &amp;lt;String&amp;gt; [-OriginVolume] &amp;lt;String&amp;gt; [-Controller &amp;lt;NcController[]&amp;gt;] [-InformationAction&lt;BR /&gt;&amp;lt;ActionPreference&amp;gt;] [-InformationVariable &amp;lt;String&amp;gt;] [-PipelineVariable &amp;lt;String&amp;gt;] [-ZapiRetryCount &amp;lt;Int32&amp;gt;]&lt;BR /&gt;[&amp;lt;CommonParameters&amp;gt;]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;Create cluster-wide caching for a given volume.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flexcache feature is not supported in ONTAP 8.3, so this cmdlet works in ONTAP 8.2 or lower only.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 09:38:37 GMT</pubDate>
    <dc:creator>Logesh</dc:creator>
    <dc:date>2025-06-04T09:38:37Z</dc:date>
    <item>
      <title>Powershell cmdlet for Flexcache creation in latest ONTAP version.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-cmdlet-for-Flexcache-creation-in-latest-ONTAP-version/m-p/452508#M43594</link>
      <description>&lt;P&gt;As per latest PowerShell tool kit 9.14.1.2401, Cmdlet "New-NcFlexcache" shows Flexcache feature is not supported in ONTAP 8.3, so this cmdlet works in ONTAP 8.2 or lower only.&lt;BR /&gt;I would like to know how to use FlexCache from PowerShell for latest ONTAP versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;PS &amp;gt; Get-help New-NcFlexcache -full&lt;/P&gt;&lt;P&gt;NAME&lt;BR /&gt;New-NcFlexcache&lt;/P&gt;&lt;P&gt;SYNOPSIS&lt;BR /&gt;Create cluster-wide caching for a given volume.&lt;/P&gt;&lt;P&gt;SYNTAX&lt;BR /&gt;New-NcFlexcache [-Vserver] &amp;lt;String&amp;gt; [-OriginVolume] &amp;lt;String&amp;gt; [-Controller &amp;lt;NcController[]&amp;gt;] [-InformationAction&lt;BR /&gt;&amp;lt;ActionPreference&amp;gt;] [-InformationVariable &amp;lt;String&amp;gt;] [-PipelineVariable &amp;lt;String&amp;gt;] [-ZapiRetryCount &amp;lt;Int32&amp;gt;]&lt;BR /&gt;[&amp;lt;CommonParameters&amp;gt;]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;Create cluster-wide caching for a given volume.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flexcache feature is not supported in ONTAP 8.3, so this cmdlet works in ONTAP 8.2 or lower only.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:38:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-cmdlet-for-Flexcache-creation-in-latest-ONTAP-version/m-p/452508#M43594</guid>
      <dc:creator>Logesh</dc:creator>
      <dc:date>2025-06-04T09:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell cmdlet for Flexcache creation in latest ONTAP version.</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-cmdlet-for-Flexcache-creation-in-latest-ONTAP-version/m-p/452537#M43601</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is no CmdLet available to perform the task you want to achieve or a CmdLet only works with a particular version of ONTAP you can always use the Private REST CLI to invoke a CLI command via HTTPS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;PS C:\&amp;gt; Get-Help Invoke-NcCli

NAME
    Invoke-NcCli

SYNOPSIS
    For using the private CLI passthrough with the ONTAP REST API


SYNTAX
    Invoke-NcCli -Command &amp;lt;String&amp;gt; [-Query &amp;lt;String&amp;gt;] [-Body &amp;lt;String&amp;gt;] [-Fields &amp;lt;String&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]


DESCRIPTION
    For using the private CLI passthrough with the ONTAP REST API. This cmdlet is supported with Rest.


RELATED LINKS


REMARKS
    To see the examples, type: "get-help Invoke-NcCli -examples".
    For more information, type: "get-help Invoke-NcCli -detailed".
    For technical information, type: "get-help Invoke-NcCli -full".
    For online help, type: "get-help Invoke-NcCli -online"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 04:44:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Powershell-cmdlet-for-Flexcache-creation-in-latest-ONTAP-version/m-p/452537#M43601</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2024-05-06T04:44:46Z</dc:date>
    </item>
  </channel>
</rss>

