Hi,
I've got a SBS 2011 standard (french) with XP, Vista and Win 7 clients
who works well ... WSUS service works well too and update client.
I've join a Windows 8 pro (RTM) client but I've got problem on this
machine, it doesn't want to connect to SBS's WSUS to make its update
...
I've got the same problem with a member server Windows 2012 standard.
You can read below the contain of GP.xml and supportedOS.xml.
I have read that some modifications have to be done to accept correctly
Windows 8 on SBS 2011 LAN.
But I also have read that this modifications are include in "SBS 2011
rollup 3" ... my SBS is up to date, this rollup have been applied but
as you can read, the modifications are not done !!!
I think that Windows 8 is build 9200. What does I have to writte in
those xml files ?
What about Windows 2012 server standard ? Is it build 9200 too ?
Thanks for your help.
@+Laurent
In my GP.xml, I have :
<?xml version="1.0" encoding="utf-8"?>
<GPSetting>
<MSI xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Name="WMIProvider"
Location="\\ifam.local\SysVol\ifam.local\ClientAgent\machine\WMIProvider.msi"
PlatForm="0" WMIFilter="select * from Win32_OperatingSystem Where
(Version>='5.1.2600' and '6.0.6000'>Version and
ServicePackMajorVersion>=3) or (Version>='5.2.3790' and
'6.0.6000'>Version and ServicePackMajorVersion>=2) or
(Version>='6.0.6002' and ProductType=1)" />
</GPSetting>
In my supportedOS.xml, I have :
<SupportedConfigurations>
<SupportedOS>
<!-- Name is not used by the code but might be helpful in
identifying the OS that is described by these parameters -->
<!-- ExcludedSuite, RequiredSuite, and RequiredProductType are the
numbers as specified in the OSVERSIONINFOEX structure -->
<!-- Architecture is the number as specified in the SYSTEM_INFO
structure -->
<OS id="1" Name="Windows XP SP2, x86" Major="5" Minor="1"
Build="2600" SPMajor="3" SPMinor="" ExcludedSuite="512"
RequiredSuite="" RequiredProductType="1" Architecture="0"/>
<OS id="2" Name="Windows XP SP2, AMD64" Major="5" Minor="2"
Build="3790" SPMajor="2" SPMinor="" ExcludedSuite="512"
RequiredSuite="" RequiredProductType="1" Architecture="9"/>
<OS id="3" Name="Windows Vista, x86" Major="6" Minor="0"
Build="6002" SPMajor="2" SPMinor="" ExcludedSuite="512"
RequiredSuite="" RequiredProductType="1" Architecture="0"/>
<OS id="4" Name="Windows Vista, AMD64" Major="6" Minor="0"
Build="6002" SPMajor="2" SPMinor="" ExcludedSuite="512"
RequiredSuite="" RequiredProductType="1" Architecture="9"/>
<OS id="5" Name="Windows 7, AMD64" Major="6" Minor="1" Build="7000"
SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite=""
RequiredProductType="1" Architecture="9"/>
<OS id="6" Name="Windows 7, x86" Major="6" Minor="1" Build="7000"
SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite=""
RequiredProductType="1" Architecture="0"/>
<OS id="7" Name="Windows 8, AMD64" Major="6" Minor="2" Build="8400"
SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite=""
RequiredProductType="1" Architecture="9"/>
<OS id="8" Name="Windows 8, x86" Major="6" Minor="2" Build="8400"
SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite=""
RequiredProductType="1" Architecture="0"/>
</SupportedOS>
</SupportedConfigurations>