Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6733
blob2ebd3bbb345c99ccf0dab97e99abeac6504613f5
1 Title: veeam_backup_status: Plugin is bakeable
2 Level: 1
3 Component: agents
4 Class: fix
5 Compatible: compat
6 Edition: cee
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1538042010
11 If no 64-bit Windows agent is used you have to create a wrapper batch script,
12 eg. {{veeam_backup_status.bat}} which calls the {{veeam_backup_status.ps1}}.
13 In this case the powershell script needs to be put somewhere else (see example
14 here) and is called from this .bat script with the 64 bit powershell:
15 <code>
16 @ECHO OFF
17 %systemroot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted " & ""C:\scripts\veeam_backup_status.ps1"""
18 </code>