commit 6cc82fc44536166a54af358999f2c200b2e08453 Author: smolkik_adm Date: Fri Sep 4 03:14:49 2026 +0000 Добавить VeeamObject.ps1 diff --git a/VeeamObject.ps1 b/VeeamObject.ps1 new file mode 100644 index 0000000..a0aadbc --- /dev/null +++ b/VeeamObject.ps1 @@ -0,0 +1 @@ +Get-VBRJob | Get-VBRJobObject | Select-Object JobName, Name, Type | Export-Csv -Path "C:\VeeamObjects.csv" -NoTypeInformation -Encoding UTF8 \ No newline at end of file