Hi,
I am trying to Export VM's on WS2012 R2 Hyper-V Host.
If VM is configured without Virtual Fibre Channel, the Powershell Command "Export-VM" works fine, but fails with VM's where vFC is present.
The command: Export-VM -Name "Test-VM" -Path c:\temp
Outputs the error:
----------
Export-VM : "Test-VM": Fehler beim Export (ID des virtuellen Computers 987F1E1B-8C68-4BBA-97B7-17FC5D044B2B).
Für "Test-VM" konnte kein Prüfpunkt erstellt werden, da mindestens ein synthetischer Fibre Channel-Controller
angeschlossen ist. (ID des virtuellen Computers: 987F1E1B-8C68-4BBA-97B7-17FC5D044B2B)
Der Vorgang wird nicht unterstützt.
In Zeile:1 Zeichen:1
+ Export-VM -Name "Test-VM" -Path c:\temp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotImplemented: (Microsoft.HyperV.PowerShell.VMTask:VMTask) [Export-VM], VirtualizationO
perationFailedException
+ FullyQualifiedErrorId : NotSupported,Microsoft.HyperV.PowerShell.Commands.ExportVMCommand
---------
Is there another way to get a vFC featured VM exported / copied (Online)?
Regards,
Markus