From 6cc82fc44536166a54af358999f2c200b2e08453 Mon Sep 17 00:00:00 2001 From: smolkik_adm Date: Fri, 4 Sep 2026 03:14:49 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20VeeamObject.ps1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VeeamObject.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 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