1 line
140 B
PowerShell
1 line
140 B
PowerShell
Get-VBRJob | Get-VBRJobObject | Select-Object JobName, Name, Type | Export-Csv -Path "C:\VeeamObjects.csv" -NoTypeInformation -Encoding UTF8 |