<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>AideXchange</title>
	
	<link>http://aidexchange.fr</link>
	<description>L'administration avec PowerShell.</description>
	<lastBuildDate>Mon, 21 May 2012 20:19:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/aidexchange" /><feedburner:info uri="aidexchange" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Ajouter une adresse SMTP secondaire</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/fV9BT8KFzjI/ajouter-une-adresse-smtp-secondaire.html</link>
		<comments>http://aidexchange.fr/exchange-2007/ajouter-une-adresse-smtp-secondaire.html#comments</comments>
		<pubDate>Mon, 21 May 2012 20:19:36 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Adresse]]></category>
		<category><![CDATA[Ajout]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2952</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Exchange_2007.png" width="70" height="70" alt="" title="Exchange 2007" /><br/>Un script Powershell pour ajouter une adresse SMTP secondaire sur un boite aux lettre. $mailbox = Read-Host &#34;Please enter the alias&#34; $smtp = Read-Host &#34;Please enter the secondary SMTP address&#34; $asmtp = &#34;SMTP:&#34; + $smtp $asmtp &#160; $user = get-mailbox -Identity $mailbox $a = $user.emailaddresses $b += $asmtp $b Related posts: Retrouver une boite par [...]
Related posts:<ol>
<li><a href='http://aidexchange.fr/exchange-2007/retrouver-une-boite-par-son-adresse-smtp.html' rel='bookmark' title='Retrouver une boite par son adresse SMTP.'>Retrouver une boite par son adresse SMTP.</a></li>
<li><a href='http://aidexchange.fr/exchange-2007/ajouter-fullaccess-sendas-sur-une-boite.html' rel='bookmark' title='Ajouter FullAccess et SendAs sur une boite.'>Ajouter FullAccess et SendAs sur une boite.</a></li>
<li><a href='http://aidexchange.fr/exchange-2007/importer-adresses-secondaire-boites.html' rel='bookmark' title='Importer une adresses secondaire sur des boites.'>Importer une adresses secondaire sur des boites.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Exchange_2007.png" width="70" height="70" alt="" title="Exchange 2007" /><br/><p>Un script Powershell pour ajouter une adresse SMTP secondaire sur un boite aux lettre.</p>

<div class="wp_codebox"><table><tr id="p29522"><td class="code" id="p2952code2"><pre class="powershell" style="font-family:monospace;"><span style="color: #800080;">$mailbox</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">Read-Host</span> <span style="color: #800000;">&quot;Please enter the alias&quot;</span>
<span style="color: #800080;">$smtp</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">Read-Host</span> <span style="color: #800000;">&quot;Please enter the secondary SMTP address&quot;</span>
<span style="color: #800080;">$asmtp</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;SMTP:&quot;</span> <span style="color: pink;">+</span> <span style="color: #800080;">$smtp</span>
<span style="color: #800080;">$asmtp</span>
&nbsp;
<span style="color: #800080;">$user</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">get-mailbox</span> <span style="color: #008080; font-style: italic;">-Identity</span> <span style="color: #800080;">$mailbox</span>
<span style="color: #800080;">$a</span> <span style="color: pink;">=</span> <span style="color: #800080;">$user</span>.emailaddresses
<span style="color: #800080;">$b</span> <span style="color: pink;">+=</span> <span style="color: #800080;">$asmtp</span>
$b</pre></td></tr></table></div>

<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/exchange-2007/retrouver-une-boite-par-son-adresse-smtp.html' rel='bookmark' title='Retrouver une boite par son adresse SMTP.'>Retrouver une boite par son adresse SMTP.</a></li>
<li><a href='http://aidexchange.fr/exchange-2007/ajouter-fullaccess-sendas-sur-une-boite.html' rel='bookmark' title='Ajouter FullAccess et SendAs sur une boite.'>Ajouter FullAccess et SendAs sur une boite.</a></li>
<li><a href='http://aidexchange.fr/exchange-2007/importer-adresses-secondaire-boites.html' rel='bookmark' title='Importer une adresses secondaire sur des boites.'>Importer une adresses secondaire sur des boites.</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/fV9BT8KFzjI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/ajouter-une-adresse-smtp-secondaire.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/exchange-2007/ajouter-une-adresse-smtp-secondaire.html</feedburner:origLink></item>
		<item>
		<title>Big Brother</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/PxIs1LV-IO0/big-brother.html</link>
		<comments>http://aidexchange.fr/google-2/big-brother.html#comments</comments>
		<pubDate>Fri, 18 May 2012 10:07:24 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2946</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Google-Plus.png" width="70" height="70" alt="" title="Google" /><br/>&#60;thithi&#62; Et vous, c'est qui la persone qui vous connait le + ? &#60;fred&#62; ma mère &#60;bgdu60&#62; ma copine :) &#60;isis&#62; euh... ma soeur je pense &#60;tercalen&#62; google... http://danstonchat.com/13388.html Related posts: Invitation Google Plus Google Analytics en temps réel Aidexchange passe le niveau de 2 de PageRank.
Related posts:<ol>
<li><a href='http://aidexchange.fr/googleplus/invitation-google-plus.html' rel='bookmark' title='Invitation Google Plus'>Invitation Google Plus</a></li>
<li><a href='http://aidexchange.fr/google-2/google-analytics-en-temps-reel.html' rel='bookmark' title='Google Analytics en temps réel'>Google Analytics en temps réel</a></li>
<li><a href='http://aidexchange.fr/le-blog/aidexchange-passe-le-niveau-de-2-de-pagerank.html' rel='bookmark' title='Aidexchange passe le niveau de 2 de PageRank.'>Aidexchange passe le niveau de 2 de PageRank.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Google-Plus.png" width="70" height="70" alt="" title="Google" /><br/>
<div class="wp_codebox"><table><tr id="p29464"><td class="code" id="p2946code4"><pre class="chat" style="font-family:monospace;">&lt;thithi&gt; Et vous, c'est qui la persone qui vous connait le + ?
&lt;fred&gt; ma mère
&lt;bgdu60&gt; ma copine :)
&lt;isis&gt; euh... ma soeur je pense
&lt;tercalen&gt; google...</pre></td></tr></table></div>

