I did the get-member but didn't notice parent! Luc always helpful in cleanin up my messes. Thanks again!
Here was my final command to get what i needed for anyone else intrested.
get-datacenter -name "Datacenter" | get-datastore "datastore" | get-template |Get-HardDisk | select Parent,Filename | Export-Csv -noTypeInformation folder_location.csv