Hi,
An example of the syntax can be found here:
https://library.netapp.com/ecmdocs/ECMP1610211/html/GUID-125543E9-5765-4CD4-8975-4CF6832BB19C.html
Also see:
PS C:\> Get-Help New-NcClone NAME New-NcClone SYNOPSIS Clone a file or LUN. SYNTAX New-NcClone [-Volume] <String> [-SourcePath] <String> [[-DestinationPath] <String>] [[-TokenUuid] <String>] [-Snapshot <String>] [-SpaceReserved <Boolean>] [-IgnoreStreams] [-IgnoreLocks] [-QosPolicyGroup <String>] [-EnableAutodelete] [-IsBackup <Boolean>] [-DestinationVolume <String>] [-VserverContext <String>] [-Controller <NcController[]>] [-ZapiRetryCount <Int32>] [<CommonParameters>] DESCRIPTION Clone a file or LUN. This is a constant-time, synchronous operation. RELATED LINKS Get-NcLun REMARKS To see the examples, type: "get-help New-NcClone -examples". For more information, type: "get-help New-NcClone -detailed". For technical information, type: "get-help New-NcClone -full". For online help, type: "get-help New-NcClone -online"
/Matt