<p><a href="http://danstonchat.com/13388.html">http://danstonchat.com/13388.html</a></p>
<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/googleplus/invitation-google-plus.html' rel='bookmark' title='Invitation Google Plus'>Invitation Google Plus</a></li>
<li><a href='http://aidexchange.fr/google-2/google-analytics-en-temps-reel.html' rel='bookmark' title='Google Analytics en temps réel'>Google Analytics en temps réel</a></li>
<li><a href='http://aidexchange.fr/le-blog/aidexchange-passe-le-niveau-de-2-de-pagerank.html' rel='bookmark' title='Aidexchange passe le niveau de 2 de PageRank.'>Aidexchange passe le niveau de 2 de PageRank.</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/PxIs1LV-IO0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/google-2/big-brother.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/google-2/big-brother.html</feedburner:origLink></item>
		<item>
		<title>Vieilles Charrues 2012</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/Na9bf6tI3s8/vieilles-charrues-2012.html</link>
		<comments>http://aidexchange.fr/divers/vieilles-charrues-2012.html#comments</comments>
		<pubDate>Fri, 11 May 2012 10:04:03 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Divers]]></category>
		<category><![CDATA[Vieilles Charrues]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2936</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/aidexchange.png" width="70" height="70" alt="" title="Divers" /><br/>Ayé, la programmation des Vielles Charrues 2012 et presque terminée. Il y en a comme toujours, pour tous les goûts. &#160; Rendez-vous à Carhaix. Related posts: Supprimer des rêgles endommagées dans Outlook. Activer l’éditeur PowerShell sur Windows 2008 R2 Raccourcir le prompt de Powershell.
Related posts:<ol>
<li><a href='http://aidexchange.fr/exchange-2007/supprimer-des-rgles-endommages-ou-caches-dans-outlook.html' rel='bookmark' title='Supprimer des rêgles endommagées dans Outlook.'>Supprimer des rêgles endommagées dans Outlook.</a></li>
<li><a href='http://aidexchange.fr/powershell/activer-editeur-powershell-sur-windows-2008-r2.html' rel='bookmark' title='Activer l’éditeur PowerShell sur Windows 2008 R2'>Activer l’éditeur PowerShell sur Windows 2008 R2</a></li>
<li><a href='http://aidexchange.fr/powershell/raccourcir-prompt-powershell.html' rel='bookmark' title='Raccourcir le prompt de Powershell.'>Raccourcir le prompt de Powershell.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/aidexchange.png" width="70" height="70" alt="" title="Divers" /><br/><p>Ayé, la programmation des Vielles Charrues 2012 et presque terminée.</p>
<p>Il y en a comme toujours, pour tous les goûts.</p>
<p><a href="http://www.vieillescharrues.asso.fr/2012/#!/prog"><img class="aligncenter size-full wp-image-2937" title="Vieilles_Charrues_2012" src="http://img2.aidexchange.fr/wp-content/uploads/2012/05/Vieilles_Charrues_2012.png" alt="" width="310" height="439" /></a></p>
<p>&nbsp;</p>
<p><center><iframe width="560" height="315" src="http://www.youtube.com/embed/jXBjQadcIgA" frameborder="0" allowfullscreen></iframe></center></p>
<p>Rendez-vous à Carhaix.</p>
<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/exchange-2007/supprimer-des-rgles-endommages-ou-caches-dans-outlook.html' rel='bookmark' title='Supprimer des rêgles endommagées dans Outlook.'>Supprimer des rêgles endommagées dans Outlook.</a></li>
<li><a href='http://aidexchange.fr/powershell/activer-editeur-powershell-sur-windows-2008-r2.html' rel='bookmark' title='Activer l’éditeur PowerShell sur Windows 2008 R2'>Activer l’éditeur PowerShell sur Windows 2008 R2</a></li>
<li><a href='http://aidexchange.fr/powershell/raccourcir-prompt-powershell.html' rel='bookmark' title='Raccourcir le prompt de Powershell.'>Raccourcir le prompt de Powershell.</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/Na9bf6tI3s8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/divers/vieilles-charrues-2012.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/divers/vieilles-charrues-2012.html</feedburner:origLink></item>
		<item>
		<title>Changement de thème WordPress</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/xeYU1q90W5Y/changement-de-theme-wordpress.html</link>
		<comments>http://aidexchange.fr/le-blog/changement-de-theme-wordpress.html#comments</comments>
		<pubDate>Fri, 11 May 2012 09:56:41 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Le blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2933</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/aidexchange.png" width="70" height="70" alt="" title="Le blog" /><br/>Afin de voir ce que ça donne en terme de temps d&#8217;accès au site et l&#8217;influence sur le référencement, j&#8217;ai changé le thème de AideXchange pour un thème moins lourd. Related posts: Nouvelle version de PowerShell V2. Mise à jour WordPress 3.1. Client OCS pour iPhone, iPod et Ipad.
Related posts:<ol>
<li><a href='http://aidexchange.fr/powershell/nouvelle-version-de-powershell-v2.html' rel='bookmark' title='Nouvelle version de PowerShell V2.'>Nouvelle version de PowerShell V2.</a></li>
<li><a href='http://aidexchange.fr/le-blog/mise-jour-wordpress-3-1.html' rel='bookmark' title='Mise à jour WordPress 3.1.'>Mise à jour WordPress 3.1.</a></li>
<li><a href='http://aidexchange.fr/ocs-2007/client-ocs-pour-iphone-ipod-ipad.html' rel='bookmark' title='Client OCS pour iPhone, iPod et Ipad.'>Client OCS pour iPhone, iPod et Ipad.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/aidexchange.png" width="70" height="70" alt="" title="Le blog" /><br/><p>Afin de voir ce que ça donne en terme de temps d&#8217;accès au site et l&#8217;influence sur le référencement, j&#8217;ai changé le thème de AideXchange pour un thème moins lourd.</p>
<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/powershell/nouvelle-version-de-powershell-v2.html' rel='bookmark' title='Nouvelle version de PowerShell V2.'>Nouvelle version de PowerShell V2.</a></li>
<li><a href='http://aidexchange.fr/le-blog/mise-jour-wordpress-3-1.html' rel='bookmark' title='Mise à jour WordPress 3.1.'>Mise à jour WordPress 3.1.</a></li>
<li><a href='http://aidexchange.fr/ocs-2007/client-ocs-pour-iphone-ipod-ipad.html' rel='bookmark' title='Client OCS pour iPhone, iPod et Ipad.'>Client OCS pour iPhone, iPod et Ipad.</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/xeYU1q90W5Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/le-blog/changement-de-theme-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/le-blog/changement-de-theme-wordpress.html</feedburner:origLink></item>
		<item>
		<title>Module PowerShell pour gérer le DHCP</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/TGIc7Wi2krk/module-powershell-pour-grer-le-dhcp.html</link>
		<comments>http://aidexchange.fr/powershell/module-powershell-pour-grer-le-dhcp.html#comments</comments>
		<pubDate>Thu, 10 May 2012 12:41:12 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[CmdLets]]></category>
		<category><![CDATA[Commandes]]></category>
		<category><![CDATA[DHCP]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2923</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/>Voici un module PowerShell a ajouter pour obtenir les commandes supplémentaires pour gérer vos serveurs DHCP. PowerShell Module for DHCP Vous aurez alors accès à 24 cmdlets supplémentaires. Add-DHCPExclusionRange Add-DHCPIPRange Disable-DHCPScope Enable-DHCPScope Get-DHCPOption Get-DHCPOptionDefinitions Get-DHCPReservation Get-DHCPScope Get-DHCPServer Get-DHCPStatistics New-DHCPOptionDefinition New-DHCPReservation New-DHCPScope Remove-DHCPExclusionRange Remove-DHCPIPRange Remove-DHCPOption Remove-DHCPOptionDefinition Remove-DHCPReservation Remove-DHCPScope Set-DHCPConflictDetectionAttempts Set-DHCPOption Set-DHCPScopeDescription Set-DHCPScopeLease Set-DHCPScopeName Ces commandes utilisent [...]
Related posts:<ol>
<li><a href='http://aidexchange.fr/powershell/lister-les-tendues-dhcp-dun-serveur.html' rel='bookmark' title='Lister les étendues DHCP d&#8217;un serveur'>Lister les étendues DHCP d&#8217;un serveur</a></li>
<li><a href='http://aidexchange.fr/active-directory/poster-des-commandes-powershell-pour-active-directory.html' rel='bookmark' title='CmdLets PowerShell pour Active Directory'>CmdLets PowerShell pour Active Directory</a></li>
<li><a href='http://aidexchange.fr/powershell/utiliser-internet-explorer-avec-powershell.html' rel='bookmark' title='Utiliser Internet Explorer avec Powershell'>Utiliser Internet Explorer avec Powershell</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/><p>Voici un module PowerShell a ajouter pour obtenir les commandes supplémentaires pour gérer vos serveurs DHCP.</p>
<p style="padding-left: 30px;"><a title="Module PowerShell pour DHCP" href="http://gallery.technet.microsoft.com/scriptcenter/05b1d766-25a6-45cd-a0f1-8741ff6c04ec">PowerShell Module for DHCP</a></p>
<p>Vous aurez alors accès à 24 cmdlets supplémentaires.</p>
<p style="padding-left: 30px;">Add-DHCPExclusionRange<br />
Add-DHCPIPRange<br />
Disable-DHCPScope<br />
Enable-DHCPScope<br />
Get-DHCPOption<br />
Get-DHCPOptionDefinitions<br />
Get-DHCPReservation<br />
Get-DHCPScope<br />
Get-DHCPServer<br />
Get-DHCPStatistics<br />
New-DHCPOptionDefinition<br />
New-DHCPReservation<br />
New-DHCPScope<br />
Remove-DHCPExclusionRange<br />
Remove-DHCPIPRange<br />
Remove-DHCPOption<br />
Remove-DHCPOptionDefinition<br />
Remove-DHCPReservation<br />
Remove-DHCPScope<br />
Set-DHCPConflictDetectionAttempts<br />
Set-DHCPOption<br />
Set-DHCPScopeDescription<br />
Set-DHCPScopeLease<br />
Set-DHCPScopeName</p>
<p>Ces commandes utilisent netsh, pour simplifier les taches d&#8217;administration sur les serveur DCHP.</p>
<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/powershell/lister-les-tendues-dhcp-dun-serveur.html' rel='bookmark' title='Lister les étendues DHCP d&#8217;un serveur'>Lister les étendues DHCP d&#8217;un serveur</a></li>
<li><a href='http://aidexchange.fr/active-directory/poster-des-commandes-powershell-pour-active-directory.html' rel='bookmark' title='CmdLets PowerShell pour Active Directory'>CmdLets PowerShell pour Active Directory</a></li>
<li><a href='http://aidexchange.fr/powershell/utiliser-internet-explorer-avec-powershell.html' rel='bookmark' title='Utiliser Internet Explorer avec Powershell'>Utiliser Internet Explorer avec Powershell</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/TGIc7Wi2krk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/powershell/module-powershell-pour-grer-le-dhcp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/powershell/module-powershell-pour-grer-le-dhcp.html</feedburner:origLink></item>
		<item>
		<title>Lister les étendues DHCP d’un serveur</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/N1NVqEQKZZQ/lister-les-tendues-dhcp-dun-serveur.html</link>
		<comments>http://aidexchange.fr/powershell/lister-les-tendues-dhcp-dun-serveur.html#comments</comments>
		<pubDate>Thu, 10 May 2012 12:14:36 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Outils]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2920</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/>Netsh est un utilitaire en ligne de comande qui va vous permettre de gérer le DHCP Client et Serveur. Par exemple sur un serveur, la commande suivant permet d&#8217;afficher toutes les étendues. netsh dhcp server \\SERVERNAME show scope Ces commandes s&#8217;intègre très bien dans vos scripts PowerShell. Vue d&#8217;ensemble des commandes Netsh No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/><p>Netsh est un utilitaire en ligne de comande qui va vous permettre de gérer le DHCP Client et Serveur.<br />
