<?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; Exchange 2007</title>
	<atom:link href="http://aidexchange.fr/tag/exchange-2007/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>Lister les boites où a accès un utilisateur.</title>
		<link>http://aidexchange.fr/exchange-2007/lister-boites-ou-a-acces-un-utilisateur.html</link>
		<comments>http://aidexchange.fr/exchange-2007/lister-boites-ou-a-acces-un-utilisateur.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 11:40:30 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Boite aux lettres]]></category>
		<category><![CDATA[Droits]]></category>
		<category><![CDATA[Export]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1525</guid>
		<description><![CDATA[Exporter toutes les boites aux lettres où a accès un utilisateur. Get-Mailbox -Server CCR002 -Resultsize Unlimited &#124; where-object &#123; $_.database -match &#34;SCO&#34; &#125; &#124; Get-MailboxPermission &#124; Where-Object &#123; $_.AccessRights -eq &#34;FullAccess&#34; -and $_.IsInherited -match &#34;false&#34; -and $_.user -match &#34;bluteau&#34; &#125; &#124; Select-Object Identity,User&#124; Export-Csv -Path rightsonmb.csv Ensuite supprimer ces délégations. Import-Csv -Path .\rightsonmb.csv &#124; foreach [...]]]></description>
			<content:encoded><![CDATA[<p>Exporter toutes les boites aux lettres où a accès un utilisateur.</p>

<div class="wp_codebox"><table><tr id="p15253"><td class="code" id="p1525code3"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>Server CCR002 <span style="color: pink;">-</span>Resultsize Unlimited <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">where-object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.database <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;SCO&quot;</span> <span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> Get<span style="color: pink;">-</span>MailboxPermission <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Where-Object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.AccessRights <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;FullAccess&quot;</span> <span style="color: #FF0000;">-and</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.IsInherited <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;false&quot;</span> <span style="color: #FF0000;">-and</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.user <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;bluteau&quot;</span> <span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Select-Object</span> Identity<span style="color: pink;">,</span>User<span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Export-Csv</span> <span style="color: #008080; font-style: italic;">-Path</span> rightsonmb.csv</pre></td></tr></table></div>

<p>Ensuite supprimer ces délégations.</p>

<div class="wp_codebox"><table><tr id="p15254"><td class="code" id="p1525code4"><pre class="powershell" style="font-family:monospace;"><span style="color: #008080; font-weight: bold;">Import-Csv</span> <span style="color: #008080; font-style: italic;">-Path</span> .\rightsonmb.csv <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span> Remove<span style="color: pink;">-</span>MailboxPermission <span style="color: pink;">-</span>Identity <a href="about:blank"><span style="color: #000080;">$_</span></a>.identity <span style="color: pink;">-</span>AccessRights FullAccess <span style="color: pink;">-</span>User <a href="about:blank"><span style="color: #000080;">$_</span></a>.user <span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/lister-boites-ou-a-acces-un-utilisateur.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Afficher le chemin des DB et SG Exchange 2007.</title>
		<link>http://aidexchange.fr/exchange-2007/afficher-le-chemin-des-databases-storage-groups.html</link>
		<comments>http://aidexchange.fr/exchange-2007/afficher-le-chemin-des-databases-storage-groups.html#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:19:28 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Storage Group]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1474</guid>
		<description><![CDATA[Permet d&#8217;afficher rapidement l&#8217;emplacement des Databases et Storage Groups. Databases: Afficher la liste complète des Databases: Get-MailboxDatabase &#124; ft Name,Identity,EdbFilePath Filter la liste pour certains lecteurs: Get-MailboxDatabase &#124; where-object &#123; $_.EdbFilePath -match &#34;i:&#34; &#125; &#124; ft Name,Identity,EdbFilePath Storages Groups: Afficher la liste complète des Storage Groups: Get-StorageGroup &#124; ft Identity,Name,LogFolderPath,SystemFolderPath Filter la liste pour certains [...]]]></description>
			<content:encoded><![CDATA[<p>Permet d&#8217;afficher rapidement l&#8217;emplacement des Databases et Storage Groups.</p>
<h2> </h2>
<p>Databases:<br />
Afficher la liste complète des Databases:</p>

<div class="wp_codebox"><table><tr id="p14749"><td class="code" id="p1474code9"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>MailboxDatabase <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">ft</span> Name<span style="color: pink;">,</span>Identity<span style="color: pink;">,</span>EdbFilePath</pre></td></tr></table></div>

<p>Filter la liste pour certains lecteurs:</p>

<div class="wp_codebox"><table><tr id="p147410"><td class="code" id="p1474code10"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>MailboxDatabase <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">where-object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.EdbFilePath <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;i:&quot;</span> <span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">ft</span> Name<span style="color: pink;">,</span>Identity<span style="color: pink;">,</span>EdbFilePath</pre></td></tr></table></div>

<h2> </h2>
<p>Storages Groups:<br />
Afficher la liste complète des Storage Groups:</p>

<div class="wp_codebox"><table><tr id="p147411"><td class="code" id="p1474code11"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>StorageGroup <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">ft</span> Identity<span style="color: pink;">,</span>Name<span style="color: pink;">,</span>LogFolderPath<span style="color: pink;">,</span>SystemFolderPath</pre></td></tr></table></div>

<p>Filter la liste pour certains lecteurs:</p>

<div class="wp_codebox"><table><tr id="p147412"><td class="code" id="p1474code12"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>StorageGroup <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">where-object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.LogFolderPath <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;i:&quot;</span> <span style="color: #FF0000;">-or</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.SystemFolderPath <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;i:&quot;</span> <span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">ft</span> Identity<span style="color: pink;">,</span>name<span style="color: pink;">,</span>LogFolderPath<span style="color: pink;">,</span>SystemFolderPath</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/afficher-le-chemin-des-databases-storage-groups.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporter la liste des délégations.</title>
		<link>http://aidexchange.fr/exchange-2007/exporter-liste-delgations.html</link>
		<comments>http://aidexchange.fr/exchange-2007/exporter-liste-delgations.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 08:43:08 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Délégation]]></category>
		<category><![CDATA[Droits]]></category>
		<category><![CDATA[Export]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1463</guid>
		<description><![CDATA[Cette commande permet d&#8217;exporter la liste des délégations en place sur plusieurs Databases d&#8217;un serveur. Get-Mailbox -Server CCR001 -Resultsize Unlimited &#124; where-object &#123; $_.database -match &#34;DB_Paris&#34; &#125; &#124; Get-MailboxPermission &#124; Where-Object &#123; $_.AccessRights -eq &#34;FullAccess&#34; -and $_.IsInherited -match &#34;false&#34;&#125; &#124; Select-Object Identity,User&#124; Export-Csv -Path rightsonparismb.csv]]></description>
			<content:encoded><![CDATA[<p>Cette commande permet d&#8217;exporter la liste des délégations en place sur plusieurs Databases d&#8217;un serveur.</p>

<div class="wp_codebox"><table><tr id="p146314"><td class="code" id="p1463code14"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>Server CCR001 <span style="color: pink;">-</span>Resultsize Unlimited <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">where-object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.database <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;DB_Paris&quot;</span> <span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> Get<span style="color: pink;">-</span>MailboxPermission <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Where-Object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.AccessRights <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;FullAccess&quot;</span> <span style="color: #FF0000;">-and</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.IsInherited <span style="color: #FF0000;">-match</span> <span style="color: #800000;">&quot;false&quot;</span><span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Select-Object</span> Identity<span style="color: pink;">,</span>User<span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Export-Csv</span> <span style="color: #008080; font-style: italic;">-Path</span> rightsonparismb.csv</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/exporter-liste-delgations.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marquer les boites présentent dans une liste.</title>
		<link>http://aidexchange.fr/exchange-2007/marquer-boites-presentent-liste.html</link>
		<comments>http://aidexchange.fr/exchange-2007/marquer-boites-presentent-liste.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 12:27:20 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Boite aux lettres]]></category>
		<category><![CDATA[Filtre]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1458</guid>
		<description><![CDATA[Permet de marquer garce aux &#171;&#160;Custom Attributes&#160;&#187; un liste de boites aux lettres présentent dans un fichier texte. Cela me permet ensuite de faire des filtres pour des opérations de maintenance. Import-Csv -Path .\movefromidf_9.txt &#124; foreach &#123;Set-Mailbox -Identity $_.displayname -CustomAttribute4 &#34;movefromidf_9&#34;&#125;]]></description>
			<content:encoded><![CDATA[<p>Permet de marquer garce aux &laquo;&nbsp;Custom Attributes&nbsp;&raquo; un liste de boites aux lettres présentent dans un fichier texte.<br />
Cela me permet ensuite de faire des filtres pour des opérations de maintenance.</p>

<div class="wp_codebox"><table><tr id="p145816"><td class="code" id="p1458code16"><pre class="powershell" style="font-family:monospace;"><span style="color: #008080; font-weight: bold;">Import-Csv</span> <span style="color: #008080; font-style: italic;">-Path</span> .\movefromidf_9.txt <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>Set<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>Identity <a href="about:blank"><span style="color: #000080;">$_</span></a>.displayname <span style="color: pink;">-</span>CustomAttribute4 <span style="color: #800000;">&quot;movefromidf_9&quot;</span><span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/marquer-boites-presentent-liste.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Créer une Database sur un CCR Exchange.</title>
		<link>http://aidexchange.fr/exchange-2007/creer-database-ccr-exchange.html</link>
		<comments>http://aidexchange.fr/exchange-2007/creer-database-ccr-exchange.html#comments</comments>
		<pubDate>Mon, 31 May 2010 07:02:53 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1454</guid>
		<description><![CDATA[Créer en Powershell une nouvelle Database sur un cluster Exchange 2007 en CCR. Le cluster CCR impose un Storage Group pour une Database. Créer le Storage group: New-StorageGroup -Server CCR001 -Name SG_Paris_02 -SystemFolderPath G:\Log_Paris_02 -LogFolderPath G:\Log_Paris_02 Créer la Database: New-MailboxDatabase -StorageGroup CCR001\SG_Paris_02 -Name DB_Paris_02 -EdbFilePath G:\Data_Paris_02\DB_Paris_02.edb Configuration des quotas: Set-MailboxDatabase -Identity CCR001\DB_Paris_02 -ProhibitSendQuota 500MB -IssueWarningQuota [...]]]></description>
			<content:encoded><![CDATA[<p>Créer en Powershell une nouvelle Database sur un cluster Exchange 2007 en CCR.<br />
Le cluster CCR impose un Storage Group pour une Database.</p>
<p>Créer le Storage group:</p>

<div class="wp_codebox"><table><tr id="p145421"><td class="code" id="p1454code21"><pre class="powershell" style="font-family:monospace;">New<span style="color: pink;">-</span>StorageGroup <span style="color: pink;">-</span>Server CCR001 <span style="color: #008080; font-style: italic;">-Name</span> SG_Paris_02 <span style="color: pink;">-</span>SystemFolderPath G:\Log_Paris_02 <span style="color: pink;">-</span>LogFolderPath G:\Log_Paris_02</pre></td></tr></table></div>

<p>Créer la Database:</p>

<div class="wp_codebox"><table><tr id="p145422"><td class="code" id="p1454code22"><pre class="powershell" style="font-family:monospace;">New<span style="color: pink;">-</span>MailboxDatabase <span style="color: pink;">-</span>StorageGroup CCR001\SG_Paris_02 <span style="color: #008080; font-style: italic;">-Name</span> DB_Paris_02 <span style="color: pink;">-</span>EdbFilePath G:\Data_Paris_02\DB_Paris_02.edb</pre></td></tr></table></div>

<p>Configuration des quotas:</p>

<div class="wp_codebox"><table><tr id="p145423"><td class="code" id="p1454code23"><pre class="powershell" style="font-family:monospace;">Set<span style="color: pink;">-</span>MailboxDatabase <span style="color: pink;">-</span>Identity CCR001\DB_Paris_02 <span style="color: pink;">-</span>ProhibitSendQuota 500MB <span style="color: pink;">-</span>IssueWarningQuota 400MB <span style="color: pink;">-</span>ProhibitSendReceiveQuota Unlimited</pre></td></tr></table></div>

<p>Monter la Database:</p>

<div class="wp_codebox"><table><tr id="p145424"><td class="code" id="p1454code24"><pre class="powershell" style="font-family:monospace;">Mount<span style="color: pink;">-</span>Database CCR001\DB_Paris_02</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/creer-database-ccr-exchange.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Désactiver ActiveSync sur plusieurs boites.</title>
		<link>http://aidexchange.fr/exchange-2007/dsactiver-activesync-sur-plusieurs-boites.html</link>
		<comments>http://aidexchange.fr/exchange-2007/dsactiver-activesync-sur-plusieurs-boites.html#comments</comments>
		<pubDate>Thu, 27 May 2010 07:56:06 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[ActiveSync]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1437</guid>
		<description><![CDATA[Permet de désactiver ActiveSync sur plusieurs boites aux lettres. Get-Mailbox *christophe* &#124; Set-CASMailbox -ActiveSyncEnabled $false]]></description>
			<content:encoded><![CDATA[<p><a href="http://aidexchange.fr/wp-content/uploads/2010/05/win_mobile.png"><img class="aligncenter size-full wp-image-1439" title="win_mobile" src="http://aidexchange.fr/wp-content/uploads/2010/05/win_mobile.png" alt="" width="127" height="127" /></a></p>
<h2></h2>
<p>Permet de désactiver ActiveSync sur plusieurs boites aux lettres.</p>
<h2></h2>

<div class="wp_codebox"><table><tr id="p143726"><td class="code" id="p1437code26"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">*</span>christophe<span style="color: pink;">*</span> <span style="color: pink;">|</span> Set<span style="color: pink;">-</span>CASMailbox <span style="color: pink;">-</span>ActiveSyncEnabled $false</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/dsactiver-activesync-sur-plusieurs-boites.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Afficher l&#8217;historique des bascules d&#8217;un cluster.</title>
		<link>http://aidexchange.fr/exchange-2007/afficher-historique-bascules-cluster.html</link>
		<comments>http://aidexchange.fr/exchange-2007/afficher-historique-bascules-cluster.html#comments</comments>
		<pubDate>Thu, 20 May 2010 08:51:10 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[CCR]]></category>
		<category><![CDATA[Cluster]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1430</guid>
		<description><![CDATA[Afin d&#8217;afficher l&#8217;historique des bascule d&#8217;un cluster Windows 2003, j&#8217;utilise la méthode suivante. Dans le journal des évènements &#171;&#160;System&#160;&#187; du serveur. Filtrer les évènement 1200.]]></description>
			<content:encoded><![CDATA[<p>Afin d&#8217;afficher l&#8217;historique des bascule d&#8217;un cluster Windows 2003, j&#8217;utilise la méthode suivante.<br />
Dans le journal des évènements &laquo;&nbsp;System&nbsp;&raquo; du serveur.<br />
Filtrer les évènement 1200.</p>
]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/afficher-historique-bascules-cluster.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET 3.5 SP1 et  2.0 SP2 avec Exchange 2007 SP1.</title>
		<link>http://aidexchange.fr/exchange-2007/net-35-sp1-20-sp2-avec-exchange-2007-sp1.html</link>
		<comments>http://aidexchange.fr/exchange-2007/net-35-sp1-20-sp2-avec-exchange-2007-sp1.html#comments</comments>
		<pubDate>Mon, 10 May 2010 14:18:31 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[Correctif]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1405</guid>
		<description><![CDATA[C&#8217;est pas courant comme problème, mais il existe une incompatibilité de .NET Frameworks 3.5 SP1 et 2.0 SP2 avec Exchange Server 2007 SP1. J&#8217;ai eu le problème semaine dernière sur des CAS. Le problème a été remonté lorsque les utilisateurs se sont pleins que la gestion de l&#8217;absence de bureau ne fonctionnait plus depuis Outlook. [...]]]></description>
			<content:encoded><![CDATA[<p>C&#8217;est pas courant comme problème, mais il existe une incompatibilité de .NET Frameworks 3.5 SP1 et 2.0 SP2 avec Exchange Server 2007 SP1.</p>
<p>J&#8217;ai eu le problème semaine dernière sur des CAS.<br />
Le problème a été remonté lorsque les utilisateurs se sont pleins que la gestion de l&#8217;absence de bureau ne fonctionnait plus depuis Outlook.<br />
J&#8217;ai tenté la désinstallation et le résultat a été désastreux.<br />
Il a fallu que je réinstalle le CAS. (Radical mais efficace)</p>
<p>Microsoft a publié un article sur le problème<br />
<a href="http://connect.microsoft.com/VisualStudio/feedback/details/363175/net-frameworks-3-5-sp1-and-2-0-sp2-incompatible-with-exchange-server-2007-sp1" target="_blank">http://support.microsoft.com/kb/958934</a><br />
et a mis à disposition un correctif.<br />
<a href="http://support.microsoft.com/kb/952883/" target="_blank">http://support.microsoft.com/kb/952883/</a><br />
Le correctif marche très bien.<br />
<a href="http://connect.microsoft.com/VisualStudio/feedback/details/363175/net-frameworks-3-5-sp1-and-2-0-sp2-incompatible-with-exchange-server-2007-sp1" target="_blank">http://connect.microsoft.com/VisualStudio/feedback/details/363175/net-frameworks-3-5-sp1-and-2-0-sp2-incompatible-with-exchange-server-2007-sp1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/net-35-sp1-20-sp2-avec-exchange-2007-sp1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Déplacement de boites aux lettres en masse.</title>
		<link>http://aidexchange.fr/exchange-2007/deplacement-boites-aux-lettres-masse.html</link>
		<comments>http://aidexchange.fr/exchange-2007/deplacement-boites-aux-lettres-masse.html#comments</comments>
		<pubDate>Mon, 03 May 2010 17:12:06 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Boite aux lettres]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1396</guid>
		<description><![CDATA[J&#8217;ai beaucoup de boites aux lettres à déplacer ce soir. L&#8217;opération consiste à déplacer des boites aux lettres de différentes Databases sources vers différentes Databases cibles, je me suis donc prévu un petit plan. Un fois que j&#8217;ai préparé un beau p&#8217;tit fichier d&#8217;import qui définit qui va où, je positionne un &#171;&#160;CustomAttribute&#160;&#187; pour définir [...]]]></description>
			<content:encoded><![CDATA[<p>J&#8217;ai beaucoup de boites aux lettres à déplacer ce soir.<br />
L&#8217;opération consiste à déplacer des boites aux lettres de différentes Databases sources vers différentes Databases cibles, je me suis donc prévu un petit plan.<br />
Un fois que j&#8217;ai préparé un beau p&#8217;tit fichier d&#8217;import qui définit qui va où, je positionne un &laquo;&nbsp;CustomAttribute&nbsp;&raquo; pour définir la Database cible sur les boites aux lettres à traiter.</p>

<div class="wp_codebox"><table><tr id="p139631"><td class="code" id="p1396code31"><pre class="powershell" style="font-family:monospace;"><span style="color: #008080; font-weight: bold;">Import-Csv</span> <span style="color: #008080; font-style: italic;">-Path</span> .\Move_Lundi.txt <span style="color: pink;">|</span> <span style="color: #0000FF;">Foreach</span> <span style="color: #000000;">&#123;</span> Set<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>Identity <a href="about:blank"><span style="color: #000080;">$_</span></a>.displayname <span style="color: pink;">-</span>CustomAttribute4 <a href="about:blank"><span style="color: #000080;">$_</span></a>.target <span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

<p>Je vérifie que tout est OK.</p>

<div class="wp_codebox"><table><tr id="p139632"><td class="code" id="p1396code32"><pre class="powershell" style="font-family:monospace;"><span style="color: #008080; font-weight: bold;">Import-Csv</span> <span style="color: #008080; font-style: italic;">-Path</span> .\Move_Lundi.txt <span style="color: pink;">|</span> <span style="color: #0000FF;">Foreach</span> <span style="color: #000000;">&#123;</span> Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>Identity <a href="about:blank"><span style="color: #000080;">$_</span></a>.displayname <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">ft</span> DisplayName<span style="color: pink;">,</span>Database<span style="color: pink;">,</span>CustomAttribute4 <span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

<p>Pour pouvoir lancer plus déplacement en parallèle, je vais traiter les databases sources une par une.</p>

<div class="wp_codebox"><table><tr id="p139633"><td class="code" id="p1396code33"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>Database SRV001\DB_IDF_2 <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Where-Object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.CustomAttribute4 <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;Target_Monday_IDF_7&quot;</span> <span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> Move<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>TargetDatabase SRV001\DB_IDF_7</pre></td></tr></table></div>

<p>J&#8217;en lance plusieurs à la fois.</p>

<div class="wp_codebox"><table><tr id="p139634"><td class="code" id="p1396code34"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>Database SRV001\DB_IDF_3 <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Where-Object</span> <span style="color: #000000;">&#123;</span> <a href="about:blank"><span style="color: #000080;">$_</span></a>.CustomAttribute4 <span style="color: #FF0000;">-eq</span> <span style="color: #800000;">&quot;Target_Monday_IDF_7&quot;</span> <span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> Move<span style="color: pink;">-</span>Mailbox <span style="color: pink;">-</span>TargetDatabase SRV001\DB_IDF_5</pre></td></tr></table></div>

<p>Voila, c&#8217;est parti, j&#8217;attends la fin en gardant un oeuil sur les disques de logs.</p>
]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/deplacement-boites-aux-lettres-masse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Espace disque libre sur les serveurs de BAL.</title>
		<link>http://aidexchange.fr/exchange-2007/espace-disque-libre-sur-les-serveurs-de-bal.html</link>
		<comments>http://aidexchange.fr/exchange-2007/espace-disque-libre-sur-les-serveurs-de-bal.html#comments</comments>
		<pubDate>Mon, 22 Mar 2010 15:03:07 +0000</pubDate>
		<dc:creator>Christophe BLUTEAU</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Disque]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mailbox]]></category>
		<category><![CDATA[Serveur]]></category>

		<guid isPermaLink="false">http://aidexchange.fr/?p=1236</guid>
		<description><![CDATA[Ce script affiche la taille et le pourcentage d&#8217;espace disque libre sur tous les volumes montés sur les serveurs de boites aux lettres. $mbserver = Get-MailboxServer Foreach &#40;$server in $mbserver&#41; &#123; &#34;___________&#34; &#34;&#34; $server.name &#34;___________&#34; &#34;&#34; &#34;System Volume FreeSpace (GB) PourcentFree&#34; &#34;------ ------ -------------- ------------&#34; &#160; Get-WmiObject win32_volume -ComputerName $server.name &#124; Sort-Object -Property Name &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Ce script affiche la taille et le pourcentage d&#8217;espace disque libre sur tous les volumes montés sur les serveurs de boites aux lettres.</p>
<h2> </h2>

<div class="wp_codebox"><table><tr id="p123636"><td class="code" id="p1236code36"><pre class="powershell" style="font-family:monospace;"><span style="color: #800080;">$mbserver</span> <span style="color: pink;">=</span> Get<span style="color: pink;">-</span>MailboxServer
<span style="color: #0000FF;">Foreach</span> <span style="color: #000000;">&#40;</span><span style="color: #800080;">$server</span> <span style="color: #0000FF;">in</span> <span style="color: #800080;">$mbserver</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
	<span style="color: #800000;">&quot;___________&quot;</span>
	<span style="color: #800000;">&quot;&quot;</span>
	<span style="color: #800080;">$server</span>.name
	<span style="color: #800000;">&quot;___________&quot;</span>
	<span style="color: #800000;">&quot;&quot;</span>
	<span style="color: #800000;">&quot;System                   Volume                             FreeSpace (GB)             PourcentFree&quot;</span>
	<span style="color: #800000;">&quot;------                   ------                             --------------             ------------&quot;</span>
&nbsp;
	<span style="color: #008080; font-weight: bold;">Get-WmiObject</span> win32_volume <span style="color: #008080; font-style: italic;">-ComputerName</span> <span style="color: #800080;">$server</span>.name <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Sort-Object</span> <span style="color: #008080; font-style: italic;">-Property</span> Name <span style="color: pink;">|</span>
	<span style="color: #008080; font-weight: bold;">Format-Table</span> <span style="color: #008080; font-style: italic;">-HideTableHeaders</span> 	<span style="color: pink;">@</span><span style="color: #000000;">&#123;</span>e<span style="color: pink;">=</span><span style="color: #000000;">&#123;</span><a href="about:blank"><span style="color: #000080;">$_</span></a>.systemname<span style="color: #000000;">&#125;</span>;n<span style="color: pink;">=</span><span style="color: #800000;">&quot;&quot;</span> <span style="color: #000000;">&#125;</span><span style="color: pink;">,</span>
					<span style="color: pink;">@</span><span style="color: #000000;">&#123;</span>e<span style="color: pink;">=</span><span style="color: #000000;">&#123;</span><a href="about:blank"><span style="color: #000080;">$_</span></a>.name<span style="color: #000000;">&#125;</span>;n<span style="color: pink;">=</span><span style="color: #800000;">&quot;&quot;</span> <span style="color: #000000;">&#125;</span><span style="color: pink;">,</span>
					<span style="color: pink;">@</span><span style="color: #000000;">&#123;</span> e<span style="color: pink;">=</span><span style="color: #000000;">&#123;</span><span style="color: #000000;">&#91;</span>math<span style="color: #000000;">&#93;</span>::round<span style="color: #000000;">&#40;</span><a href="about:blank"><span style="color: #000080;">$_</span></a>.FreeSpace<span style="color: pink;">/</span>1GB<span style="color: pink;">,</span><span style="color: #804000;">2</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#125;</span>;n<span style="color: pink;">=</span><span style="color: #800000;">&quot;&quot;</span> <span style="color: #000000;">&#125;</span><span style="color: pink;">,</span>
					<span style="color: pink;">@</span><span style="color: #000000;">&#123;</span> e<span style="color: pink;">=</span><span style="color: #000000;">&#123;</span><span style="color: #000000;">&#91;</span>math<span style="color: #000000;">&#93;</span>::round<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span><a href="about:blank"><span style="color: #000080;">$_</span></a>.FreeSpace<span style="color: pink;">*</span><span style="color: #804000;">100</span><span style="color: #000000;">&#41;</span><span style="color: pink;">/</span><a href="about:blank"><span style="color: #000080;">$_</span></a>.Capacity<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>;n<span style="color: pink;">=</span><span style="color: #800000;">&quot;&quot;</span> <span style="color: #000000;">&#125;</span>
	<span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://aidexchange.fr/exchange-2007/espace-disque-libre-sur-les-serveurs-de-bal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
