Problem "Add-PSSnapin : The Windows PowerShell snap-in 'VeeamPSSnapIn' is not installed" beim Starten Veeam Powershell Snapin
Manchmal nach korrekte Installation des Veeam Powershell Snapin, versuchen, zu laden Snap-in in die Powershell-Konsole endet mit Fehler: Add-PSSnapin : The Windows PowerShell snap-in 'VeeamPSSnapIn' is not installed.
Dieses Problem tritt auf, weil aus irgendeinem Grund auf Snap-In ist nicht bekam in Powershell registriert. Auf Veeam offiziellen Foren, die diese bieten viele Lösungen wie der Neuinstallation Veeam oder Reboots-Instanzen des Powershell-Modul. In meinem Fall wurde die folgende Lösung gefunden:
Erstellen reg-Datei und importieren Sie es in Windows-Registrierung.
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"
Nachdem dieses Snap-in korrekt registriert.
- Zugriffe: 7007