Depending on how many pools you have you can also pull this info with View PowerCLI. I was only able to find a way to pull the pool configuration.
Get-Pool -PoolType SviNonPersistent,SviPersistent | select pool_id,parentVMPath,parentVMSnapshotPath | Sort-Object -Property parentVMPath | Format-Table -AutoSize