hi, as i am new to PowerShell/Veeam/IT I don't know how to realise the following script:
I have .csv data which has names of VMs. This should be imported.
Now i want the creation Time, the media pool and media Set.
The Result should be exported as a csv, but only one line per vm
example:
VMName | CreationTime | Media Pool | Media Set
testVM | 17:19 01.02.18, 17:19 02.02.18, 17:19 03.02.18,... | Name of Mediapool for restore point 1, Name of Mediapool for restore point 2,... |Weekly Media Set, Weekly Media Set, Monthly Media Set,...
Are you using backup or file to tape backup job? Basically, you want to see VM backup name along with media set/media pool this backup has been archived to, right?
They aren't to tape backup jobs. Yeah i want to get the same information as i am looking via GUI on Restore Points of a machine. So i want to export to csv with informations about the first 5 Restore Points. But only one line per vm like i tried to show in my question.
We got Veeam Backup & Replication 9.5 so if i am right Veeam ONE is included in this version, isn't it?
uni_x wrote:They aren't to tape backup jobs. Yeah i want to get the same information as i am looking via GUI on Restore Points of a machine. So i want to export to csv with informations about the first 5 Restore Points. But only one line per vm like i tried to show in my question.
We got Veeam Backup & Replication 9.5 so if i am right Veeam ONE is included in this version, isn't it?