Par exemple sur un serveur, la commande suivant permet d&#8217;afficher toutes les étendues.</p>

<div class="wp_codebox"><table><tr id="p29206"><td class="code" id="p2920code6"><pre class="cmd" style="font-family:monospace;">netsh dhcp server \\SERVERNAME show scope</pre></td></tr></table></div>

<p>Ces commandes s&#8217;intègre très bien dans vos scripts PowerShell.<br />
<a href="http://technet.microsoft.com/fr-fr/library/cc778925(v=ws.10).aspx" title="Gérer DHCP avec Netsh">Vue d&#8217;ensemble des commandes Netsh</a></p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/N1NVqEQKZZQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/powershell/lister-les-tendues-dhcp-dun-serveur.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/powershell/lister-les-tendues-dhcp-dun-serveur.html</feedburner:origLink></item>
		<item>
		<title>Faire un ping avec PowerShell</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/8MK4YyoHRMU/faire-ping-avec-powershell.html</link>
		<comments>http://aidexchange.fr/powershell/faire-ping-avec-powershell.html#comments</comments>
		<pubDate>Thu, 10 May 2012 12:01:04 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Ping]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2917</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/>Faire un ping avec PowerShell. $ping = new-object System.Net.Networkinformation.Ping $ping.send&#40;&#34;servername&#34;&#41; Utile pour vérifier que la machine est en ligne avant de lancer un tache distante. Related posts: Pinger un ordinateur avec un script Powershell. Caractères d&#8217;échappement avec Powershell. Transfert vers un serveur FTP avec Powershell
