<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Christophe BLUTEAU&#039;s blog &#187; Recherche</title>
	<atom:link href="http://aidexchange.fr/tag/recherche/feed" rel="self" type="application/rss+xml" />
	<link>http://aidexchange.fr</link>
	<description>Aide pour Microsft Windows Server, Active Directory, Exchange, OCS...</description>
	<lastBuildDate>Fri, 18 Jun 2010 22:06:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Rechercher un fichier sur tout un disque.</title>
		<link>http://aidexchange.fr/windows/rechercher-fichier-tout-disque.html</link>
		<comments>http://aidexchange.fr/windows/rechercher-fichier-tout-disque.html#comments</comments>
		<pubDate>Fri, 19 Mar 2010 14:56:18 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Recherche]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1223</guid>
		<description><![CDATA[Permet de faire l&#8217;équivalent d&#8217;un &#171;&#160;c:\>dir /s *.iso&#160;&#187; avec Powershell. Get-ChildItem -Recurse -Path &#34;C:\&#34; -Name &#34;*.iso&#34;]]></description>
			<content:encoded><![CDATA[<p>Permet de faire l&#8217;équivalent d&#8217;un &laquo;&nbsp;c:\>dir /s *.iso&nbsp;&raquo; avec Powershell.</p>
<h2> </h2>
<h2> </h2>

<div class="wp_codebox"><table><tr id="p12232"><td class="code" id="p1223code2"><pre class="powershell" style="font-family:monospace;"><span style="color: #008080; font-weight: bold;">Get-ChildItem</span> <span style="color: #008080; font-style: italic;">-Recurse</span> <span style="color: #008080; font-style: italic;">-Path</span> <span style="color: #800000;">&quot;C:\&quot;</span> <span style="color: #008080; font-style: italic;">-Name</span> <span style="color: #800000;">&quot;*.iso&quot;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/windows/rechercher-fichier-tout-disque.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vérifier la présence un objet AD.</title>
		<link>http://aidexchange.fr/active-directory/vrifier-la-prsence-objet-ad.html</link>
		<comments>http://aidexchange.fr/active-directory/vrifier-la-prsence-objet-ad.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 11:44:32 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Objet]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Recherche]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=908</guid>
		<description><![CDATA[Vérifie la présence d&#8217;un objet AD en faisant une recherche du DN et répond par &#171;&#160;True&#160;&#187; ou &#171;&#160;False&#160;&#187;. &#91;ADSI&#93;::Exists&#40;&#34;LDAP://CN=BLUTEAU Christophe,OU=Informatique,DC=domain,DC=local&#34;&#41;]]></description>
			<content:encoded><![CDATA[<p>Vérifie la présence d&#8217;un objet AD en faisant une recherche du DN et répond par &laquo;&nbsp;True&nbsp;&raquo; ou &laquo;&nbsp;False&nbsp;&raquo;.</p>

<div class="wp_codebox"><table><tr id="p9084"><td class="code" id="p908code4"><pre class="powershell" style="font-family:monospace;"><span style="color: #000000;">&#91;</span>ADSI<span style="color: #000000;">&#93;</span>::Exists<span style="color: #000000;">&#40;</span><span style="color: #800000;">&quot;LDAP://CN=BLUTEAU Christophe,OU=Informatique,DC=domain,DC=local&quot;</span><span style="color: #000000;">&#41;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/active-directory/vrifier-la-prsence-objet-ad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combien y a t&#8217;il de Christophe dans la boite.</title>
		<link>http://aidexchange.fr/exchange-2007/combien-til-de-christophe-dans-la-boite.html</link>
		<comments>http://aidexchange.fr/exchange-2007/combien-til-de-christophe-dans-la-boite.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:03:52 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Filtre]]></category>
		<category><![CDATA[Recherche]]></category>
		<category><![CDATA[Utilisateurs]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=684</guid>
		<description><![CDATA[Un p&#8217;tit truc rapide pour compter ne nombre Christophe dans la boite. $christophe = get-mailbox *christophe* $christophe.count Il y en a tout de même 249. Pas mal&#8230;]]></description>
			<content:encoded><![CDATA[<p>Un p&#8217;tit truc rapide pour compter ne nombre Christophe dans la boite.</p>

<div class="wp_codebox"><table><tr id="p6846"><td class="code" id="p684code6"><pre class="powershell" style="font-family:monospace;"><span style="color: #800080;">$christophe</span> <span style="color: pink;">=</span> get<span style="color: pink;">-</span>mailbox <span style="color: pink;">*</span>christophe<span style="color: pink;">*</span>
<span style="color: #800080;">$christophe</span>.count</pre></td></tr></table></div>

<p>Il y en a tout de même 249. Pas mal&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/combien-til-de-christophe-dans-la-boite.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
