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.
I would like to know how to use FlexCache from PowerShell for latest ONTAP versions.
Details:
PS > Get-help New-NcFlexcache -full
NAME
New-NcFlexcache
SYNOPSIS
Create cluster-wide caching for a given volume.
SYNTAX
New-NcFlexcache [-Vserver] <String> [-OriginVolume] <String> [-Controller <NcController[]>] [-InformationAction
<ActionPreference>] [-InformationVariable <String>] [-PipelineVariable <String>] [-ZapiRetryCount <Int32>]
[<CommonParameters>]
DESCRIPTION
Create cluster-wide caching for a given volume.
Flexcache feature is not supported in ONTAP 8.3, so this cmdlet works in ONTAP 8.2 or lower only.