Related posts:<ol>
<li><a href='http://aidexchange.fr/windows/pinger-ordinateur.html' rel='bookmark' title='Pinger un ordinateur avec un script Powershell.'>Pinger un ordinateur avec un script Powershell.</a></li>
<li><a href='http://aidexchange.fr/powershell/caracteres-echappement-powershell.html' rel='bookmark' title='Caractères d&#8217;échappement avec Powershell.'>Caractères d&#8217;échappement avec Powershell.</a></li>
<li><a href='http://aidexchange.fr/powershell/transfert-vers-serveur-ftp-avec-powershell.html' rel='bookmark' title='Transfert vers un serveur FTP avec Powershell'>Transfert vers un serveur FTP avec Powershell</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/><p>Faire un ping avec PowerShell.</p>

<div class="wp_codebox"><table><tr id="p29178"><td class="code" id="p2917code8"><pre class="powershell" style="font-family:monospace;"><span style="color: #800080;">$ping</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">new-object</span> System.Net.Networkinformation.Ping 
<span style="color: #800080;">$ping</span>.send<span style="color: #000000;">&#40;</span><span style="color: #800000;">&quot;servername&quot;</span><span style="color: #000000;">&#41;</span></pre></td></tr></table></div>

<p>Utile pour vérifier que la machine est en ligne avant de lancer un tache distante.</p>
<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/windows/pinger-ordinateur.html' rel='bookmark' title='Pinger un ordinateur avec un script Powershell.'>Pinger un ordinateur avec un script Powershell.</a></li>
<li><a href='http://aidexchange.fr/powershell/caracteres-echappement-powershell.html' rel='bookmark' title='Caractères d&#8217;échappement avec Powershell.'>Caractères d&#8217;échappement avec Powershell.</a></li>
<li><a href='http://aidexchange.fr/powershell/transfert-vers-serveur-ftp-avec-powershell.html' rel='bookmark' title='Transfert vers un serveur FTP avec Powershell'>Transfert vers un serveur FTP avec Powershell</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/8MK4YyoHRMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/powershell/faire-ping-avec-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/powershell/faire-ping-avec-powershell.html</feedburner:origLink></item>
		<item>
		<title>NsLookup avec Powershell</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/EwA37BbEzSs/nslookup-avec-powershell.html</link>
		<comments>http://aidexchange.fr/powershell/nslookup-avec-powershell.html#comments</comments>
		<pubDate>Thu, 10 May 2012 11:56:26 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[NsLookup]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2913</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/>Voici comment faire un NsLookup d&#8217;une plage IP avec PowerShell. 1..255 &#124; % &#123; &#91;System.Net.Dns&#93;::GetHostByAddress&#40;&#34;192.168.1.$_&#34;&#41; &#125; 2&#62; Out-Null &#124; ft Cela vous permet de récupérer le HostName, les Aliases pour chaque IP de la plage d&#8217;adresses. Related posts: Les dimensions d&#8217;une images avec Powershell Récuperer votre login courant avec Powershell. Utiliser Internet Explorer avec Powershell
