<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>WebLog de Stéphane PAPP [MSFT] : PowerShell</title><link>http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx</link><description>Tags: PowerShell</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>WinRM 2.0, PowerShell 2.0 et BITS 4.0 pour les anciennes versions de Windows</title><link>http://blogs.msdn.com/spapp/archive/2009/11/26/winrm-2-0-powershell-2-0-et-bits-4-0-pour-les-anciennes-versions-de-windows.aspx</link><pubDate>Thu, 26 Nov 2009 06:15:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9928961</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/9928961.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=9928961</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=9928961</wfw:comment><description>&lt;p&gt;L’information date déjà d’un mois, mais j’avais oublié de noter la disponibilité des composants d’administration disponibles nativement dans Windows 7 et Windows Server 2008 R2 pour Windows XP, Windows Vista, Windows Server 2003 et Windows Server 2008.&lt;/p&gt;  &lt;p&gt;L’article &lt;a href="http://support.microsoft.com/kb/968929" target="_blank"&gt;kb968929&lt;/a&gt; permet de trouver le fichier qui convient au système recherché.&lt;/p&gt;  &lt;p&gt;Les composant disponibles sont :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows Remote Management (WinRM) version 2.0&lt;/li&gt;    &lt;li&gt;Windows PowerShell 2.0&lt;/li&gt;    &lt;li&gt;Background Intelligent Transfer Service (BITS) 4.0 pour Windows Vista ou Windows Server 2008&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Pour pouvoir installer ces composants les services packs les plus récents de ces systèmes sont nécessaires :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows XP Service Pack 3&lt;/li&gt;    &lt;li&gt;Windows Vista Service Pack 1 ou Service Pack 2&lt;/li&gt;    &lt;li&gt;Windows Server 2003 Service Pack 2&lt;/li&gt;    &lt;li&gt;Windows Server 2008 Service Pack 2&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9928961" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/spapp/archive/tags/WinRM/default.aspx">WinRM</category><category domain="http://blogs.msdn.com/spapp/archive/tags/BITS/default.aspx">BITS</category></item><item><title>Régler le fuseau horaire par script</title><link>http://blogs.msdn.com/spapp/archive/2009/06/09/r-gler-le-fuseau-horaire-par-script.aspx</link><pubDate>Tue, 09 Jun 2009 09:45:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9713631</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/9713631.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=9713631</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=9713631</wfw:comment><description>&lt;p&gt;Que se soit pour une installation automatisée ou dans l’utilisation d’une installation “core” de Windows Server, il peut être intéressant de modifier le fuseau horaire d’un ordinateur.&lt;/p&gt;  &lt;p&gt;Pour mémoire, ce réglage est indépendant de la disposition du clavier ou de la langue d’affichage ou encore des paramètres régionaux tels que le séparateur décimal ou le symbole de la monnaie utilisé.&lt;/p&gt;  &lt;p&gt;Pour mémoire aussi, la tolérance de Kerberos en matière de synchronisation horaire est de 5 minutes. Si les horloges affichent la même heure, mais dans des fuseaux horaires distincts comme ceux de Paris et de Seattle, il y a fort à parier que ces 5 minutes sont dépassés. En période de passage automatique à l’heure d’été, il peut y avoir des erreurs également.&lt;/p&gt;  &lt;p&gt;Mes collègues du groupe DeploymentGuys ont publié un &lt;a href="http://blogs.technet.com/deploymentguys/archive/2009/06/07/setting-the-time-zone-using-windows-powershell.aspx" target="_blank"&gt;billet sur leur blog&lt;/a&gt; qui rappelle que le réglage du fuseau horaire s’effectuait simplement sous Windows XP, par la commande :&lt;/p&gt;  &lt;p&gt;Control.exe TIMEDATE.CPL,,/Z Pacific Standard Time&lt;/p&gt;  &lt;p&gt;Comme indiqué sur la &lt;a href="http://technet.microsoft.com/en-us/library/cc749073.aspx" target="_blank"&gt;page de référence&lt;/a&gt; du paramètre TimeZone, pour le fuseau de Paris, il faut utiliser l’expression “Romance Standard Time” au lieu de “Pacific Standard Time” (chacun ses références). Cette information ne figure plus dans le Windows Automated Installation Kit (WAIK) actuel de Windows 7 et c’est, sans doute, une erreur.&lt;/p&gt;  &lt;p&gt;Ils fournissent également un script PowerShell pour effectuer ce réglage sur des systèmes plus récents.&lt;/p&gt;  &lt;p&gt;Au passage, le blog en anglais de l’équipe Windows Time Service est sur :   &lt;br /&gt;&lt;a href="http://blogs.msdn.com/w32time/" target="_blank"&gt;http://blogs.msdn.com/w32time/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9713631" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Internationalisation/default.aspx">Internationalisation</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Compacter des disques Hyper-V</title><link>http://blogs.msdn.com/spapp/archive/2008/06/12/compacter-des-disques-hyper-v.aspx</link><pubDate>Thu, 12 Jun 2008 08:48:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8592695</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/8592695.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=8592695</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=8592695</wfw:comment><description>&lt;p&gt;Un script PowerShell ou VBScript vient d'&amp;#234;tre post&amp;#233; par Ben ARMSTRONG sur son blog qui permet de compacter des disques VHD d'Hyper-V :   &lt;br /&gt;&lt;a title="http://blogs.msdn.com/virtual_pc_guy/archive/2008/06/11/hyper-v-script-compact-vhd.aspx" href="http://blogs.msdn.com/virtual_pc_guy/archive/2008/06/11/hyper-v-script-compact-vhd.aspx"&gt;http://blogs.msdn.com/virtual_pc_guy/archive/2008/06/11/hyper-v-script-compact-vhd.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Dans le m&amp;#234;me esprit, des fichiers VHD de machines virtuelles de Windows Server 2008 sont disponibles pour l'&amp;#233;valuer sur :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;pour Virtual Server 2005     &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=961db8ce-8473-47c2-92eb-b822ec5af0c9&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=961db8ce-8473-47c2-92eb-b822ec5af0c9&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;pour Hyper-V     &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=060f0c51-339a-4c4e-bb6e-716bb7401fd4&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=060f0c51-339a-4c4e-bb6e-716bb7401fd4&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8592695" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Virtualisation/default.aspx">Virtualisation</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Hyper-V/default.aspx">Hyper-V</category></item><item><title>Code source de Microsoft Deployment Toolkit 2008</title><link>http://blogs.msdn.com/spapp/archive/2008/05/12/code-source-de-microsoft-deployment-toolkit-2008.aspx</link><pubDate>Mon, 12 May 2008 12:33:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8492885</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/8492885.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=8492885</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=8492885</wfw:comment><description>&lt;p&gt;Le code source de Microsoft Deployment Toolkit (MDT, ex BDD) 2008 est disponible depuis :   &lt;br /&gt;&lt;a title="-LinkId=117775" href="http://go.microsoft.com/fwlink/?LinkId=117775"&gt;http://go.microsoft.com/fwlink/?LinkId=117775&lt;/a&gt;    &lt;br /&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?FamilyId=F30F96EE-0C69-410C-A0F8-28A2B4DE6E11&amp;amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=F30F96EE-0C69-410C-A0F8-28A2B4DE6E11&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=F30F96EE-0C69-410C-A0F8-28A2B4DE6E11&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ce code, comme le fait remarquer David SEBBAN sur son &lt;a href="http://blogs.msdn.com/dsebban/default.aspx"&gt;blog&lt;/a&gt;, est tr&amp;#232;s utile pour pouvoir utiliser, par exemple, PowerShell pour piloter MDT.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8492885" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/BDD/default.aspx">BDD</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>Atelier de formation à PowerShell</title><link>http://blogs.msdn.com/spapp/archive/2008/02/28/atelier-de-formation-powershell.aspx</link><pubDate>Thu, 28 Feb 2008 08:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7929861</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/7929861.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=7929861</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=7929861</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Mon collègue suisse, &lt;/FONT&gt;&lt;A href="http://frankoch.com/"&gt;&lt;FONT face=Verdana color=#0000ff&gt;Frank KOCH&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt; a préparé deux ateliers de formation à PowerShell orientés sur l’administration de systèmes. Il en a mis à disposition le support et les scripts à la fois en anglais et en allemand.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face=Verdana&gt;En allemand (16 Mo):&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://download.microsoft.com/download/4/7/1/47104ec6-410d-4492-890b-2a34900c9df2/Workshops-DE.zip"&gt;&lt;FONT face=Verdana color=#0000ff&gt;http://download.microsoft.com/download/4/7/1/47104ec6-410d-4492-890b-2a34900c9df2/Workshops-DE.zip&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt; &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;o:p&gt;&lt;FONT face=Verdana&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face=Verdana&gt;En anglais (16 Mo): &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://download.microsoft.com/download/4/7/1/47104ec6-410d-4492-890b-2a34900c9df2/Workshops-EN.zip"&gt;&lt;FONT face=Verdana&gt;http://download.microsoft.com/download/4/7/1/47104ec6-410d-4492-890b-2a34900c9df2/Workshops-EN.zip&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7929861" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>Réflexions sur le « Best of MMS 2007 » de Paris</title><link>http://blogs.msdn.com/spapp/archive/2007/10/03/r-flexions-sur-le-best-of-mms-2007-de-paris.aspx</link><pubDate>Wed, 03 Oct 2007 20:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5266024</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/5266024.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=5266024</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=5266024</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Aujourd’hui se déroulait une présentation issue du Microsoft Management Summit (MMS), événement qui a lieu chaque année au printemps et concerne l’ensemble des produits d’administration système.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Bernard OURGHANLIAN, en tant que Directeur Technique de Microsoft France a fait une présentation essentiellement articulée autour de l’initiative pour les systèmes dynamiques (DSI pour Dynamic System Initiative).&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Les présentations se sont réparties entre les aspects sécurité et administration de systèmes. Je suis resté sur ce dernier thème pour écouter Wally MEAD et Justin INCARNATO.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Une question dans l’assistance me conduit à une réflexion sur le niveau d’expertise des administrateurs. Bernard OURGHANLIAN présentait le résultat d’une étude sur le manque d’automatisation des tâches d’exploitation. Pour automatiser plus largement les tâches d’exploitation, il est, certes, nécessaire de posséder un niveau d’expertise supérieur à celui qui rédige une simple procédure d’exploitation et celle-ci est, elle-même, supérieur à celle des exploitants qui utilisent les procédures décrites précédemment.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Le principe de base de l’informatique est d’automatiser pour gagner du temps. Il arrive qu’à un certain degré d’automatisation, le coût de l’automatisation soit plus élevé que celui d’opérations manuelles. Néanmoins, comme l’indiquait l’étude citée par Bernard OURGHANLIAN, le niveau actuel des la plupart des organisations est très faible. Il conduit à un niveau d’indisponibilité élevé car il est impossible de garantir que les actions décrites dans des procédures sont appliquées à la lettre. L’utilisation de script permet d’augmenter la disponibilité car il est facile de vérifier leur bon fonctionnement dans un environnement de test avant de l’exécuter en production.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;L’outillage livré par Microsoft dans ses logiciels permet un très haut niveau d’automatisation. Ce que Justin INCARNATO n’a pas montré dans l’utilisation de Virtual Machine Manager, c’est, par exemple, que la console ne fait que faciliter la tâche de création de scripts. Derrière chaque action, du script PowerShell est généré qui peut être récupérer pour une utilisation en dehors de la console.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Certes, PowerShell représente un nouveau langage à apprendre, mais il s’applique désormais dans un nombre de plus en plus grand d’applications et reprends des principes génériques que l’on trouve dans les langages de programmation de Microsoft, voire, ailleurs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;En matière de progression de carrière et de motivation des collaborateurs, il me semble intéressant d’offrir une perspective autre que celle de répéter des tâches facilement automatisables.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;PS. Je n’ai pas vu Yann Gainche à cette journée, mais il a posté sur son &lt;/FONT&gt;&lt;A href="http://msmvps.com/blogs/opsmgr/"&gt;&lt;FONT face=Verdana&gt;blog&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt; l’information sur la disponibilité de nouveaux packs d’administration, dont celui attendu sur le &lt;/FONT&gt;&lt;A href="http://msmvps.com/blogs/opsmgr/archive/2007/10/03/opsmgr-2007-mise-224-jour-des-packs-d-administration-windows-server-et-dhcp.aspx"&gt;&lt;FONT face=Verdana color=#0000ff&gt;système d’exploitation Windows&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt; compatible avec les paramètres régionaux français, dont la virgule comme séparateur décimal.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5266024" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Operations+Manager/default.aspx">Operations Manager</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Virtual+Machine+Manager/default.aspx">Virtual Machine Manager</category><category domain="http://blogs.msdn.com/spapp/archive/tags/ITIL/default.aspx">ITIL</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Internationalisation/default.aspx">Internationalisation</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/DSI/default.aspx">DSI</category></item><item><title>Quelques outils d’un futur kit de ressources techniques d’Operations Manager 2007</title><link>http://blogs.msdn.com/spapp/archive/2007/09/13/quelques-outils-d-un-futur-kit-de-ressources-techniques-d-operations-manager-2007.aspx</link><pubDate>Thu, 13 Sep 2007 10:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4889882</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/4889882.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=4889882</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=4889882</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – Sample Vista Gadget&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0f5a060b-635d-4355-b0ac-32ee2943bfd9&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0f5a060b-635d-4355-b0ac-32ee2943bfd9&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un gadget pour Windows Vista qui permet de voir les alertes actives et état de santé d’un ensemble d’ordinateurs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – Operations Manager Inventory&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=10e79763-6906-4f44-86c6-fbabb0bf1b9f&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=10e79763-6906-4f44-86c6-fbabb0bf1b9f&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un outil en ligne de commande qui permet de capturer les réglages de votre infrastructure Operations Manager 2007 afin de l’envoyer au support en cas de problème.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – Operations Manager Cleanup Tool&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=14ff7073-c71b-4ad0-805a-a8e458d2c9e0&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=14ff7073-c71b-4ad0-805a-a8e458d2c9e0&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un outil en ligne de commande qui permet de nettoyer un ordinateur de toutes les traces d’Operations Manager dans le cas où le processus de désinstallation standard n’a pas fonctionné.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – AEM Validation&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=db979eb5-b423-4b14-8664-b16dc8157e8d&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=db979eb5-b423-4b14-8664-b16dc8157e8d&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un outil en ligne de commande qui permet de valider de bout en bout que la collecte des rapports d’erreur (AEM pour Agent-less Exception Monitoring) fonctionne correctement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – Active Directory Integration Sample Script&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b3aa2d5a-b56c-40e8-8b63-139865a1749b&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=b3aa2d5a-b56c-40e8-8b63-139865a1749b&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un exemple de script qui permet d’extraire une liste d’ordinateurs d’une base de données pour l’ajouter dans un groupe de sécurité d’un annuaire Active Directory. Ce groupe peut être utilisé pour régler l’assignation de ses membres à un serveur d’administration régulier et alternatif.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – AEM Management Pack&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6f0ba772-8521-4717-ab54-80ecd1f75aec&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=6f0ba772-8521-4717-ab54-80ecd1f75aec&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un pack d’administration qui permet d’identifier les erreurs génériques envoyées par le rapport d’erreur de Windows. Sans ce pack, ces erreurs apparaissent comme provenant d’applications inconnues lors de l’utilisation de l’AES (Agent-less Exception Monitoring) dans Operations Manager.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – Effective Configuration Viewer&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a9db4dca-6716-478d-89b9-42f27ebc76a8&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=a9db4dca-6716-478d-89b9-42f27ebc76a8&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un outil qui affiche une liste des règles et moniteurs qui fonctionnent effectivement sur un ordinateur ou application distribuée où des critères de remplacement sont appliqués.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;SC Ops Mgr 2007 Resource Kit – Action Account Tool&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1d9a8d81-0e42-4076-88a9-8e6c08993054&amp;amp;DisplayLang=en"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=1d9a8d81-0e42-4076-88a9-8e6c08993054&amp;amp;DisplayLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Un script PowerShell qui permet de régler le compte d’action d’un groupe d’ordinateurs.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4889882" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Operations+Manager/default.aspx">Operations Manager</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Kit+de+ressources+techniques/default.aspx">Kit de ressources techniques</category></item><item><title>Lignes de commande pour installer Operations Manager 2007</title><link>http://blogs.msdn.com/spapp/archive/2007/07/04/lignes-de-commande-pour-installer-operations-manager-2007.aspx</link><pubDate>Wed, 04 Jul 2007 09:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3681727</guid><dc:creator>spapp</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/spapp/comments/3681727.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=3681727</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=3681727</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Il existe un article de TechNet qui décrit des situations assez communes, mais pas de liste exhaustive des paramètres.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;A href="http://technet.microsoft.com/en-us/library/bb381232.aspx" mce_href="http://technet.microsoft.com/en-us/library/bb381232.aspx"&gt;&lt;FONT face=Verdana&gt;http://technet.microsoft.com/en-us/library/bb381232.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT face=Verdana&gt;Pour le serveur (MOM.MSI)&amp;nbsp;:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;msiexec.exe /i \\chemin\repertoire\MOM.msi /qn /l*v \chemin\Install.log&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;ADDLOCAL=MOMServer USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=&amp;lt;MG_Name&amp;gt; MOM_DB_SERVER=serveur\Instance ACTIONS_USE_COMPUTER_ACCOUNT=0 ACTIONSUSER=&amp;lt;AccountName&amp;gt; ACTIONSDOMAIN=&amp;lt;AccountDomain&amp;gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;ACTIONSPASSWORD=&amp;lt;AccountPassword&amp;gt; SDK_USE_COMPUTER_ACCOUNT=0 SDK_ACCOUNT=&amp;lt;AccountName&amp;gt; SDK_DOMAIN=&amp;lt;AccountDomain&amp;gt; SDK_PASSWORD=&amp;lt;AccountPassword&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT face=Verdana&gt;Pour installer uniquement la console d’administration (MOM.MSI) :&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;msiexec.exe /i \\chemin\repertoire\MOM.msi /qn /l*v \chemin\Install.log&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;ADDLOCAL=MOMUI USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=&amp;lt;MG_Name&amp;gt; ROOT_MANAGEMENT_SERVER_DNS=&amp;lt;RMSDNSName&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;&lt;EM&gt;&amp;lt;Ajout du 22 août 2007&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;FONT face=Verdana&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;&lt;STRONG&gt;Pour installer la console d’administration avec support de PowerShell&amp;nbsp;(MOM.MSI) :&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;msiexec.exe /i \\chemin\repertoire\MOM.msi /qn /l*v \chemin\Install.log&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;ADDLOCAL=MOMUI &lt;SPAN lang=EN-US style="FONT-SIZE: 11pt; COLOR: #0070c0; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN-US; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: Calibri; mso-fareast-language: FR; mso-fareast-theme-font: minor-latin; mso-bidi-language: AR-SA"&gt;ADDLOCAL=MOMMonadShell &lt;/SPAN&gt;USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=&amp;lt;MG_Name&amp;gt; ROOT_MANAGEMENT_SERVER_DNS=&amp;lt;RMSDNSName&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;&lt;EM&gt;&amp;lt;Fin de l'ajout du 22 août 2007&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;STRONG&gt;Pour la console Web (MOM.MSI)&amp;nbsp;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;msiexec.exe /i \\chemin\repertoire\MOM.msi /qn /l*v \chemin\Install.log&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;ADDLOCAL=MOMWebConsole WEB_CONSOLE_AUTH_TYPE=0 ROOT_MANAGEMENT_SERVER_DNS=&amp;lt;RMSNetbiosName&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Le paramètre WEB_CONSOLE_AUTH_TYPE à 0 signifie que l’on utilise l’authentification intégrée à Windows. 1 utiliserait une authentification par formulaire.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT face=Verdana&gt;Pour les agents (MOMAgent.msi)&amp;nbsp;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;msiexec.exe /i \\chemin\repertoire\MOMAgent.msi /qn /l*v chemin\Install.log&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=&amp;lt;MG_Name&amp;gt; MANAGEMENT_SERVER_DNS=&amp;lt;MSDNSName&amp;gt; ACTIONS_USE_COMPUTER_ACCOUNT=0 ACTIONSUSER=&amp;lt;AccountUser&amp;gt; ACTIONSDOMAIN=&amp;lt;AccountDomain&amp;gt; ACTIONSPASSWORD=&amp;lt;AccountPassword&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;FONT face=Verdana&gt;Pour la base de datawarehouse (Reporting2007.msi) :&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;msiexec.exe /i \\chemin\repertoire\Reporting2007.msi /qn /l*v " \chemin\Install.LOG" ADDLOCAL=”MOMREPORTINGDB” SQLSVR_INSTANCE="serveur\instance" MOMREPORTINGDBNAME=”nom_de_base” DB_SIZE=”1000” PREREQ_COMPLETED="1"&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;Pour le reporting (Reporting2007.msi) :&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;msiexec.exe /i \\chemin\repertoire\Reporting2007.msi /qn /l*v " chemin\Install.log" ADDLOCAL=”MOMREPORTING” SQLSVR_INSTANCE="serveur\Instance" MOMREPORTINGDBNAME=”nom_de_la_base” MGSERVER=serveur PREREQ_COMPLETED="1" REPORT_SERVER_FULL_HTTP_PATH="http://serveur:80/Serveur$Instance" DATAREADER_USER=&amp;lt;AccountUser&amp;gt; DATAREADER_PASSWORD=&amp;lt;AccountPassword&amp;gt; DATAREADER_DOMAIN=&amp;lt;AccountDomain&amp;gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;DBWRITEACTIONSUSER=&amp;lt;AccountUser&amp;gt; DBWRITEACTIONSPASSWORD=&amp;lt;AccountPassword&amp;gt; DBWRITEACTIONSDOMAIN=&amp;lt;AccountDomain&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Pour mémoire, les noms des bases de données ne sont plus imposés. Fini les traces de OnePoint&lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;&amp;nbsp;!&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3681727" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Operations+Manager/default.aspx">Operations Manager</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>Intégrer les pilotes de contrôleur disque dans BDD 2007</title><link>http://blogs.msdn.com/spapp/archive/2007/06/29/int-grer-les-pilotes-de-contr-leur-disque-dans-bdd-2007.aspx</link><pubDate>Fri, 29 Jun 2007 14:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3601910</guid><dc:creator>spapp</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/spapp/comments/3601910.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=3601910</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=3601910</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Mon collègue néo-zélandais Ben HUNTER a publié un &lt;/FONT&gt;&lt;A href="http://blogs.technet.com/benhunter/archive/2007/06/29/bdd-2007-intel-mass-storage-drivers-iastor.aspx"&gt;&lt;FONT face=Verdana&gt;article sur son blog&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt; qui décrit en anglais comment intégrer un nouveau pilote, en prenant l’exemple d’un pilote Intel.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Je ne le traduirais pas en totalité, mais donnerais une petite aide pour passer de l’information que l’on trouve dans le fichier txtsetup.inf livré par le constructeur au fichier txtsetup.sif.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;Par exemple&amp;nbsp;:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;id ="PCI\VEN_8086&amp;amp;DEV_2822&amp;amp;CC_0104","iaStor"&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;doit devenir :&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Verdana&gt;PCI\VEN_8086&amp;amp;DEV_282A&amp;amp;CC_0104="iastor"&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Si vous copies les lignes du fichier txtsetup.oem dans une feuille Excel en collant les identifiants Plug and Play dans la colonne A, pour produire les éléments du fichier txtsetup.sif, vous pouvez utiliser la formule Excel suivante en B1&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;=STXT(A1;TROUVE(CAR(34);A1)+1;TROUVE(CAR(34)&amp;amp;","&amp;amp;CAR(34);A1)-TROUVE(CAR(34);A1)-1)&amp;amp;"="&amp;amp;CAR(34)&amp;amp;STXT(A1;TROUVE(CAR(34)&amp;amp;","&amp;amp;CAR(34);A1)+3;NBCAR(A1)-TROUVE(CAR(34)&amp;amp;","&amp;amp;CAR(34);A1)-3)&amp;amp;CAR(34)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Je suis persuadé que l’un de mes collègues comme &lt;A class="" title="David SEBBAN" href="http://blogs.msdn.com/dsebban/rss.xml" target=_blank mce_href="http://blogs.msdn.com/dsebban/rss.xml"&gt;David SEBBAN&lt;/A&gt; me trouvera bien un script en PowerShell pour faire cette petite manipulation, mais je me sens plus à l’aise en Excel qu’en PowerShell…&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3601910" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/BDD/default.aspx">BDD</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Office/default.aspx">Office</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>System Center Operations Manager 2007 SDK</title><link>http://blogs.msdn.com/spapp/archive/2007/05/04/system-center-operations-manager-2007-sdk.aspx</link><pubDate>Fri, 04 May 2007 07:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2404940</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/2404940.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=2404940</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=2404940</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Le kit de développement de logiciel ou Software Development Kit (SDK) d’Operations Manager 2007 est disponible en anglais sur&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/bb437575.aspx"&gt;&lt;FONT face=Verdana&gt;http://msdn2.microsoft.com/en-us/library/bb437575.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Il confirme la dépréciation des éléments suivants&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Le fournisseur WMI de MOM 2005&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;L’assembly Microsoft.Mom.Sdk de MOM 2005&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;La librairie de code managé Microsoft.EnterpriseManagement.Mom.Runtime namespace de MOM 2005&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Les vues SQL du SDK de MOM 2005&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Les librairies de script de MOM 2005&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;La Management Information Base (MIB) MicrosoftOperationsManager.mib de MOM&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Ces disparitions renforcent l’intérêt de se pencher sur PowerShell pour interagir avec Operations Manager 2007. Quelques exemples sont disponibles sur&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'MS Mincho'; mso-bidi-font-family: Verdana; mso-ansi-language: FR; mso-fareast-language: JA; mso-bidi-language: AR-SA"&gt;&lt;A href="http://blogs.msdn.com/scshell/"&gt;http://blogs.msdn.com/scshell/&lt;/A&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2404940" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Operations+Manager/default.aspx">Operations Manager</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/SDK/default.aspx">SDK</category></item><item><title>Windows Longhorn Server</title><link>http://blogs.msdn.com/spapp/archive/2007/05/02/windows-longhorn-server.aspx</link><pubDate>Wed, 02 May 2007 21:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2378123</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/2378123.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=2378123</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=2378123</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;La beta 3 de Windows Server «&amp;nbsp;Longhorn&amp;nbsp;» vient d’être disponible depuis quelques jours. Toutes les fonctions ne sont pas encore disponibles, mais la photo commence à apparaître de moins en moins floue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Pour mémoire, Microsoft communique une disponibilité de cette version pour le dernier trimestre de cette année 2007. Le nom commercial devrait être connu très prochainement (peut-être lors du WinHEC 2007, du 15 au 17 mai). Le vocabulaire français n’est pas arrêté, je me risquerais, donc, à quelques traductions dans les lignes suivantes…&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Les trois piliers sur lesquels repose Longhorn sont&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Plus de contrôle&amp;nbsp;; dépensez moins sur les tâches de tous les jours&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Plus de protections&amp;nbsp;; utilisez un système protégé et défendez mieux l’environnement qu’il gère&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Plus de flexibilité&amp;nbsp;; répondez rapidement aux demandes changeantes de vos clients&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Pour cela, Longhorn propose d’apporter des nouveautés dans les domaines suivants&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l1 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Virtualisation&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l1 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Gestion centralisée des accès aux applications&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l1 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Infrastructure d’agence&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l1 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Plate-forme Web&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l1 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Sécurité et application des politiques de sécurité&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l1 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Administration des serveurs&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l1 level1 lfo2"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Haute disponibilité&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Dans le domaine de la virtualisation, Longhorn apporte Windows Server Virtualisation (actuellement connu sous le nom de l’hyperviseur ou de Viridian). Le fait que la virtualisation ne sera pas disponible immédiatement lors de la sortie, ne doit pas faire oublier l’importance de celle-ci.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Dans le domaine de la gestion centralisée des accès aux applications, Longhorn apporte la passerelle d’accès aux services de terminaux et le lancement d’application en mode de terminal. Je reste persuadé que notre partenaire Citrix continuera à proposer d’autres fonctions comme il l’a toujours fait à chaque avancée de la part de Microsoft dans la gestion des terminaux.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Dans le domaine des infrastructures d’agence, Longhorn apporte le contrôleur de domaine en lecture seule, le support du cryptage de disque de BitLocker et des améliorations sur le partage de fichier. Un serveur isolé dans la nature pose moins de problèmes tant au niveau du volume de données répliquées et de la complexité des schémas de réplication que pour défendre son contenu en cas de vol ou d’actions malveillantes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Dans le domaine de la plate-forme Web, Longhorn apporte Internet Information Server (IIS) dans sa version 7, le framework .NET 3.0 et le gestionnaire des ressources de Windows.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Dans le domaine de la sécurité et de l’application des politiques de sécurité, Longhorn apporte Network Access Protection (NAP) ou la quarantaine sur le LAN, le Wireless sécurisé et la gestion des identités et des accès.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Dans le domaine de l’administration des serveurs, Longhorn apporte le support natif de PowerShell, le gestionnaire de serveurs, l’installation «&amp;nbsp;core&amp;nbsp;» et les services de déploiement. L’installation «&amp;nbsp;core&amp;nbsp;» permet de réduire (encore) la surface d’attaque pour des rôles de serveurs bien précis.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Dans le domaine de la haute disponibilité, Longhorn apporte le cluster à tolérance de panne et une meilleure gestion des unités de stockage.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2378123" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Securite/default.aspx">Securite</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Virtualisation/default.aspx">Virtualisation</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Server/default.aspx">Windows Server</category></item><item><title>Longhorn Beta 3</title><link>http://blogs.msdn.com/spapp/archive/2007/04/26/longhorn-beta-3.aspx</link><pubDate>Thu, 26 Apr 2007 07:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2280953</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/2280953.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=2280953</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=2280953</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;La beta 3 du successeur de Windows Server 2003 est disponible depuis la page suivante :&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/beta/lhs/default.mspx"&gt;&lt;FONT face=Verdana&gt;http://www.microsoft.com/technet/prodtechnol/beta/lhs/default.mspx&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;De manière non exhaustive, mais dans mes principales attentes, les nouveautés portent sur&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Support de Bitlocker&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Contrôleurs de domaine en mode de lecture seule&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Services de terminaux (passerelle et serveur d’application)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Support de mise en quarantaine des postes non conformes&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Console d’administration&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Service de virtualisation (hyperviseur)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Mode d’installation «&amp;nbsp;core&amp;nbsp;»&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;PowerShell&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Cluster et équilibrage de charge&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Internet Information Server 7.0&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2280953" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Virtualisation/default.aspx">Virtualisation</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Server/default.aspx">Windows Server</category></item><item><title>System Center Virtual Machine Manager Beta 2</title><link>http://blogs.msdn.com/spapp/archive/2007/04/25/system-center-virtual-machine-manager-beta-2.aspx</link><pubDate>Wed, 25 Apr 2007 07:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2268019</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/2268019.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=2268019</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=2268019</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;La beta 2 de System Center Virtual Machine Manager (SCVMM) est disponible sur &lt;/FONT&gt;&lt;A href="http://connect.microsoft.com/vmm"&gt;&lt;FONT face=Verdana color=#0000ff&gt;http://connect.microsoft.com/vmm&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Cette beta 2 comporte les nouveautés suivantes&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Des améliorations de la console d’administration&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Le support de PowerShell&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Le support de modèles de machines virtuelles&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Des améliorations sur la migration de machines virtuelles&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;La conversion de Physique à Virtuel (P2V) et de Virtuel à Virtuel (V2V)&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Des améliorations sur le portail de self-service&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt 36pt; TEXT-INDENT: -18pt; mso-outline-level: 1; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Verdana&gt;Une meilleure flexibilité de l’installation de SCVMM&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2268019" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Virtualisation/default.aspx">Virtualisation</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Virtual+Machine+Manager/default.aspx">Virtual Machine Manager</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>Blog de Yann Gainche</title><link>http://blogs.msdn.com/spapp/archive/2007/03/21/blog-de-yann-gainche.aspx</link><pubDate>Wed, 21 Mar 2007 08:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1923326</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/1923326.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=1923326</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=1923326</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Yann Gainche est MVP&amp;nbsp;; c'est-à-dire Most Valuable Professionals. Il est reconnu comme un professionnel de l’administration système et d’Operations Manager, en particulier. Son blog est à l’adresse suivante&amp;nbsp;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;A href="http://msmvps.com/blogs/opsmgr/"&gt;&lt;FONT face=Verdana color=#0000ff&gt;http://msmvps.com/blogs/opsmgr/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Les catégories actuelles évoquent Operations Manager et System Center Essential, mais également PowerShell.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Longue vie à cette nouvelle source d'information !&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1923326" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Operations+Manager/default.aspx">Operations Manager</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>Les outils de planification de tâches sous Windows</title><link>http://blogs.msdn.com/spapp/archive/2007/02/26/les-outils-de-planification-de-t-ches-sous-windows.aspx</link><pubDate>Mon, 26 Feb 2007 08:34:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1760798</guid><dc:creator>spapp</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/spapp/comments/1760798.aspx</comments><wfw:commentRss>http://blogs.msdn.com/spapp/commentrss.aspx?PostID=1760798</wfw:commentRss><wfw:comment>http://blogs.msdn.com/spapp/rsscomments.aspx?PostID=1760798</wfw:comment><description>&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Une étude de marché anglaise disponible sur le site de Microsoft recense différents outils disponibles sous Windows pour exécuter des travaux.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;A href="http://download.microsoft.com/download/2/7/2/272DB1B6-209A-4AEC-A231-105B35DC0271/Job_Sch_Final.doc"&gt;&lt;FONT face=Verdana&gt;http://download.microsoft.com/download/2/7/2/272DB1B6-209A-4AEC-A231-105B35DC0271/Job_Sch_Final.doc&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;Cette étude réalisée par cabinet Legacy Directions classe les outils disponibles en 2 catégories&amp;nbsp;: les outils fondés sur des grands systèmes (mainframes) et ceux de systèmes distribués.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoBodyText style="MARGIN: 0cm 0cm 6pt; mso-outline-level: 1"&gt;&lt;FONT face=Verdana&gt;En marge de l’étude, l’auteur aborde le positionnement de PowerShell et analyse rapidement les possibilités du nouveau planificateur de Windows Vista.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1760798" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/spapp/archive/tags/Information/default.aspx">Information</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Scripting/default.aspx">Scripting</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.msdn.com/spapp/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://blogs.msdn.com/spapp/archive/tags/PowerShell/default.aspx">PowerShell</category></item></channel></rss>