Advertisement
vPowerCLI

Untitled

Jan 22nd, 2012
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\> [reflection.assembly]::LoadFile("C:\Program Files\Veeam\Backup and Replication\Veeam.Backup.ProxyProvider.dll")
  2.  
  3. GAC    Version        Location
  4. ---    -------        --------
  5. False  v2.0.50727     C:\Program Files\Veeam\Backup and Replication\Veeam.Backup.ProxyProvider.dll
  6.  
  7. PS C:\> [reflection.assembly]::LoadFile("C:\Program Files\Veeam\Backup and Replication\Veeam.Backup.Core.dll")
  8.  
  9. GAC    Version        Location
  10. ---    -------        --------
  11. False  v2.0.50727     C:\Program Files\Veeam\Backup and Replication\Veeam.Backup.Core.dll
  12.  
  13. PS C:\> $Server = Get-VBRLocalHost
  14. PS C:\> $FileCommander = [Veeam.Backup.Core.CRemoteWinFileCommander]::Create($Server.info)
  15. Exception calling "Create" with "1" argument(s): "Could not load file or assembly 'Veeam.Backup.Common, Version=6.0.0.0
  16. , Culture=neutral, PublicKeyToken=bfd684de2276783a' or one of its dependencies. The system cannot find the file specifi
  17. ed."
  18. At line:1 char:69
  19. + $FileCommander = [Veeam.Backup.Core.CRemoteWinFileCommander]::Create <<<< ($Server.info)
  20.     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
  21.     + FullyQualifiedErrorId : DotNetMethodException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement