LucD
Leadership
Leadership

The object returned by Get-Snapshot contains a property Created.
You could use a Where-clause to only select the snapshot corresponding with a specific DateTime.
Just be aware that specifying the correct time in your CSV might be inaccurate since a DateTime is very precise (sub-second).
I would approach this with a time interval based on the value in your CSV


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference