We have a core server dedicated to all scripts.
We would like to use it to execute our Veeam reporting scripts, then we need the Veeam PSSnapin on this core server.
Is there a way to install the PSSnapin on a core server, then without the console installation ?
I tried to copy all the Veeam.Backup.PowerShell.xxxx files on core server, then I executed the 2 commands here under, however I received an error in French meaning approximately : "System.Reflection.ReflectionTypeLoadException: Unable to load one or several required types". I don't know if some file is missing, if it cannot work this way, or if I forgot some point.
Code: Select all
set-alias installutil $env:windir\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe
installutil "C:\Program Files\Veeam\Backup and Replication\Console\Veeam.Backup.PowerShell.dll"
Olivier Druard