<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dicas de TI</title>
	<atom:link href="http://dicasdeti.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dicasdeti.wordpress.com</link>
	<description>A vida de TI é uma eterna guerra contra o usuário.</description>
	<lastBuildDate>Mon, 23 Jun 2008 20:35:33 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dicasdeti.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dicas de TI</title>
		<link>http://dicasdeti.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dicasdeti.wordpress.com/osd.xml" title="Dicas de TI" />
	<atom:link rel='hub' href='http://dicasdeti.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Limite de 2gb das caixas de e-mail do Exchange 2003</title>
		<link>http://dicasdeti.wordpress.com/2008/06/23/limite-de-2gb-das-caixas-de-e-mail-do-exchange-2003/</link>
		<comments>http://dicasdeti.wordpress.com/2008/06/23/limite-de-2gb-das-caixas-de-e-mail-do-exchange-2003/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 18:28:35 +0000</pubDate>
		<dc:creator>Augusto Finamore</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://dicasdeti.wordpress.com/?p=4</guid>
		<description><![CDATA[Esse é o primeiro post desse blog, esperamos manter ele sempre atualizado. A principio ele será escrito por mim (Augusto Finamore) e pelo Carlos Eduardo. Nós dois trabalhamos em uma empresa de engenharia no setor de TI, fazemos de tudo: desde trocamos o toner e desatolamos o papel da impressora até a configuração dos servidores. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dicasdeti.wordpress.com&amp;blog=4050529&amp;post=4&amp;subd=dicasdeti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Esse é o primeiro post desse blog, esperamos manter ele sempre atualizado. A principio ele será escrito por mim (Augusto Finamore) e pelo Carlos Eduardo. Nós dois trabalhamos em uma empresa de engenharia no setor de TI, fazemos de tudo: desde trocamos o toner e desatolamos o papel da impressora até a configuração dos servidores.</p>
<p>Pesquisando localizei o seguinte artigo sobre o assunto, e segue abaixo uma tradução/resumo feita por mim.</p>
<p><a title="Getting Mailbox limits over 2gb" href="http://www.petri.co.il/setting_mailbox_limits_over_2gb.htm" target="_blank">Setting Mailbox limits over 2gb</a></p>
<p>Ao tentar alterar o tamanho máximo de uma caixa de e-mail para 3gb hoje mais cedo, recebo a seguinte mensagem do Exchange 2003:</p>
<p style="text-align:center;"><a href="http://dicasdeti.files.wordpress.com/2008/06/imagem1.jpg" target="_blank"><img class="size-medium wp-image-5 aligncenter" src="http://dicasdeti.files.wordpress.com/2008/06/imagem1.jpg?w=296&#038;h=300" alt="" width="296" height="300" /></a></p>
<p>A sorte é que esse limite é definido nas configurações do AD, e não &#8220;hard-coded&#8221; no Exchange. Essa informação sobre o tamanho da caixa é gravada no objeto do usuário, e uma ferramenta chamada Adsiedit.msc nos permite visualizar e editar esses limites.</p>
<p>O primeiro passo é instalar o Adsiedit.msc, que pode ser baixado no seguinte <a title="Adsiedit.msc" href="http://download.microsoft.com/download/3/e/4/3e438f5e-24ef-4637-abd1-981341d349c7/WindowsServer2003-KB892777-SupportTools-x86-ENU.exe" target="_blank">link</a>.</p>
<ol>
<li>Execute o Adsiedit.msc pelo Iniciar &gt; Executar e abra o container do domínio.</li>
<li>Va navegando até localizar o objeto que se quer alterar.</li>
<li>Clique com o botão direito do mouse sobre o objeto e selecione &#8220;Propriedades&#8221;.</li>
<p style="text-align:center;"><a href="http://dicasdeti.files.wordpress.com/2008/06/imagem2.jpg" target="_blank"><img class="size-medium wp-image-7 aligncenter" src="http://dicasdeti.files.wordpress.com/2008/06/imagem21.jpg?w=271&#038;h=300" alt="" width="271" height="300" /></a></p>
</ol>
<ol start="4">
<li> Navegue nas propriedades até localizar os seguintes Itens e os altere de acordo com a necessidade:</li>
</ol>
<blockquote>
<ul>
<li><span style="font-size:x-small;">MDBStorageQuota = Issue Warning</span></li>
<li><span style="font-size:x-small;">MDBOverQuotaLimit = Prohibit Send</span></li>
<li><span style="font-size:x-small;">MDBOverHardQuotaLimit = Prohibit Send and Receive</span></li>
</ul>
<p><a href="http://dicasdeti.files.wordpress.com/2008/06/imagem3.jpg" target="_blank"></a></p>
<ul><span style="font-size:x-small;"></span></ul>
</blockquote>
<p style="text-align:center;"><img class="size-medium wp-image-8 aligncenter" src="http://dicasdeti.files.wordpress.com/2008/06/imagem3.jpg?w=272&#038;h=300" alt="" width="272" height="300" /></p>
<p style="text-align:left;">Após alterar os 3 valores, basta sair e se quiser pode verificar no &#8220;Users and Computers.msc&#8221; que os valores novos estarão lá.</p>
<p style="text-align:left;">Vale lembrar que se você tentar alterar os valores no &#8220;Users and Computers.msc&#8221;, você receberá a mesma mensagem de erro mostrada no inicio do post. Todas as alterações devem ser feitas no &#8220;Asdiedit.msc&#8221;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dicasdeti.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dicasdeti.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dicasdeti.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dicasdeti.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dicasdeti.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dicasdeti.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dicasdeti.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dicasdeti.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dicasdeti.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dicasdeti.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dicasdeti.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dicasdeti.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dicasdeti.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dicasdeti.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dicasdeti.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dicasdeti.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dicasdeti.wordpress.com&amp;blog=4050529&amp;post=4&amp;subd=dicasdeti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dicasdeti.wordpress.com/2008/06/23/limite-de-2gb-das-caixas-de-e-mail-do-exchange-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cfd37d7bb73c7d8ac7e568998c531b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">finamore</media:title>
		</media:content>

		<media:content url="http://dicasdeti.files.wordpress.com/2008/06/imagem1.jpg?w=296" medium="image" />

		<media:content url="http://dicasdeti.files.wordpress.com/2008/06/imagem21.jpg?w=271" medium="image" />

		<media:content url="http://dicasdeti.files.wordpress.com/2008/06/imagem3.jpg?w=272" medium="image" />
	</item>
		<item>
		<title>Abrir documentos do Office 2007 no Office 2003</title>
		<link>http://dicasdeti.wordpress.com/2008/06/23/abrir-documentos-do-office-2007-no-office-2003/</link>
		<comments>http://dicasdeti.wordpress.com/2008/06/23/abrir-documentos-do-office-2007-no-office-2003/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 20:35:33 +0000</pubDate>
		<dc:creator>Augusto Finamore</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[office 2003]]></category>
		<category><![CDATA[office 2007]]></category>

		<guid isPermaLink="false">http://dicasdeti.wordpress.com/?p=14</guid>
		<description><![CDATA[Basta instalar esses 2 arquivos que por algum motivo não são baixados pelo Windows Update: Office 2003 SP3 PT-BR File Format Converter Os dois arquivos são baixados diretamente do servidor da Microsoft, então são links seguros. Com isso a dor de cabeça de abrir arquivos .docx acaba.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dicasdeti.wordpress.com&amp;blog=4050529&amp;post=14&amp;subd=dicasdeti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Basta instalar esses 2 arquivos que por algum motivo não são baixados pelo Windows Update:</p>
<ul>
<li><a href="http://download.microsoft.com/download/6/2/c/62cb65b9-b860-4227-ab3b-1bd174881701/Office2003SP3-KB923618-FullFile-PTB.exe">Office 2003 SP3 PT-BR</a></li>
<li><a href="http://download.microsoft.com/download/9/2/2/9222d67f-7630-4f49-bd26-476b51517fc1/FileFormatConverters.exe">File Format Converter</a></li>
</ul>
<p>Os dois arquivos são baixados diretamente do servidor da Microsoft, então são links seguros. Com isso a dor de cabeça de abrir arquivos .docx acaba.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dicasdeti.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dicasdeti.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dicasdeti.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dicasdeti.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dicasdeti.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dicasdeti.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dicasdeti.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dicasdeti.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dicasdeti.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dicasdeti.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dicasdeti.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dicasdeti.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dicasdeti.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dicasdeti.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dicasdeti.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dicasdeti.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dicasdeti.wordpress.com&amp;blog=4050529&amp;post=14&amp;subd=dicasdeti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dicasdeti.wordpress.com/2008/06/23/abrir-documentos-do-office-2007-no-office-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cfd37d7bb73c7d8ac7e568998c531b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">finamore</media:title>
		</media:content>
	</item>
		<item>
		<title>Baixar atualizações da Microsoft sem ser pelo Windows Update</title>
		<link>http://dicasdeti.wordpress.com/2008/06/23/baixar-atualizacoes-da-microsoft-sem-ser-pelo-windows-update/</link>
		<comments>http://dicasdeti.wordpress.com/2008/06/23/baixar-atualizacoes-da-microsoft-sem-ser-pelo-windows-update/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 20:12:30 +0000</pubDate>
		<dc:creator>Augusto Finamore</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wud]]></category>

		<guid isPermaLink="false">http://dicasdeti.wordpress.com/?p=11</guid>
		<description><![CDATA[De saco cheio de toda vez que formatar uma máquina ter que instalar todas aquelas 118 atualizações do XP (foi o quanto contei da última vez incluindo do Office)? Basta usar um programa chamado Windows Update Downloader (carinhosamente chamado de WUD). Extremamente fácil de ser usado: basta instalar, acessar o site e baixar as Update [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dicasdeti.wordpress.com&amp;blog=4050529&amp;post=11&amp;subd=dicasdeti&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>De saco cheio de toda vez que formatar uma máquina ter que instalar todas aquelas 118 atualizações do XP (foi o quanto contei da última vez incluindo do Office)? Basta usar um programa chamado <a title="WUD" href="http://wud.jcarle.com/" target="_blank">Windows Update Downloader</a> (carinhosamente chamado de WUD).</p>
<p>Extremamente fácil de ser usado: basta instalar, acessar o site e baixar as Update Lists (ULs) e baixar todas as atualizações relativas aquele produto. Pra facilitar, segue abaixo a lista das que eu mais utilizo:</p>
<ul>
<li><a href="http://wud.jcarle.com/download.ashx?type=ul&amp;id=14">Windows XP PT-BR</a></li>
<li><a href="http://wud.jcarle.com/download.ashx?type=ul&amp;id=72">Office 2003 PT-BR</a></li>
<li><a href="http://wud.jcarle.com/download.ashx?type=ul&amp;id=1">Windows XP EN-US</a></li>
<li><a href="http://wud.jcarle.com/download.ashx?type=ul&amp;id=3">Office 2003 EN-US</a></li>
<li><a href="http://wud.jcarle.com/download.ashx?type=ul&amp;id=95">Windows Vista EN-US</a></li>
</ul>
<p>As listas em português são meio desatualizadas, mas já adiantam a vida um bocado.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dicasdeti.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dicasdeti.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dicasdeti.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dicasdeti.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dicasdeti.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dicasdeti.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dicasdeti.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dicasdeti.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dicasdeti.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dicasdeti.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dicasdeti.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dicasdeti.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dicasdeti.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dicasdeti.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dicasdeti.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dicasdeti.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dicasdeti.wordpress.com&amp;blog=4050529&amp;post=11&amp;subd=dicasdeti&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dicasdeti.wordpress.com/2008/06/23/baixar-atualizacoes-da-microsoft-sem-ser-pelo-windows-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cfd37d7bb73c7d8ac7e568998c531b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">finamore</media:title>
		</media:content>
	</item>
	</channel>
</rss>
