Добавить VeeamObject.ps1

This commit is contained in:
2026-09-04 03:14:49 +00:00
commit 6cc82fc445

1
VeeamObject.ps1 Normal file
View File

@@ -0,0 +1 @@
Get-VBRJob | Get-VBRJobObject | Select-Object JobName, Name, Type | Export-Csv -Path "C:\VeeamObjects.csv" -NoTypeInformation -Encoding UTF8