You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-PSFMessage-Message "Hyper-V is not enabled, the module can only be used remotely.`nTo use the module locally execute the following command: `"Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All`""-Level Warning -FunctionName 'Test-PSDCConfiguration'
28
+
}
29
+
25
30
Stop-PSFFunction-Message "Module can only work on Windows 10 Pro, Enterprise or Education"-Target $OSDetails-FunctionName 'Pre Import'
Write-PSFMessage-Message "Hyper-V is not enabled, the module can only be used remotely.`nTo use the module locally execute the following command: `"Install-WindowsFeature -Name Hyper-V`""-Level Warning -FunctionName 'Test-PSDCConfiguration'
36
+
}
37
+
28
38
Stop-PSFFunction-Message "Module can only work on Windows Server 2012 R2 and up, Enterprise or Education"-Target $OSDetails-FunctionName 'Pre Import'
29
39
}
30
-
else{
40
+
else{
31
41
Stop-PSFFunction-Message "Unsupported version of Windows."-Target $OSDetails-FunctionName 'Pre Import'
0 commit comments