Related posts:<ol>
<li><a href='http://aidexchange.fr/powershell/les-dimension-d-une-images-avec-powershell.html' rel='bookmark' title='Les dimensions d&#8217;une images avec Powershell'>Les dimensions d&#8217;une images avec Powershell</a></li>
<li><a href='http://aidexchange.fr/powershell/recuperer-votre-login-courant-avec-powershell.html' rel='bookmark' title='Récuperer votre login courant avec Powershell.'>Récuperer votre login courant avec Powershell.</a></li>
<li><a href='http://aidexchange.fr/powershell/utiliser-internet-explorer-avec-powershell.html' rel='bookmark' title='Utiliser Internet Explorer avec Powershell'>Utiliser Internet Explorer avec Powershell</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/><p>Voici comment faire un NsLookup d&#8217;une plage IP avec PowerShell.</p>

<div class="wp_codebox"><table><tr id="p291310"><td class="code" id="p2913code10"><pre class="powershell" style="font-family:monospace;"><span style="color: #804000;">1</span>..255 <span style="color: pink;">|</span> <span style="color: pink;">%</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#91;</span>System.Net.Dns<span style="color: #000000;">&#93;</span>::GetHostByAddress<span style="color: #000000;">&#40;</span><span style="color: #800000;">&quot;192.168.1.$_&quot;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #804000;">2</span><span style="color: pink;">&gt;</span> <span style="color: #008080; font-weight: bold;">Out-Null</span> <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">ft</span></pre></td></tr></table></div>

