OS: Windows 10
PowerShell: Core 6.0.1, Desktop 5.1.16299.248
> Set-StrictMode -Version latest
> Import-Module vmxtoolkit
trying to get os type ...
The variable '$OS' cannot be retrieved because it has not been set.
At C:\Users\thorsten\Documents\PowerShell\Modules\vmxtoolkit\4.5.1\vmxtoolkitinit.ps1:11 char:41
+ $OS_Version = "Product Name: Windows $($OS.Version)"
+ ~~~
+ CategoryInfo : InvalidOperation: (OS:String) [], RuntimeException
+ FullyQualifiedErrorId : VariableIsUndefined
OS: Windows 10 PowerShell: Core 6.0.1, Desktop 5.1.16299.248