I can confirm that Get-NcSnapshot is not taking in volumes from the pipeline (I can't say if it used to, but it doesn't now)
work around seems to be to assign the volume to a variable object first, then use it in the get
$exArchVol = Get-NcVol Extranet_Archives
Get-NcSnapshot -Volume $exArchVol