mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Merge pull request #8064 from MaratMussabekov/patch-178
Pro and home are not supported
This commit is contained in:
@ -657,7 +657,7 @@ function PrintHardwareReq
|
||||
{
|
||||
LogAndConsole "###########################################################################"
|
||||
LogAndConsole "OS and Hardware requirements for enabling Device Guard and Credential Guard"
|
||||
LogAndConsole " 1. OS SKUs: Available only on these OS Skus - Enterprise, Server, Education, Enterprise IoT, Pro, and Home"
|
||||
LogAndConsole " 1. OS SKUs: Available only on these OS Skus - Enterprise, Server, Education and Enterprise IoT"
|
||||
LogAndConsole " 2. Hardware: Recent hardware that supports virtualization extension with SLAT"
|
||||
LogAndConsole "To learn more please visit: https://aka.ms/dgwhcr"
|
||||
LogAndConsole "########################################################################### `n"
|
||||
@ -735,7 +735,7 @@ function CheckOSSKU
|
||||
$osname = $((gwmi win32_operatingsystem).Name).ToLower()
|
||||
$_SKUSupported = 0
|
||||
Log "OSNAME:$osname"
|
||||
$SKUarray = @("Enterprise", "Education", "IoT", "Windows Server", "Pro", "Home")
|
||||
$SKUarray = @("Enterprise", "Education", "IoT", "Windows Server")
|
||||
$HLKAllowed = @("microsoft windows 10 pro")
|
||||
foreach ($SKUent in $SKUarray)
|
||||
{
|
||||
|
Reference in New Issue
Block a user