<p>Cela vous permet de récupérer le HostName, les Aliases pour chaque IP de la plage d&#8217;adresses.</p>
<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/powershell/les-dimension-d-une-images-avec-powershell.html' rel='bookmark' title='Les dimensions d&#8217;une images avec Powershell'>Les dimensions d&#8217;une images avec Powershell</a></li>
<li><a href='http://aidexchange.fr/powershell/recuperer-votre-login-courant-avec-powershell.html' rel='bookmark' title='Récuperer votre login courant avec Powershell.'>Récuperer votre login courant avec Powershell.</a></li>
<li><a href='http://aidexchange.fr/powershell/utiliser-internet-explorer-avec-powershell.html' rel='bookmark' title='Utiliser Internet Explorer avec Powershell'>Utiliser Internet Explorer avec Powershell</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/EwA37BbEzSs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/powershell/nslookup-avec-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/powershell/nslookup-avec-powershell.html</feedburner:origLink></item>
		<item>
		<title>Choisir pour qui voter avec PowerShell</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/5P8Sj4LDKG4/choisir-pour-qui-voter-avec-powershell.html</link>
		<comments>http://aidexchange.fr/powershell/choisir-pour-qui-voter-avec-powershell.html#comments</comments>
		<pubDate>Fri, 27 Apr 2012 09:54:57 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Election Présidentielle]]></category>
		<category><![CDATA[Hollande]]></category>
		<category><![CDATA[Indécis]]></category>
		<category><![CDATA[Sarkozy]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2908</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/>Voici une ligne de commande PowerShell très utile aux indécis pour choisir pour qui voter au second tour de l&#8217;élection présidentielle. Get-Random &#34;François Hollande&#34;,&#34;Nicolas Sarkozy&#34; No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/><p>Voici une ligne de commande PowerShell très utile aux indécis pour choisir pour qui voter au second tour de l&#8217;élection présidentielle.</p>

<div class="wp_codebox"><table><tr id="p290812"><td class="code" id="p2908code12"><pre class="powershell" style="font-family:monospace;"><span style="color: #008080; font-weight: bold;">Get-Random</span> <span style="color: #800000;">&quot;François Hollande&quot;</span><span style="color: pink;">,</span><span style="color: #800000;">&quot;Nicolas Sarkozy&quot;</span></pre></td></tr></table></div>

<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/5P8Sj4LDKG4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/powershell/choisir-pour-qui-voter-avec-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/powershell/choisir-pour-qui-voter-avec-powershell.html</feedburner:origLink></item>
		<item>
		<title>Combien de temps avant les vacances?</title>
		<link>http://feedproxy.google.com/~r/aidexchange/~3/OItgMCQEyqA/combien-de-temps-avant-les-vacances.html</link>
		<comments>http://aidexchange.fr/powershell/combien-de-temps-avant-les-vacances.html#comments</comments>
		<pubDate>Fri, 27 Apr 2012 09:41:20 +0000</pubDate>
		<dc:creator>Christophe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Décompte]]></category>
		<category><![CDATA[Temps]]></category>
		<category><![CDATA[Vacances]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=2905</guid>
		<description><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/>Un petit script qui décompte les temps qui reste avant les vacances en PowerShell. $Timespan = New-TimeSpan -Start &#40;get-date&#41; -End &#40;Get-Date -Day 27 -Month 7 -Year 2012 -Hour 18 -Minute 30&#41; $MsgBox = New-Object -ComObject wscript.shell $MsgBox.Popup&#40;&#34;Il reste $($timespan.days) jours, $($timespan.hours) heures, et $($timespan.minutes) minutes avant les vacances!&#34;&#41; Related posts: Depuis combien de temps est [...]
Related posts:<ol>
<li><a href='http://aidexchange.fr/windows/depuis-combien-de-temps-est-demarre-un-serveur.html' rel='bookmark' title='Depuis combien de temps est démarré un serveur.'>Depuis combien de temps est démarré un serveur.</a></li>
<li><a href='http://aidexchange.fr/powershell/voyager-dans-le-temps.html' rel='bookmark' title='Voyager dans le temps.'>Voyager dans le temps.</a></li>
<li><a href='http://aidexchange.fr/divers/674.html' rel='bookmark' title='Vacances'>Vacances</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://aidexchange.fr/wp-content/plugins/category-icons/icons/Powershell.png" width="70" height="70" alt="" title="Powershell" /><br/><p>Un petit script qui décompte les temps qui reste avant les vacances en PowerShell.</p>

<div class="wp_codebox"><table><tr id="p290514"><td class="code" id="p2905code14"><pre class="powershell" style="font-family:monospace;"><span style="color: #800080;">$Timespan</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">New-TimeSpan</span> <span style="color: #008080; font-style: italic;">-Start</span> <span style="color: #000000;">&#40;</span><span style="color: #008080; font-weight: bold;">get-date</span><span style="color: #000000;">&#41;</span> <span style="color: #008080; font-style: italic;">-End</span> <span style="color: #000000;">&#40;</span><span style="color: #008080; font-weight: bold;">Get-Date</span> <span style="color: #008080; font-style: italic;">-Day</span> <span style="color: #804000;">27</span> <span style="color: #008080; font-style: italic;">-Month</span> <span style="color: #804000;">7</span> <span style="color: #008080; font-style: italic;">-Year</span> <span style="color: #804000;">2012</span> <span style="color: #008080; font-style: italic;">-Hour</span> <span style="color: #804000;">18</span> <span style="color: #008080; font-style: italic;">-Minute</span> <span style="color: #804000;">30</span><span style="color: #000000;">&#41;</span>
<span style="color: #800080;">$MsgBox</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">New-Object</span> <span style="color: #008080; font-style: italic;">-ComObject</span> wscript.shell
<span style="color: #800080;">$MsgBox</span>.Popup<span style="color: #000000;">&#40;</span><span style="color: #800000;">&quot;Il reste $($timespan.days) jours, $($timespan.hours) heures, et $($timespan.minutes) minutes avant les vacances!&quot;</span><span style="color: #000000;">&#41;</span></pre></td></tr></table></div>

<p>Related posts:<ol>
<li><a href='http://aidexchange.fr/windows/depuis-combien-de-temps-est-demarre-un-serveur.html' rel='bookmark' title='Depuis combien de temps est démarré un serveur.'>Depuis combien de temps est démarré un serveur.</a></li>
<li><a href='http://aidexchange.fr/powershell/voyager-dans-le-temps.html' rel='bookmark' title='Voyager dans le temps.'>Voyager dans le temps.</a></li>
<li><a href='http://aidexchange.fr/divers/674.html' rel='bookmark' title='Vacances'>Vacances</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/aidexchange/~4/OItgMCQEyqA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/powershell/combien-de-temps-avant-les-vacances.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aidexchange.fr/powershell/combien-de-temps-avant-les-vacances.html</feedburner:origLink></item>
	</channel>
</rss>

