It would be helpful if you describe what you're looking for in more detail. I think this may do what you want:
Get-NcVol | ?{ $_.VolumeStateAttributes.IsNodeRoot -eq $false } | Get-NcSnapshot | ?{ $_.Dependency -like "*vclone*" }
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.