Enum HyperVDriverType
Enumerates the Hyper-V driver implementations. Wmi implements Hyper-V operations in-process and is the default and recommended driver.
PowerShell uses PowerShell 7+ to execute cmdlets out-of-process. PowerShell 7+ must already be installed for this to work and is quite slow. The PowerShell implementation is several years old and deprecated.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public enum HyperVDriverType
Fields
Name | Description |
---|---|
PowerShell | |
Wmi |