I have a problem with PS remoting and can't find a solution.
I have a need to load the Veeam cmdls on Server1 from a Veeam Server2.
PSRemoting is enabled.
Code: Select all
$Server2 = New-PSSession -computername Server2 -ConfigurationName Microsoft.Powershell
Invoke-Command -Session $Server1 -scriptblock {Add-PSSnapin VeeamPSSnapIn}
Code: Select all
Das Windows PowerShell-Snap-In VeeamPSSnapIn kann aufgrund des folgenden Fehlers nicht geladen werden: Die Datei oder A
ssembly "file:///C:\Program Files\Veeam\Backup and Replication\Console\Veeam.Backup.PowerShell.dll" oder eine Abhängigk
eit davon wurde nicht gefunden. Die Assembly wird von einer Laufzeit erstellt, die aktueller als die derzeit geladene L
aufzeit ist, und kann nicht geladen werden.
+ CategoryInfo : InvalidData: (VeeamPSSnapIn:String) [Add-PSSnapin], PSSnapInException
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
On both Servers .Net3.5 and 4.5.2 are available.
Any help will be welcome.
Cheers
Volker