<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Solutions Serveur pour TPE/PME : Windows 7</title><link>http://blogs.technet.com/pierrc/archive/tags/Windows+7/default.aspx</link><description>Tags: Windows 7</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Client Windows 7 dans un réseau Small Business Server</title><link>http://blogs.technet.com/pierrc/archive/2009/05/06/client-windows-7-dans-un-r-seau-small-business-server.aspx</link><pubDate>Wed, 06 May 2009 09:51:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3236150</guid><dc:creator>pierrc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/pierrc/comments/3236150.aspx</comments><wfw:commentRss>http://blogs.technet.com/pierrc/commentrss.aspx?PostID=3236150</wfw:commentRss><description>&lt;P&gt;Maintenant que la RC de Windows 7 est disponible, si vous souhaitez installer un client Windows 7 dans un réseau Small Business Server 2008 en vous connectant sur le site &lt;A href="http://connect/" mce_href="http://connect"&gt;http://connect&lt;/A&gt; cela ne fonctionnera pas.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;En effet le site “http://connect” lance un utilitaire “launcher.exe” qui exécute des requêtes via WMI pour checker uniquement si votre PC a&amp;nbsp; Windows XP Sp2 ou Windows Vista SP1. &lt;/STRONG&gt;Une fois ce checke effectué, le site “connect” lance l’utilitaire “Connect Computer” afin de le mettre dans le réseau et de pouvoir récupérer les profils locaux.&lt;/P&gt;
&lt;P&gt;Pour mettre une machine Windows 7 dans un réseau SBS 2008, deux méthodes pour le faire :&lt;/P&gt;
&lt;P&gt;1/ La méthode traditionnelle, en le faisant manuellement …. une fois mise dans le domaine il suffira de la déplacer dans l’OU “MyBusinness/Computers/SBSComputers”, l’agent client SBS sera installé sur le client, plus les stratégies affiliées à cette OU.&lt;/P&gt;
&lt;P&gt;2/La méthode avec le site &lt;A href="http://connect/" mce_href="http://connect"&gt;http://connect&lt;/A&gt;, il y aura un peu de travail :-)&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;sauvegarder&lt;/STRONG&gt; le fichier %programfiles%\Windows Small Business Server\Bin\webapp\ClientDeployment\packageFiles\supportedOS.xml.&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;créer&lt;/STRONG&gt; un nouveau fichier supportedOS.xml avec notepad (en mode administrateur) en copiant ce qui suit.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;SupportedConfigurations&amp;gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;SupportedOS&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Name is not used by the code but might be helpful in identifying the OS that is described by these parameters --&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- ExcludedSuite, RequiredSuite, and RequiredProductType are the numbers as specified in the OSVERSIONINFOEX structure --&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Architecture is the number as specified in the SYSTEM_INFO structure --&amp;gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OS id="1" Name="Windows XP SP2, x86" Major="5" Minor="1" Build="2600" SPMajor="2" SPMinor="" ExcludedSuite="512" RequiredSuite="" RequiredProductType="1" Architecture="0"/&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OS id="2" Name="Windows XP SP2, AMD64" Major="5" Minor="2" Build="3790" SPMajor="2" SPMinor="" ExcludedSuite="512" RequiredSuite="" RequiredProductType="1" Architecture="9"/&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OS id="3" Name="Windows Vista, x86" Major="6" Minor="0" Build="6000" SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite="" RequiredProductType="1" Architecture="0"/&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OS id="4" Name="Windows Vista, AMD64" Major="6" Minor="0" Build="6000" SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite="" RequiredProductType="1" Architecture="9"/&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OS id="5" Name="Windows 7, x86" Major="6" Minor="1" Build="7000" SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite="" RequiredProductType="1" Architecture="0"/&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OS id="6" Name="Windows 7, AMD64" Major="6" Minor="1" Build="7000" SPMajor="" SPMinor="" ExcludedSuite="512" RequiredSuite="" RequiredProductType="1" Architecture="9"/&amp;gt; &lt;BR&gt;&amp;nbsp; &amp;lt;/SupportedOS&amp;gt; &lt;BR&gt;&amp;lt;/SupportedConfigurations&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;- &lt;STRONG&gt;ouvrir&lt;/STRONG&gt; une console “gpmc.mmc”&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/pierrc/WindowsLiveWriter/ClientWindows7dansunrseauSmallBusinessSe_12F77/image_2.png" mce_href="http://blogs.technet.com/blogfiles/pierrc/WindowsLiveWriter/ClientWindows7dansunrseauSmallBusinessSe_12F77/image_2.png"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.technet.com/blogfiles/pierrc/WindowsLiveWriter/ClientWindows7dansunrseauSmallBusinessSe_12F77/image_thumb.png" width=503 height=262 mce_src="http://blogs.technet.com/blogfiles/pierrc/WindowsLiveWriter/ClientWindows7dansunrseauSmallBusinessSe_12F77/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Checker&lt;/STRONG&gt; le GUID&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;Sauvegarder&lt;/STRONG&gt; le fichier&lt;/P&gt;
&lt;P&gt;C:\Windows\sysvol\domain\Policies\{votreGUID}\Machine\SBS\GP.xml&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;Editer&lt;/STRONG&gt; le fichier avec le notepad (en mode administrateur)&lt;/P&gt;
&lt;P&gt;C:\Windows\sysvol\domain\Policies\{votreGUID}\Machine\SBS\GP.xml &lt;/P&gt;
&lt;P&gt;- Dans le fichier il y a trois WMI filters, &lt;STRONG&gt;Changer&lt;/STRONG&gt;&amp;nbsp; “'6.&lt;B&gt;1&lt;/B&gt;.0000'&amp;amp;gt;Version” &lt;STRONG&gt;en&lt;/STRONG&gt; “'6.&lt;B&gt;2&lt;/B&gt;.0000'&amp;amp;gt;Version”.&lt;/P&gt;
&lt;P&gt;En espérant qu’il y aura un fix lors de la sortie de windows 7 :-) pour éviter ces manipulations .&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3236150" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/pierrc/archive/tags/Small+Business+Server+2008/default.aspx">Small Business Server 2008</category><category domain="http://blogs.technet.com/pierrc/archive/tags/Windows+7/default.aspx">Windows 7</category></item></channel></rss>