No Windows PowerShell snap-ins matching the pattern ‘VeeamPSSnapIn’ were found.

Veeam[1]Trying to get the Solarwinds Veeam Backup and Recovery Template working, After installing the powershell plugin via BPS_x64.msi, when trying to run Powershell commands , I could not include to the Veeam VeeamPSSnapIn. 

 

Turns out it hadn’t installed and referenced the .dll properly , below can be saved as .reg files and run , depending where your Veeam.Backup.PowerShell.dll is located

** VEAM 11 uses a Module ( Get-Module -Name Veeam.Backup.PowerShell ) 

Veeam 9.5 per below

Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapIns\VeeamPSSnapIn]
"PowerShellVersion"="2.0"
"Vendor"="Veeam"
"Description"="This is a PowerShell snap-in that includes the Veeam's cmdlet."
"VendorIndirect"="VeeamPSSnapIn, Veeam"
"DescriptionIndirect"="VeeamPSSnapIn,This is a PowerShell snap-in that includes the Veeam's cmdlet."
"Version"="8.0.0.0"
"ApplicationBase"="C:\\Program Files\\Veeam\\Backup and Replication\\Backup"
"AssemblyName"="Veeam.Backup.PowerShell, Version=8.0.0.0, Culture=neutral, PublicKeyToken=bfd684de2276783a"
"ModuleName"="C:\\Program Files\\Veeam\\Backup and Replication\\Backup\\Veeam.Backup.PowerShell.dll"
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...